From 0977c3e1d96217ef74cb4688380ac9591845e5fd Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:27:11 -0800 Subject: [PATCH] comment --- geth-poa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth-poa/README.md b/geth-poa/README.md index f25b373d93..147813b331 100644 --- a/geth-poa/README.md +++ b/geth-poa/README.md @@ -18,7 +18,7 @@ Address: `0xBe3dEF3973584FdcC1326634aF188f0d9772D57D` Note if the relayer is emitting errors related to unexpected contract routing, try using a new deployer key pair. It's likely that the current bridge contract deployments are clashing with previous deployments. -You'd need to replace `Address` above, the allocs field of `genesis.json`, and the `CONTRACT_DEPLOYER_PRIVATE_KEY` in `.env`. +You'd need to replace `Address` above, the allocs field of `genesis.json`, the `CONTRACT_DEPLOYER_PRIVATE_KEY` in `.env`, and the hardcoded whitelist contract addr in HypERC20.sol. ## Validator Accounts (also POA signers)