Skip to content

Commit

Permalink
comment out OPoGC support in constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Aug 17, 2022
1 parent de045a7 commit d13a247
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/app/src/constants/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,17 @@ const chainParameters = (chainId: number) => {
},
blockExplorerUrls: ["https://optimistic.etherscan.io/"],
}
case SupportedChainId.OPTIMISM_ON_GNOSIS_CHAIN:
return {
chainId: requiredChainIdHex,
chainName: "Optimism on Gnosis Chain",
rpcUrls: ["https://optimism.gnosischain.com"],
nativeCurrency: {
name: "xDai",
symbol: "xDai",
decimals: 18,
},
blockExplorerUrls: ["https://blockscout.com/xdai/optimism/"],
}
// case SupportedChainId.OPTIMISM_ON_GNOSIS_CHAIN:
// return {
// chainId: requiredChainIdHex,
// chainName: "Optimism on Gnosis Chain",
// rpcUrls: ["https://optimism.gnosischain.com"],
// nativeCurrency: {
// name: "xDai",
// symbol: "xDai",
// decimals: 18,
// },
// blockExplorerUrls: ["https://blockscout.com/xdai/optimism/"],
// }
}
}

0 comments on commit d13a247

Please sign in to comment.