Skip to content

Commit

Permalink
refactor: rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed May 15, 2024
1 parent 3a07c02 commit 7971224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geth-poa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion geth-poa/util/deploy_create2.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7971224

Please sign in to comment.