We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2424db commit bf8d32cCopy full SHA for bf8d32c
packages/mars/src/options/chain/optimism.ts
@@ -28,6 +28,6 @@ export const optimism_goerli: Chain = {
28
getInfuraRpc: (infuraApiKey) => `https://optimism-goerli.infura.io/v3/${infuraApiKey}`,
29
getAlchemyRpc: (alchemyApiKey) => `https://opt-goerli.g.alchemy.com/v2/${alchemyApiKey}`,
30
getBlockExplorerContractAddress: (contractAddress) =>
31
- `https://blockscout.com/optimism/goerli/address/${contractAddress}`,
32
- getEtherscanVerifierApi: () => 'https://blockscout.com/optimism/goerli/api',
+ `https://goerli-optimism.etherscan.io/address/${contractAddress}`,
+ getEtherscanVerifierApi: () => 'https://api-goerli-optimism.etherscan.io/api',
33
}
0 commit comments