From d73b2399ba3d3ab522be4b5273c020a1ccc9aa40 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Sat, 30 Dec 2023 13:17:23 -0800 Subject: [PATCH] update test_bridge.sh for latitude deployment --- geth-poa/util/test_bridge.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geth-poa/util/test_bridge.sh b/geth-poa/util/test_bridge.sh index 569f75bad0..90faaaee2f 100755 --- a/geth-poa/util/test_bridge.sh +++ b/geth-poa/util/test_bridge.sh @@ -19,11 +19,11 @@ ADDRESS=0xa43b806D2f09AE94dfa38bc00d6F75426D274540 PRIVATE_KEY=0x8b21e3bc5c26d3327109d341d121fbfb7cb79c95fba5eb2f8c064f87332df7dd # "make print-warp-deploy" prints these contract addrs -SEPOLIA_ROUTER=0x2a3840332456e1C27ddd493f89fF33402450C537 -SIDECHAIN_ROUTER=0x707719517b112c9A3F571709e59Cfbaa28fCf873 +SEPOLIA_ROUTER=0xBc96ff3E2458D4c6dDCE0DE5E87bC4B254626a64 +SIDECHAIN_ROUTER=0x4b2DC8A5C4da51f821390AbD2B6fe8122BC6fA97 SEPOLIA_URL=https://ethereum-sepolia.publicnode.com -SIDECHAIN_URL=http://localhost:8545 +SIDECHAIN_URL=http://69.67.151.95:8545 # Store initial sidechain native balance SIDECHAIN_BALANCE=$(cast balance --rpc-url $SIDECHAIN_URL $ADDRESS)