allora/config.json

24 lines
640 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-12 05:15:53 +03:00
"maxRetries": 10,
"delay": 20,
"submitTx": true
},
"worker": [
{
2024-09-08 20:50:13 +03:00
"topicId": ###TOPIC###,
"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
}