Skip to content

Commit

Permalink
Deprecate arbitrum goerli explorer link
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Dec 18, 2023
1 parent 6f9b4e6 commit 6f00c40
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions typescript/sdk/src/consts/chainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ 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',
},
// DEPRECATED:
// {
// apiUrl: 'https://api-goerli.arbiscan.io/api',
// family: ExplorerFamily.Etherscan,
// name: 'Arbiscan',
// url: 'https://goerli.arbiscan.io',
// },
],
blocks: {
confirmations: 1,
Expand Down

0 comments on commit 6f00c40

Please sign in to comment.