From ebd8bd8f6d4b3aca17386d03ce96faddc0f2d1ea Mon Sep 17 00:00:00 2001 From: Dhruv Chauhan Date: Mon, 14 Oct 2024 18:03:08 +0530 Subject: [PATCH] nit: fix lint --- subgraphs/blackwing/src/mappings/handlers.ts | 1 - subgraphs/blackwing/src/mappings/helpers.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/subgraphs/blackwing/src/mappings/handlers.ts b/subgraphs/blackwing/src/mappings/handlers.ts index d74b4b3b50..6e92bccd0f 100644 --- a/subgraphs/blackwing/src/mappings/handlers.ts +++ b/subgraphs/blackwing/src/mappings/handlers.ts @@ -9,7 +9,6 @@ import { ProtocolConfig, TokenPricer } from "../sdk/protocols/config"; import { TokenInitializer, TokenParams } from "../sdk/protocols/generic/tokens"; import { bigIntToBigDecimal } from "../sdk/util/numbers"; import { - BIGDECIMAL_ZERO, BIGINT_MINUS_ONE, BIGINT_ONE, ETH_ADDRESS, diff --git a/subgraphs/blackwing/src/mappings/helpers.ts b/subgraphs/blackwing/src/mappings/helpers.ts index 063569de42..d783b1adf9 100644 --- a/subgraphs/blackwing/src/mappings/helpers.ts +++ b/subgraphs/blackwing/src/mappings/helpers.ts @@ -9,7 +9,6 @@ import { import { BIGDECIMAL_ONE, BIGINT_TEN_TO_EIGHTEENTH, - BIGINT_TEN_TO_SIX, Network, } from "../sdk/util/constants";