-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved deployments to new folder, and now wagmi generates the config
- Loading branch information
Showing
64 changed files
with
355 additions
and
301 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
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 was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
packages/1155-contracts/script/TestCreateDeterministic.sol
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
FORK_RPC_URL="https://rpc.zora.co/" | ||
FORK_BLOCK_NUMBER=5141442 |
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,22 @@ | ||
# @zoralabs/premint-sdk | ||
|
||
## 0.0.2-premint-api.2 | ||
|
||
### Patch Changes | ||
|
||
- c29e080: Update retry and error reporting | ||
|
||
## 0.0.2-premint-api.1 | ||
|
||
### Patch Changes | ||
|
||
- 6eaf7bb: add retries | ||
|
||
## 0.0.2-premint-api.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [8395b8e] | ||
- Updated dependencies [aae756b] | ||
- Updated dependencies [cf184b3] | ||
- @zoralabs/zora-1155-contracts@2.1.1-premint-api.0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,39 @@ | ||
[profile.default] | ||
fs_permissions = [ | ||
{ access = "read", path = "./addresses" }, | ||
{ access = "read", path = "./chainConfigs" }, | ||
{ access = "read", path = "./package.json" }, | ||
{ access = "readwrite", path = "./deterministicConfig" }, | ||
] | ||
libs = ['_imagine', 'node_modules', 'script'] | ||
allow_paths = [ | ||
"node_modules/@zoralabs/protocol-rewards", | ||
"node_modules/@zoralabs/zora-1155-contracts", | ||
] | ||
optimizer = true | ||
optimizer_runs = 50 | ||
via_ir = true | ||
solc_version = '0.8.17' | ||
out = 'out' | ||
src = 'src' | ||
|
||
[profile.dev] | ||
optimizer = false | ||
optimizer_runs = 0 | ||
via_ir = false | ||
|
||
[rpc_endpoints] | ||
goerli = "https://eth-goerli.g.alchemy.com/v2/${ALCHEMY_KEY}" | ||
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}" | ||
# for optimism, since we are just using this for deployment/fork testing, | ||
# we can use these since they're lower volume. | ||
base = "https://base-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}" | ||
base_goerli = "https://base-goerli.g.alchemy.com/v2/${ALCHEMY_KEY}" | ||
optimism = "https://opt-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}" | ||
optimism_goerli = "https://opt-goerli.g.alchemy.com/v2/${ALCHEMY_KEY}" | ||
pgn = "https://rpc.publicgoods.network" | ||
pgn_sepolia = "https://sepolia.publicgoods.network" | ||
zora = "https://rpc.zora.energy" | ||
zora_goerli = "https://testnet.rpc.zora.energy" | ||
|
||
# See more config options https://github.com/foundry-rs/foundry/tree/master/config |
Oops, something went wrong.