Remove dead goerli arbiscan link (#3073)

pull/3087/head
J M Rossy 11 months ago committed by GitHub
parent 6f9b4e6660
commit 08ba0d32b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/many-apes-invite.md
  2. 8
      typescript/sdk/src/consts/chainMetadata.ts

@ -0,0 +1,5 @@
---
'@hyperlane-xyz/sdk': patch
---
Remove dead arbitrum goerli explorer link"

@ -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,

Loading…
Cancel
Save