allora/config.json
2024-09-07 20:29:36 +03:00

24 lines
629 B
JSON

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