allora/config.example.json
clementupshot cb8b17a3ed
Add real-time data fetching and configuration options
See README and .env.example
2024-09-04 20:24:42 +02:00

24 lines
626 B
JSON

{
"wallet": {
"addressKeyName": "test",
"addressRestoreMnemonic": "",
"alloraHomeDir": "",
"gas": "auto",
"gasAdjustment": 1.5,
"nodeRpc": "https://allora-rpc.testnet.allora.network",
"maxRetries": 1,
"delay": 1,
"submitTx": true
},
"worker": [
{
"topicId": 1,
"inferenceEntrypointName": "api-worker-reputer",
"loopSeconds": 5,
"parameters": {
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
"Token": "ETH"
}
}
]
}