Skip to content

Commit

Permalink
fix: disable op & aurora & fantom
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Feb 1, 2024
1 parent e784606 commit 9101e59
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/utils/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ export const explorerDecimalPageMapping: Partial<Record<ChainId, (address: strin
}

export const explorerFetchMapping: Partial<Record<ChainId, (url: string) => Promise<FungibleToken[]>>> = {
[ChainId.Mainnet]: fetchETH,
[ChainId.BNB]: fetchBSC,
[ChainId.Polygon]: fetchPolygon,
[ChainId.Arbitrum]: fetchArbitrum,
[ChainId.Avalanche]: fetchAvalanche,
[ChainId.Fantom]: fetchFantom,
[ChainId.xDai]: fetchGnosis,
[ChainId.Aurora]: fetchAurora,
[ChainId.Optimistic]: fetchOptimistic,
[ChainId.Conflux]: fetchConflux,
// [ChainId.Mainnet]: fetchETH,
// [ChainId.BNB]: fetchBSC,
// [ChainId.Polygon]: fetchPolygon,
// [ChainId.Arbitrum]: fetchArbitrum,
// [ChainId.Avalanche]: fetchAvalanche,
// [ChainId.Fantom]: fetchFantom,
// [ChainId.Aurora]: fetchAurora,
// [ChainId.Optimistic]: fetchOptimistic,
}

export const explorerFetchTokenDecimalMapping: Partial<
Expand Down

0 comments on commit 9101e59

Please sign in to comment.