Skip to content

Commit

Permalink
Remove comment on base
Browse files Browse the repository at this point in the history
  • Loading branch information
steegecs committed Aug 8, 2023
1 parent 6aca947 commit 6eb4fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/uniswap-v3-forks/src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export namespace Network {
export const AVALANCHE = "AVALANCHE";
export const AURORA = "AURORA";
export const BSC = "BSC"; // aka BNB Chain
export const BASE = "BASE"; // aka Ethereum mainnet
export const BASE = "BASE";
export const CELO = "CELO";
export const MAINNET = "MAINNET"; // Ethereum mainnet
export const FANTOM = "FANTOM";
Expand Down

0 comments on commit 6eb4fe7

Please sign in to comment.