-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add second NFT collection with light background
- Loading branch information
1 parent
0c50a12
commit c02417d
Showing
11 changed files
with
262 additions
and
54 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
121 changes: 121 additions & 0 deletions
121
contracts/broadcast/DeployForReal.s.sol/421614/run-1709328304.json
Large diffs are not rendered by default.
Oops, something went wrong.
86 changes: 61 additions & 25 deletions
86
contracts/broadcast/DeployForReal.s.sol/421614/run-latest.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// Generated by forge deploy script | ||
export const ANVIL_COLD_STORAGE_PLUGIN_ADDRESS = '0x14DEaAAc8129c84b50BC9A4917a9f95b2137422c'; | ||
export const ANVIL_NFT_ADDRESS = '0xE18eE2D402e056C0f60e97B2Dc151d676a17895c'; | ||
export const ANVIL_COLD_STORAGE_PLUGIN_ADDRESS = '0x726856CE1567e3b8CAeDfC648317975d8D9F2dDe'; | ||
export const ANVIL_NFT1_ADDRESS = '0xf3b314434B087095dd6A8AA5c0747524AaFE2167'; | ||
export const ANVIL_NFT2_ADDRESS = '0x85923Ba605EE77181daEb6B435F31c12eD28Cd11'; | ||
export const ANVIL_PAYMASTER_ADDRESS = '0x8B730FB710E750C4B444c4AD3aFd50BD75CA4776'; |
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
import { DEPLOYED_COLD_STORAGE_PLUGIN_ADDRESS, DEPLOYED_NFT_ADDRESS } from './deployed'; | ||
import { DEPLOYED_COLD_STORAGE_PLUGIN_ADDRESS, DEPLOYED_NFT1_ADDRESS, DEPLOYED_NFT2_ADDRESS } from './deployed'; | ||
|
||
export const IMAGE_SIZE = 294; | ||
export const IMAGES_PER_PAGE_COUNT = 12; | ||
|
||
export const ALCHEMY_RPC_URL = process.env.ALCHEMY_RPC_URL!; | ||
|
||
export const COLD_STORAGE_PLUGIN_ADDRESS = DEPLOYED_COLD_STORAGE_PLUGIN_ADDRESS; | ||
export const NFT_ADDRESS = DEPLOYED_NFT_ADDRESS; | ||
export const NFT1_ADDRESS = DEPLOYED_NFT1_ADDRESS; | ||
export const NFT2_ADDRESS = DEPLOYED_NFT2_ADDRESS; |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// Generated by forge deploy script | ||
export const DEPLOYED_COLD_STORAGE_PLUGIN_ADDRESS = '0x14DEaAAc8129c84b50BC9A4917a9f95b2137422c'; | ||
export const DEPLOYED_NFT_ADDRESS = '0xE18eE2D402e056C0f60e97B2Dc151d676a17895c'; | ||
export const DEPLOYED_COLD_STORAGE_PLUGIN_ADDRESS = "0x726856CE1567e3b8CAeDfC648317975d8D9F2dDe"; | ||
export const DEPLOYED_NFT1_ADDRESS = "0xf3b314434B087095dd6A8AA5c0747524AaFE2167"; | ||
export const DEPLOYED_NFT2_ADDRESS = "0x85923Ba605EE77181daEb6B435F31c12eD28Cd11"; |