From df39a873d641806e4af320e28d2d06eee261b52b Mon Sep 17 00:00:00 2001 From: conache Date: Thu, 8 Aug 2024 16:52:43 +0300 Subject: [PATCH] Patch: Rollback change --- .gitignore | 3 ++- worker-data/env_file | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1478cb..5db6f87 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ logs/* inference-data config.json -env \ No newline at end of file +env +env_file \ No newline at end of file diff --git a/worker-data/env_file b/worker-data/env_file index e69de29..5285859 100644 --- a/worker-data/env_file +++ b/worker-data/env_file @@ -0,0 +1,4 @@ +ALLORA_OFFCHAIN_NODE_CONFIG_JSON='{"wallet":{"addressKeyName":"basic-coin-prediction-offchain-node","addressRestoreMnemonic":"rich note fetch lava bless snake delay theme era anger ritual sea pluck neck hazard dish talk ranch trophy clap fancy human divide gun","addressAccountPassphrase":"secret","alloraHomeDir":"","gas":"1000000","gasAdjustment":1,"nodeRpc":"https://allora-rpc.devnet.behindthecurtain.xyz","maxRetries":1,"minDelay":1,"maxDelay":2,"submitTx":false},"worker":[{"topicId":1,"inferenceEntrypointName":"api-worker-reputer","loopSeconds":5,"parameters":{"InferenceEndpoint":"http://inference:8000/inference/{Token}","Token":"ETH"}}]}' +ALLORA_OFFCHAIN_ACCOUNT_ADDRESS=allo14wkkdeg93mdc0sd770z9p4mpjz7w9mysz328um +NAME=basic-coin-prediction-offchain-node +ENV_LOADED=true