mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 09:03:46 +00:00
fund create2 address
This commit is contained in:
parent
8a87924515
commit
70e8080879
2 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -41,7 +41,10 @@
|
|||
},
|
||||
"f39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {
|
||||
"balance": "10000000000000000000000"
|
||||
}
|
||||
},
|
||||
"0x3fab184622dc19b6109349b94811493bf2a45362": {
|
||||
"balance": "10000000000000000000000"
|
||||
}
|
||||
},
|
||||
"number": "0x0",
|
||||
"gasUsed": "0x0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue