Skip to content

Commit

Permalink
ctp: mainnet nft bridge deployments (#3654)
Browse files Browse the repository at this point in the history
* ctp: mainnet nft bridge deployments

* Create mighty-planets-pump.md

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
tynes and mergify[bot] committed Oct 5, 2022
1 parent a5e715c commit ffa5297
Show file tree
Hide file tree
Showing 9 changed files with 1,960 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-planets-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eth-optimism/contracts-periphery": patch
---

mainnet nft bridge deployments
457 changes: 457 additions & 0 deletions packages/contracts-periphery/deployments/ethereum/L1ERC721Bridge.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

386 changes: 386 additions & 0 deletions packages/contracts-periphery/deployments/optimism/L2ERC721Bridge.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/contracts-periphery/src/nft-bridge-deploy-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const isTargetL2Network = (network: string): boolean => {
export const isTargetL1Network = (network: string): boolean => {
switch (network) {
case 'mainnet':
case 'ethereum':
case 'goerli':
case 'ops-l1':
case 'kovan':
Expand All @@ -38,6 +39,7 @@ export const getProxyAdmin = (network: string): string => {
case 'optimism':
return l2MainnetMultisig
case 'mainnet':
case 'ethereum':
return l1MainnetMultisig
case 'kovan':
case 'optimism-kovan':
Expand Down

0 comments on commit ffa5297

Please sign in to comment.