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 c73c2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/utils/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ export const explorerFetchMapping: Partial<Record<ChainId, (url: string) => Prom
[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.Fantom]: fetchFantom,
// [ChainId.Aurora]: fetchAurora,
// [ChainId.Optimistic]: fetchOptimistic,
}

export const explorerFetchTokenDecimalMapping: Partial<
Expand Down

0 comments on commit c73c2c4

Please sign in to comment.