Fix inference endpoint
This commit is contained in:
parent
d2b1ff68f9
commit
2f97575d52
@ -17,21 +17,9 @@ ALLORA_OFFCHAIN_NODE_CONFIG_JSON='{
|
||||
"inferenceEntrypointName": "api-worker-reputer",
|
||||
"loopSeconds": 5,
|
||||
"parameters": {
|
||||
"InferenceEndpoint": "http://source:8000/inference/{Token}",
|
||||
"InferenceEndpoint": "http://inference:8000/inference/{Token}",
|
||||
"Token": "ETH"
|
||||
}
|
||||
}
|
||||
],
|
||||
"reputer": [
|
||||
{
|
||||
"topicId": 1,
|
||||
"reputerEntrypointName": "api-worker-reputer",
|
||||
"loopSeconds": 30,
|
||||
"minStake": 100000,
|
||||
"parameters": {
|
||||
"SourceOfTruthEndpoint": "http://source:8888/truth/{Token}/{BlockHeight}",
|
||||
"Token": "ethereum"
|
||||
}
|
||||
}
|
||||
]
|
||||
}'
|
Loading…
Reference in New Issue
Block a user