diff --git a/config.json b/config.json new file mode 100644 index 0000000..ae3ebf2 --- /dev/null +++ b/config.json @@ -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" + } + } + ] +} \ No newline at end of file