2024-08-08 14:12:31 +03:00
|
|
|
{
|
2024-08-07 19:27:04 +03:00
|
|
|
"wallet": {
|
2024-09-06 15:23:36 +03:00
|
|
|
"addressKeyName": "###WALLET###",
|
|
|
|
"addressRestoreMnemonic": "###MNEMONIC###",
|
2024-08-07 19:27:04 +03:00
|
|
|
"alloraHomeDir": "",
|
2024-09-04 21:24:42 +03:00
|
|
|
"gas": "auto",
|
|
|
|
"gasAdjustment": 1.5,
|
2024-09-06 15:23:36 +03:00
|
|
|
"nodeRpc": "###RPC_URL###",
|
2024-09-07 20:29:36 +03:00
|
|
|
"maxRetries": 3,
|
|
|
|
"delay": 60,
|
2024-09-04 21:24:42 +03:00
|
|
|
"submitTx": true
|
2024-08-07 19:27:04 +03:00
|
|
|
},
|
|
|
|
"worker": [
|
|
|
|
{
|
2024-09-08 20:50:13 +03:00
|
|
|
"topicId": ###TOPIC###,
|
2024-08-07 19:27:04 +03:00
|
|
|
"inferenceEntrypointName": "api-worker-reputer",
|
|
|
|
"loopSeconds": 5,
|
|
|
|
"parameters": {
|
2024-08-09 20:23:24 +03:00
|
|
|
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
|
2024-09-06 15:23:36 +03:00
|
|
|
"Token": "###TOKEN###"
|
2024-08-07 19:27:04 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2024-08-08 14:12:31 +03:00
|
|
|
}
|