From cf87bbefefb793cf59f389117e932677f198aef3 Mon Sep 17 00:00:00 2001 From: zhoujia6139 Date: Sat, 18 Nov 2023 09:43:41 +0800 Subject: [PATCH] chore: fix lint --- helpers/hardhat-constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/hardhat-constants.ts b/helpers/hardhat-constants.ts index c02769a3..ff68875b 100644 --- a/helpers/hardhat-constants.ts +++ b/helpers/hardhat-constants.ts @@ -489,7 +489,7 @@ export const eContractidToContractName = { EXRP: "MintableERC721", WGLMR: "MintableERC721", MockBendDaoLendPool: "MockLendPool", - AggregatorGHOST:"ERC721OracleWrapper", + AggregatorGHOST: "ERC721OracleWrapper", PositionMoverLogic: "PositionMoverLogic", PoolPositionMoverImpl: "PoolPositionMover", GHOST: "MintableERC721",