Skip to content

Commit 030ec92

Browse files
Merge pull request #165 from OffchainLabs/sync-master-release-13nov2025
Sync master and release branches
2 parents cc52298 + 6d23f71 commit 030ec92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-node.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.8.0-62c0aa7
5+
NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.9.2-52e8959
66
BLOCKSCOUT_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

0 commit comments

Comments
 (0)