diff --git a/subgraphs/uniswap-forks/src/mappings/pool.ts b/subgraphs/uniswap-forks/src/mappings/pool.ts index 4b649deae4..999bb818f7 100644 --- a/subgraphs/uniswap-forks/src/mappings/pool.ts +++ b/subgraphs/uniswap-forks/src/mappings/pool.ts @@ -1,4 +1,3 @@ -import { dataSource } from "@graphprotocol/graph-ts"; import { Mint, Burn, @@ -26,7 +25,6 @@ import { import { BIGINT_THOUSAND, BIGINT_ZERO, - Network, UsageType, ZERO_ADDRESS, } from "../common/constants";