Skip to content

Commit

Permalink
🪶 Goerli Optimism set block explorer to etherscan (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad authored Nov 8, 2022
1 parent 14b9f68 commit 840e14e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-dryers-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@usedapp/core': patch
---

Change Goerli Optimism block explorer to etherscan
2 changes: 1 addition & 1 deletion packages/core/src/model/chain/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const OptimismKovan: Chain = {
getExplorerTransactionLink: getTransactionLink(testnetExplorerUrl),
}

const testnetGoerliExplorerUrl = 'https://blockscout.com/optimism/goerli'
const testnetGoerliExplorerUrl = 'https://goerli-optimism.etherscan.io/'

export const OptimismGoerli: Chain = {
chainId: 420,
Expand Down

2 comments on commit 840e14e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.