Skip to content

Commit cab5714

Browse files
committed
fix null string weth address caused by token bridge sdk dep bump
1 parent aaa556d commit cab5714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-node.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ if $force_init; then
645645
if $tokenbridge; then
646646
# we deployed an L1 L2 token bridge
647647
# we need to pull out the L2 WETH address and pass it as an override to the L2 L3 token bridge deployment
648-
l2Weth=`docker compose run --entrypoint sh tokenbridge -c "cat l1l2_network.json" | jq -r '.l2Network.tokenBridge.l2Weth'`
648+
l2Weth=`docker compose run --entrypoint sh tokenbridge -c "cat l1l2_network.json" | jq -r '.l2Network.tokenBridge.childWeth'`
649649
fi
650650
docker compose run -e PARENT_WETH_OVERRIDE=$l2Weth -e ROLLUP_OWNER_KEY=$l3ownerkey -e ROLLUP_ADDRESS=$rollupAddress -e PARENT_RPC=http://sequencer:8547 -e PARENT_KEY=$deployer_key -e CHILD_RPC=http://l3node:3347 -e CHILD_KEY=$deployer_key tokenbridge deploy:local:token-bridge
651651
docker compose run --entrypoint sh tokenbridge -c "cat network.json && cp network.json l2l3_network.json"

0 commit comments

Comments
 (0)