From f09ba3e1f6589fa1e10c7598e9d628bf197e9ea7 Mon Sep 17 00:00:00 2001 From: pradeep-selva Date: Mon, 22 Aug 2022 17:08:08 +0530 Subject: [PATCH] changes for ConvexSUSDTradeExecutor deployment --- docs/Deployment.md | 1 + scripts/deployment/ConvexSUSDPoolTradeExecutor.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Deployment.md b/docs/Deployment.md index 3169e55..1606f28 100644 --- a/docs/Deployment.md +++ b/docs/Deployment.md @@ -4,3 +4,4 @@ | ------------ | ----------------------- | --------- | ----------------------------------------------------------------------- | ---------------------------------------------------- | | Aug 1, 2022 | ConvexFraxTradeExecutor | c7749c6 | https://etherscan.io/address/0x1EE02878b922bbAdf3F878E4bA56c4E608C8e157 | FRAX/USD metapool was replaced with FRAX/USDC 2 pool | | Aug 22, 2022 | Harvester | 8ac7500 | https://etherscan.io/address/0x079d4c4179f0018EE5587f416560A94261a9F72F | Bug fixes & improvements | +| Aug 22, 2022 | ConvexSUSDTradeExecutor | 5a539ca | https://etherscan.io/address/0x084240d5Ce3F28AD8697E0fcf379bccfa6F33987 | Fix setHandler() bug, due to lp token approval issue | diff --git a/scripts/deployment/ConvexSUSDPoolTradeExecutor.ts b/scripts/deployment/ConvexSUSDPoolTradeExecutor.ts index bc5b6d6..9d104f9 100644 --- a/scripts/deployment/ConvexSUSDPoolTradeExecutor.ts +++ b/scripts/deployment/ConvexSUSDPoolTradeExecutor.ts @@ -2,7 +2,7 @@ import hre from "hardhat"; import { Vault } from "../../src/types"; const ConvexSUSDPoolTradeExecutorConfig = { - harvester: "0x2022C855CeefD7759dBbb5bB7A8F14C82688646A", + harvester: "0x079d4c4179f0018EE5587f416560A94261a9F72F", vault: "0x3c4Fe0db16c9b521480c43856ba3196A9fa50E08", };