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