allora/config.json

20 lines
573 B
JSON
Raw Normal View History

2024-08-25 21:40:22 +03:00
{
"wallet": {
2024-08-26 00:20:33 +03:00
"addressKeyName": "###WALLET###",
"addressRestoreMnemonic": "###MNEMONIC###",
2024-08-25 21:40:22 +03:00
"alloraHomeDir": "",
"gas": "1000000",
"gasAdjustment": 1.0,
2024-08-26 00:20:33 +03:00
"nodeRpc": "###RPC_URL###",
2024-08-26 03:39:27 +03:00
"maxRetries": 10,
2024-08-26 17:22:44 +03:00
"delay": 30,
2024-08-25 21:40:22 +03:00
"submitTx": false
},
"worker": [
2024-09-04 22:32:28 +03:00
{
2024-08-25 21:40:22 +03:00
"topicId": 1,
2024-09-04 22:32:28 +03:00
"inferenceEntrypointName": "api-worker-reputer", "loopSeconds": 5,
"parameters": { "InferenceEndpoint": "http://inference:8080/inference/ETH/10m", "Token": "ETH" }
2024-08-25 21:40:22 +03:00
}
]
}