24 lines
626 B
JSON
24 lines
626 B
JSON
{
|
|
"wallet": {
|
|
"addressKeyName": "###WALLET###",
|
|
"addressRestoreMnemonic": "###MNEMONIC###",
|
|
"alloraHomeDir": "",
|
|
"gas": "1000000",
|
|
"gasAdjustment": 1.0,
|
|
"nodeRpc": "###RPC_URL###",
|
|
"maxRetries": 10,
|
|
"delay": 10,
|
|
"submitTx": false
|
|
},
|
|
"worker": [
|
|
{
|
|
"topicId": 1,
|
|
"inferenceEntrypointName": "api-worker-reputer",
|
|
"loopSeconds": 5,
|
|
"parameters": {
|
|
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
|
|
"Token": "ETH"
|
|
}
|
|
}
|
|
]
|
|
} |