Skip to content

Commit

Permalink
updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 21, 2023
1 parent 6af3c05 commit 0562561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions geth-poa/util/test_bridge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion geth-poa/util/test_whitelist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0562561

Please sign in to comment.