Commit ffa5297e authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ctp: mainnet nft bridge deployments (#3654)

* ctp: mainnet nft bridge deployments

* Create mighty-planets-pump.md
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent a5e715c3
---
"@eth-optimism/contracts-periphery": patch
---
mainnet nft bridge deployments
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -24,6 +24,7 @@ export const isTargetL2Network = (network: string): boolean => { ...@@ -24,6 +24,7 @@ export const isTargetL2Network = (network: string): boolean => {
export const isTargetL1Network = (network: string): boolean => { export const isTargetL1Network = (network: string): boolean => {
switch (network) { switch (network) {
case 'mainnet': case 'mainnet':
case 'ethereum':
case 'goerli': case 'goerli':
case 'ops-l1': case 'ops-l1':
case 'kovan': case 'kovan':
...@@ -38,6 +39,7 @@ export const getProxyAdmin = (network: string): string => { ...@@ -38,6 +39,7 @@ export const getProxyAdmin = (network: string): string => {
case 'optimism': case 'optimism':
return l2MainnetMultisig return l2MainnetMultisig
case 'mainnet': case 'mainnet':
case 'ethereum':
return l1MainnetMultisig return l1MainnetMultisig
case 'kovan': case 'kovan':
case 'optimism-kovan': case 'optimism-kovan':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment