From 7aee4c1f9861577a15125f842b9ca6021cf25f82 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sun, 25 Aug 2024 21:40:22 +0300 Subject: [PATCH] Add config.json --- config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config.json 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