Add config.json
This commit is contained in:
parent
5a18ddcba1
commit
7aee4c1f98
24
config.json
Normal file
24
config.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"wallet": {
|
||||||
|
"addressKeyName": "test",
|
||||||
|
"addressRestoreMnemonic": "",
|
||||||
|
"alloraHomeDir": "",
|
||||||
|
"gas": "1000000",
|
||||||
|
"gasAdjustment": 1.0,
|
||||||
|
"nodeRpc": "https://rpc.ankr.com/http/allora_testnet",
|
||||||
|
"maxRetries": 1,
|
||||||
|
"delay": 1,
|
||||||
|
"submitTx": false
|
||||||
|
},
|
||||||
|
"worker": [
|
||||||
|
{
|
||||||
|
"topicId": 1,
|
||||||
|
"inferenceEntrypointName": "api-worker-reputer",
|
||||||
|
"loopSeconds": 5,
|
||||||
|
"parameters": {
|
||||||
|
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
|
||||||
|
"Token": "ETH"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user