Skip to content

Commit

Permalink
Merge ab82c66 into 228e714
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-schrammel authored Sep 6, 2024
2 parents 228e714 + ab82c66 commit ed0631a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/references/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export const NATIVE_ASSETS_PER_CHAIN: Record<ChainId, AddressOrEth> = {
[ChainId.blast]: AddressZero as Address,
[ChainId.blastSepolia]: AddressZero as Address,
[ChainId.polygonAmoy]: AddressZero as Address,
[ChainId.degen]: AddressZero,
};

export const NATIVE_ASSETS_MAP_PER_CHAIN: Record<ChainId, AddressOrEth> = {
Expand Down Expand Up @@ -217,6 +218,7 @@ export const NATIVE_ASSETS_MAP_PER_CHAIN: Record<ChainId, AddressOrEth> = {
[ChainId.sepolia]: ETH_ADDRESS,
[ChainId.zora]: ETH_ADDRESS,
[ChainId.zoraSepolia]: ETH_ADDRESS,
[ChainId.degen]: AddressZero,
};

export type ReferrerType = 'native-app' | 'app-claim';
Expand Down

0 comments on commit ed0631a

Please sign in to comment.