From 6f00c40a82e38ae2918a424eaf815d65f627f5a1 Mon Sep 17 00:00:00 2001 From: Yorke Rhodes Date: Mon, 18 Dec 2023 13:29:37 -0500 Subject: [PATCH] Deprecate arbitrum goerli explorer link --- typescript/sdk/src/consts/chainMetadata.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/typescript/sdk/src/consts/chainMetadata.ts b/typescript/sdk/src/consts/chainMetadata.ts index ac38c51f89..e27124a535 100644 --- a/typescript/sdk/src/consts/chainMetadata.ts +++ b/typescript/sdk/src/consts/chainMetadata.ts @@ -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,