-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding base and deployment instructions (#114)
- Loading branch information
Showing
5 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
1. Setup new `chainConfigs` file setting 1. fee recipient, and 2. owner for factory contracts | ||
2. Run forge/foundry deploy script: | ||
|
||
``` | ||
``` | ||
|
||
3. Update deployed addresses file `yarn run update-new-deployment-addresses` | ||
4. Verify `addresses/CHAINID.json` exists. | ||
5. Ensure contracts are verified on block explorer. | ||
6. Make PR with new addresses json files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"CONTRACT_1155_IMPL": "0x3Ed969bf88166B85608C13b633242611F6220a14", | ||
"FACTORY_IMPL": "0xA75f980Fdf9F02718423FDFDFf1fccc74bdDBa95", | ||
"FACTORY_PROXY": "0xc652d4F4b41A9e1986a3D6134687eD0e5d4883a2", | ||
"FIXED_PRICE_SALE_STRATEGY": "0x2fBdBc34B6015e7b40638179Aa05a2D2267452c7", | ||
"MERKLE_MINT_SALE_STRATEGY": "0x677F06C6a93e167c1ebD4eaFa3A3f9370DFc665a", | ||
"REDEEM_MINTER_FACTORY": "0xC04050e04708b33302E30E5A0fB1e8c38F4EBbB0", | ||
"timestamp": 1689088857, | ||
"commit": "4cfd3cc" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"FACTORY_OWNER": "0x99B5E1B42f018EEA69AFBB3a653F0338fc28013A", | ||
"MINT_FEE_AMOUNT": 777000000000000, | ||
"MINT_FEE_RECIPIENT": "0x44928735180F03b334F82617A552DEE4631c9Bdb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters