allora/config.json

24 lines
657 B
JSON
Raw Normal View History

2024-08-25 21:40:22 +03:00
{
"wallet": {
2024-08-25 21:43:13 +03:00
"addressKeyName": "###KEY_NAME###",
"addressRestoreMnemonic": "###KEY_MNEMONIC###",
2024-08-25 21:40:22 +03:00
"alloraHomeDir": "",
"gas": "1000000",
"gasAdjustment": 1.0,
"nodeRpc": "https://rpc.ankr.com/http/allora_testnet",
"maxRetries": 1,
"delay": 1,
"submitTx": false
},
"worker": [
{
"topicId": 1,
"inferenceEntrypointName": "api-worker-reputer",
"loopSeconds": 5,
"parameters": {
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
"Token": "ETH"
}
}
]
}