allora/config.json

24 lines
629 B
JSON
Raw Normal View History

2024-08-08 14:12:31 +03:00
{
"wallet": {
2024-09-06 15:23:36 +03:00
"addressKeyName": "###WALLET###",
"addressRestoreMnemonic": "###MNEMONIC###",
"alloraHomeDir": "",
"gas": "auto",
"gasAdjustment": 1.5,
2024-09-06 15:23:36 +03:00
"nodeRpc": "###RPC_URL###",
2024-09-07 20:29:36 +03:00
"maxRetries": 3,
"delay": 60,
"submitTx": true
},
"worker": [
{
"topicId": 1,
"inferenceEntrypointName": "api-worker-reputer",
"loopSeconds": 5,
"parameters": {
2024-08-09 20:23:24 +03:00
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
2024-09-06 15:23:36 +03:00
"Token": "###TOKEN###"
}
}
]
2024-08-08 14:12:31 +03:00
}