Skip to content

Commit

Permalink
👾 Update optimism goerli etherscan address (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruch authored Jan 4, 2023
1 parent b2424db commit bf8d32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mars/src/options/chain/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export const optimism_goerli: Chain = {
getInfuraRpc: (infuraApiKey) => `https://optimism-goerli.infura.io/v3/${infuraApiKey}`,
getAlchemyRpc: (alchemyApiKey) => `https://opt-goerli.g.alchemy.com/v2/${alchemyApiKey}`,
getBlockExplorerContractAddress: (contractAddress) =>
`https://blockscout.com/optimism/goerli/address/${contractAddress}`,
getEtherscanVerifierApi: () => 'https://blockscout.com/optimism/goerli/api',
`https://goerli-optimism.etherscan.io/address/${contractAddress}`,
getEtherscanVerifierApi: () => 'https://api-goerli-optimism.etherscan.io/api',
}

0 comments on commit bf8d32c

Please sign in to comment.