From 05625611b8593161d3d90d9ff61fbaccb9ad7d6b Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Thu, 21 Dec 2023 04:02:05 -0800 Subject: [PATCH] updates tests --- geth-poa/util/test_bridge.sh | 1 + geth-poa/util/test_whitelist.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/geth-poa/util/test_bridge.sh b/geth-poa/util/test_bridge.sh index 8f379e2ba46c..6b607d276a2e 100755 --- a/geth-poa/util/test_bridge.sh +++ b/geth-poa/util/test_bridge.sh @@ -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 diff --git a/geth-poa/util/test_whitelist.sh b/geth-poa/util/test_whitelist.sh index d9b00d47ae6d..78b30458eaa1 100755 --- a/geth-poa/util/test_whitelist.sh +++ b/geth-poa/util/test_whitelist.sh @@ -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