mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 00:53:46 +00:00
updates tests
This commit is contained in:
parent
3e2ff2b186
commit
e2d4d6416d
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ set -x
|
|||
set -e
|
||||
|
||||
# TODO: Stress test bridge back to sepolia, including not having enough balance on sidechain.
|
||||
# TODO: redeploy with new contract that checks balance at non-precompile level.
|
||||
|
||||
read -p "Has the whitelist contract been deployed, updated with hypERC20 addr, and have router addresss been pasted into this file? (y/n): " answer
|
||||
if [ "$answer" = "y" ]; then
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ fi
|
|||
HYP_ERC20_ADDR="$1"
|
||||
|
||||
# Make sure whitelist deployer is 0xBcA333b67fb805aB18B4Eb7aa5a0B09aB25E5ce2 to produce this addr
|
||||
WHITELIST_ADDR=0xaE476470bfc00B8a0e8531133bE621e87a981ec8
|
||||
WHITELIST_ADDR=0xF06aC11D2151Dd56b3766Cfc350F42234a2D17f4
|
||||
RPC_URL=http://localhost:8545
|
||||
|
||||
# Checks that contract deployed to expected address
|
||||
|
|
|
|||
Loading…
Reference in a new issue