cb8b17a3ed
See README and .env.example
24 lines
626 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
} |