Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Sep 3, 2024
1 parent 76d51a4 commit f0e2584
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/references/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@ export type ReferrerType = 'native-app' | 'app-claim';
export const REFERRER: ReferrerType = 'native-app';
export const REFERRER_CLAIM: ReferrerType = 'app-claim';

export const SUPPORTED_MAINNET_CHAINS: Chain[] = [mainnet, polygon, optimism, arbitrum, base, zora, bsc, avalanche, blast].map(chain => ({
...chain,
name: chainsLabel[chain.id],
}));

export const SUPPORTED_CHAINS = ({ testnetMode = false }: { testnetMode?: boolean }): Chain[] => {
return [
mainnet,
Expand Down

0 comments on commit f0e2584

Please sign in to comment.