From 83edead93df2a88ee5da91636e8370b72b34b72b Mon Sep 17 00:00:00 2001 From: Shubham Goyal Date: Tue, 2 Apr 2024 13:41:30 +0530 Subject: [PATCH] Changes for latest avalanche cli --- .avalanche-cli.json | 2 +- scripts/run_local.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.avalanche-cli.json b/.avalanche-cli.json index 2ebc851ebc..163cb14496 100644 --- a/.avalanche-cli.json +++ b/.avalanche-cli.json @@ -2,5 +2,5 @@ "node-config": { "log-level": "info" }, - "singlenodeenabled": false + "SingleNodeEnabled": false } \ No newline at end of file diff --git a/scripts/run_local.sh b/scripts/run_local.sh index f99f4515dc..9d9e033511 100755 --- a/scripts/run_local.sh +++ b/scripts/run_local.sh @@ -19,7 +19,7 @@ then echo "31b571bf6894a248831ff937bb49f7754509fe93bbd2517c9c73c4144c0e97dc" > $FILE fi -avalanche subnet create localnet --force --custom --genesis genesis.json --vm custom_evm.bin --config .avalanche-cli.json +avalanche subnet create localnet --force --custom --genesis genesis.json --vm custom_evm.bin --config .avalanche-cli.json --teleporter=false # configure and add chain.json avalanche subnet configure localnet --chain-config chain.json --config .avalanche-cli.json