diff --git a/.changeset/many-apes-invite.md b/.changeset/many-apes-invite.md new file mode 100644 index 000000000..ef6ce96c4 --- /dev/null +++ b/.changeset/many-apes-invite.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/sdk': patch +--- + +Remove dead arbitrum goerli explorer link" diff --git a/typescript/sdk/src/consts/chainMetadata.ts b/typescript/sdk/src/consts/chainMetadata.ts index ac38c51f8..253a67ce9 100644 --- a/typescript/sdk/src/consts/chainMetadata.ts +++ b/typescript/sdk/src/consts/chainMetadata.ts @@ -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,