From a85ac4a5fa5a1e2d4ceed1be26a7a32b71ae453b Mon Sep 17 00:00:00 2001 From: Dhruv Chauhan Date: Mon, 26 Aug 2024 17:47:13 +0530 Subject: [PATCH] nit: fix lint --- .../deployments/test-protocol-avalanche/configurations.ts | 5 +---- .../deployments/test-protocol-ethereum/configurations.ts | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-avalanche/configurations.ts b/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-avalanche/configurations.ts index e79280989a..6c49942d56 100644 --- a/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-avalanche/configurations.ts +++ b/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-avalanche/configurations.ts @@ -1,8 +1,5 @@ import { Configurations } from "../../../../../configurations/configurations/interface"; -import { - PROTOCOL_NAME, - PROTOCOL_SLUG, -} from "../../../src/constants"; +import { PROTOCOL_NAME, PROTOCOL_SLUG } from "../../../src/constants"; import { Network } from "../../../../../src/sdk/util/constants"; export class TestProtocolAvalancheConfigurations implements Configurations { diff --git a/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-ethereum/configurations.ts b/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-ethereum/configurations.ts index 8e034ad629..c8e076d21e 100644 --- a/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-ethereum/configurations.ts +++ b/subgraphs/_reference_/protocols/test-protocol/config/deployments/test-protocol-ethereum/configurations.ts @@ -1,8 +1,5 @@ import { Configurations } from "../../../../../configurations/configurations/interface"; -import { - PROTOCOL_NAME, - PROTOCOL_SLUG, -} from "../../../src/constants"; +import { PROTOCOL_NAME, PROTOCOL_SLUG } from "../../../src/constants"; import { Network } from "../../../../../src/sdk/util/constants"; export class TestProtocolMainnetConfigurations implements Configurations {