allora/config.json
2024-09-12 05:15:53 +03:00

24 lines
640 B
JSON

{
"wallet": {
"addressKeyName": "###WALLET###",
"addressRestoreMnemonic": "###MNEMONIC###",
"alloraHomeDir": "",
"gas": "auto",
"gasAdjustment": 1.5,
"nodeRpc": "###RPC_URL###",
"maxRetries": 10,
"delay": 20,
"submitTx": true
},
"worker": [
{
"topicId": ###TOPIC###,
"inferenceEntrypointName": "api-worker-reputer",
"loopSeconds": 5,
"parameters": {
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
"Token": "###TOKEN###"
}
}
]
}