Update config.json

This commit is contained in:
vvzvlad 2024-08-26 00:20:33 +03:00
parent 8fde2526d9
commit 7637170f77

View File

@ -1,11 +1,11 @@
{ {
"wallet": { "wallet": {
"addressKeyName": "###KEY_NAME###", "addressKeyName": "###WALLET###",
"addressRestoreMnemonic": "###KEY_MNEMONIC###", "addressRestoreMnemonic": "###MNEMONIC###",
"alloraHomeDir": "", "alloraHomeDir": "",
"gas": "1000000", "gas": "1000000",
"gasAdjustment": 1.0, "gasAdjustment": 1.0,
"nodeRpc": "https://rpc.ankr.com/http/allora_testnet", "nodeRpc": "###RPC_URL###",
"maxRetries": 1, "maxRetries": 1,
"delay": 1, "delay": 1,
"submitTx": false "submitTx": false