From a6183bb2db4ec2474b84bfca770dbd83abb3d0cd Mon Sep 17 00:00:00 2001 From: Dhruv Chauhan Date: Mon, 11 Sep 2023 23:31:41 +0530 Subject: [PATCH] count WETH/BSWAP initial liquidity as transfer --- subgraphs/uniswap-forks/src/mappings/pool.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/subgraphs/uniswap-forks/src/mappings/pool.ts b/subgraphs/uniswap-forks/src/mappings/pool.ts index 85f05a94b7..4b649deae4 100644 --- a/subgraphs/uniswap-forks/src/mappings/pool.ts +++ b/subgraphs/uniswap-forks/src/mappings/pool.ts @@ -46,14 +46,6 @@ export function handleTransfer(event: Transfer): void { ) { return; } - // ignore initial liquidity lock up for baseswap BSWAP-ETH pool - if ( - dataSource.network() == Network.BASE && - event.transaction.hash.toHexString() == - "0x8fe53fa234ff89bed2ca6cb2c5528f53a6e5e3df313279d694421f4cef8cc4b2" - ) { - return; - } // mints if (event.params.from.toHexString() == ZERO_ADDRESS) { handleTransferMint(