Skip to content

Commit

Permalink
Remove dead goerli arbiscan link (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy authored and yorhodes committed Dec 20, 2023
1 parent e0ac79a commit 65e3500
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-apes-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': patch
---

Remove dead arbitrum goerli explorer link"
8 changes: 0 additions & 8 deletions typescript/sdk/src/consts/chainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ export const arbitrum: ChainMetadata = {
};

export const arbitrumgoerli: ChainMetadata = {
blockExplorers: [
{
apiUrl: 'https://api-goerli.arbiscan.io/api',
family: ExplorerFamily.Etherscan,
name: 'Arbiscan',
url: 'https://goerli.arbiscan.io',
},
],
blocks: {
confirmations: 1,
estimateBlockTime: 3,
Expand Down

0 comments on commit 65e3500

Please sign in to comment.