diff --git a/geth-poa/README.md b/geth-poa/README.md index 46a4bf2f4466..05758c30b9f1 100644 --- a/geth-poa/README.md +++ b/geth-poa/README.md @@ -22,7 +22,7 @@ Address: `0x788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4` ## Create2 Deployment Proxy -A Create2 deployment proxy is can be deployed to this chain at `0x4e59b44847b379578588920ca78fbf26c0b4956c`. see more [here](https://github.com/primevprotocol/deterministic-deployment-proxy). Note this proxy is required to deploy the whitelist bridge contract, and is consistent to foundry's suggested process for create2 deployment. The deployment signer, `0x3fab184622dc19b6109349b94811493bf2a45362` is funded on genesis. +A Create2 deployment proxy is can be deployed to this chain at `0x4e59b44847b379578588920ca78fbf26c0b4956c`. see more [here](https://github.com/primev/deterministic-deployment-proxy). Note this proxy is required to deploy the whitelist bridge contract, and is consistent to foundry's suggested process for create2 deployment. The deployment signer, `0x3fab184622dc19b6109349b94811493bf2a45362` is funded on genesis. ## Local Run diff --git a/geth-poa/util/deploy_create2.sh b/geth-poa/util/deploy_create2.sh index d9e557b73326..12916b997e07 100755 --- a/geth-poa/util/deploy_create2.sh +++ b/geth-poa/util/deploy_create2.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Deploys create2 proxy according to https://github.com/primevprotocol/deterministic-deployment-proxy +# Deploys create2 proxy according to https://github.com/primev/deterministic-deployment-proxy set -e