diff --git a/geth-poa/README.md b/geth-poa/README.md index 07574626cd..8d1f5589f0 100644 --- a/geth-poa/README.md +++ b/geth-poa/README.md @@ -39,6 +39,10 @@ Address: `0x788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4` Address: `0x0DCaa27B9E4Db92F820189345792f8eC5Ef148F6` +## Create2 Deployment Proxy + +A Create2 deployment proxy is meant to be deployed to this chain. The signer address for such proxy is funded on genesis, `0x3fab184622dc19b6109349b94811493bf2a45362`. see more [here](https://github.com/Arachnid/deterministic-deployment-proxy). + ## Local Run 1. To run the local setup, set the .env file with the keys specified in .env.example. diff --git a/geth-poa/genesis.json b/geth-poa/genesis.json index 999c2db5f6..d3bc5e5a8f 100644 --- a/geth-poa/genesis.json +++ b/geth-poa/genesis.json @@ -41,7 +41,10 @@ }, "f39Fd6e51aad88F6F4ce6aB8827279cffFb92266": { "balance": "10000000000000000000000" - } + }, + "0x3fab184622dc19b6109349b94811493bf2a45362": { + "balance": "10000000000000000000000" + } }, "number": "0x0", "gasUsed": "0x0",