From 6eb4fe7b70a40cd44c26db6fffdf9c23076ad703 Mon Sep 17 00:00:00 2001 From: Chris Steege Date: Tue, 8 Aug 2023 16:14:22 -0500 Subject: [PATCH] Remove comment on base --- subgraphs/uniswap-v3-forks/src/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgraphs/uniswap-v3-forks/src/common/constants.ts b/subgraphs/uniswap-v3-forks/src/common/constants.ts index 13ac4735e4..5ca46f2ccf 100644 --- a/subgraphs/uniswap-v3-forks/src/common/constants.ts +++ b/subgraphs/uniswap-v3-forks/src/common/constants.ts @@ -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";