Skip to content

Commit

Permalink
Enable london fork by default in the cluster script
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 28, 2023
1 parent 08a2ace commit 01f049e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cluster
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ function createGenesis() {
--native-token-config "Blade:BLADE:18:true" \
--blade-admin $address1 \
--proxy-contracts-admin 0x5aaeb6053f3e94c9b9a09f33669435e7ef1beaed \
--base-fee-config 1000000000
--base-fee-config 1000000000 \
--burn-contract "0:0x0000000000000000000000000000000000000000"
}

function initBridge() {
Expand Down Expand Up @@ -126,6 +127,7 @@ function startNodes() {

./blade server --data-dir "$data_dir" --chain genesis.json \
--grpc-address ":$grpc_port" --libp2p ":$libp2p_port" --jsonrpc ":$jsonrpc_port" \
--json-rpc-block-range-limit 10000000000 \
--num-block-confirmations 2 $relayer_arg \
--log-level DEBUG 2>&1 | tee $log_file &
else
Expand Down

0 comments on commit 01f049e

Please sign in to comment.