From 7637170f7721fab1006be66974b00233cca08fef Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Mon, 26 Aug 2024 00:20:33 +0300 Subject: [PATCH] Update config.json --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index f762261..93b687c 100644 --- a/config.json +++ b/config.json @@ -1,11 +1,11 @@ { "wallet": { - "addressKeyName": "###KEY_NAME###", - "addressRestoreMnemonic": "###KEY_MNEMONIC###", + "addressKeyName": "###WALLET###", + "addressRestoreMnemonic": "###MNEMONIC###", "alloraHomeDir": "", "gas": "1000000", "gasAdjustment": 1.0, - "nodeRpc": "https://rpc.ankr.com/http/allora_testnet", + "nodeRpc": "###RPC_URL###", "maxRetries": 1, "delay": 1, "submitTx": false