mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +00:00
update test_bridge.sh for latitude deployment
This commit is contained in:
parent
374b6d8650
commit
d73b2399ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue