Skip to content

Commit

Permalink
Changes for latest avalanche cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lumos42 committed Apr 2, 2024
1 parent fd31f7a commit 83edead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .avalanche-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"node-config": {
"log-level": "info"
},
"singlenodeenabled": false
"SingleNodeEnabled": false
}
2 changes: 1 addition & 1 deletion scripts/run_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83edead

Please sign in to comment.