File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33set -eu
44
5- NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.8.0-62c0aa7
5+ NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.9.2-52e8959
66BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8
77
88# nitro-contract workaround for testnode
@@ -600,6 +600,7 @@ if $force_init; then
600600
601601 echo == Funding l2 funnel and dev key
602602 docker compose up --wait $INITIAL_SEQ_NODES
603+ sleep 45 # in case we need to create a smart contract wallet, allow for parent chain to recieve the contract creation tx and process it
603604 run_script bridge-funds --ethamount 100000 --wait
604605 run_script send-l2 --ethamount 100 --to l2owner --wait
605606 rollupAddress=` docker compose run --rm --entrypoint sh poster -c " jq -r '.[0].rollup.rollup' /config/deployed_chain_info.json | tail -n 1 | tr -d '\r\n'" `
@@ -691,6 +692,7 @@ if $force_init; then
691692
692693 echo == Funding l3 funnel and dev key
693694 docker compose up --wait l3node sequencer
695+ sleep 45 # in case we need to create a smart contract wallet, allow for parent chain to recieve the contract creation tx and process it
694696
695697 if $l3_token_bridge ; then
696698 echo == Deploying L2-L3 token bridge
You can’t perform that action at this time.
0 commit comments