From 63d652d9a7254c9bb4517ad25fbaf3dad38f1067 Mon Sep 17 00:00:00 2001 From: bhavik Date: Tue, 14 Dec 2021 01:01:37 +0530 Subject: [PATCH] added other mappings name --- scripts/deployment/deploy.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scripts/deployment/deploy.ts b/scripts/deployment/deploy.ts index 5a24fc87..d0f60816 100644 --- a/scripts/deployment/deploy.ts +++ b/scripts/deployment/deploy.ts @@ -5,6 +5,19 @@ async function main() { const accounts = await ethers.getSigners(); const connectMapping: Record = { + "1INCH-A": "ConnectV2OneInch", + "1INCH-B": "ConnectV2OneProto", + "AAVE-V1-A": "ConnectV2AaveV1", + "AAVE-V2-A": "ConnectV2AaveV2", + "AUTHORITY-A": "ConnectV2Auth", + "BASIC-A": "ConnectV2Basic", + "COMP-A": "ConnectV2COMP", + "COMPOUND-A": "ConnectV2Compound", + "DYDX-A": "ConnectV2Dydx", + "FEE-A": "ConnectV2Fee", + "GELATO-A": "ConnectV2Gelato", + "MAKERDAO-A": "ConnectV2Maker", + "UNISWAP-A": "ConnectV2UniswapV2", "UniswapV3-v1" : "ConnectV2UniswapV3Polygon", "Uniswap-V3-Staker-v1.1" : "ConnectV2UniswapV3StakerPolygon" };