2024-08-08 14:12:31 +03:00
|
|
|
{
|
2024-08-07 19:27:04 +03:00
|
|
|
"wallet": {
|
|
|
|
"addressKeyName": "test",
|
|
|
|
"addressRestoreMnemonic": "",
|
|
|
|
"alloraHomeDir": "",
|
2024-09-04 21:24:42 +03:00
|
|
|
"gas": "auto",
|
|
|
|
"gasAdjustment": 1.5,
|
|
|
|
"nodeRpc": "https://allora-rpc.testnet.allora.network",
|
2024-08-07 19:27:04 +03:00
|
|
|
"maxRetries": 1,
|
|
|
|
"delay": 1,
|
2024-09-04 21:24:42 +03:00
|
|
|
"submitTx": true
|
2024-08-07 19:27:04 +03:00
|
|
|
},
|
|
|
|
"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-08-07 19:27:04 +03:00
|
|
|
"Token": "ETH"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2024-08-08 14:12:31 +03:00
|
|
|
}
|