fund create2 address

This commit is contained in:
Shawn 2023-12-13 00:44:15 -08:00
parent 8a87924515
commit 70e8080879
2 changed files with 8 additions and 1 deletions

View file

@ -39,6 +39,10 @@ Address: `0x788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4`
Address: `0x0DCaa27B9E4Db92F820189345792f8eC5Ef148F6` 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 ## Local Run
1. To run the local setup, set the .env file with the keys specified in .env.example. 1. To run the local setup, set the .env file with the keys specified in .env.example.

View file

@ -41,7 +41,10 @@
}, },
"f39Fd6e51aad88F6F4ce6aB8827279cffFb92266": { "f39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {
"balance": "10000000000000000000000" "balance": "10000000000000000000000"
} },
"0x3fab184622dc19b6109349b94811493bf2a45362": {
"balance": "10000000000000000000000"
}
}, },
"number": "0x0", "number": "0x0",
"gasUsed": "0x0", "gasUsed": "0x0",