From 73af8870f4d80f2a178b0dd7a0e5d85b98ed7be1 Mon Sep 17 00:00:00 2001 From: Karelian Pie Date: Tue, 11 Jul 2023 09:19:04 +0300 Subject: [PATCH 1/2] feat: yCRV Zap v3 contracts --- packages/web-lib/utils/constants.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/web-lib/utils/constants.ts b/packages/web-lib/utils/constants.ts index 17744579..d5575667 100755 --- a/packages/web-lib/utils/constants.ts +++ b/packages/web-lib/utils/constants.ts @@ -23,6 +23,9 @@ export const VECRV_YEARN_TREASURY_ADDRESS = toAddress('0xF147b8125d2ef93FB6965Db export const VLYCRV_TOKEN_ADDRESS = toAddress('0xCCBD4579495cD78280e4900CB482C8Edf2EC8336'); export const YCRV_TOKEN_ADDRESS = toAddress('0xFCc5c47bE19d06BF83eB04298b026F81069ff65b'); export const STYCRV_TOKEN_ADDRESS = toAddress('0x27B5739e22ad9033bcBf192059122d163b60349D'); +export const LP_YCRV_V2 = toAddress('0x6E9455D109202b426169F0d8f01A3332DAE160f3'); +export const YCRV_F_V2 = toAddress('0x99f5aCc8EC2Da2BC0771c32814EFF52b712de1E5'); + export const LPYCRV_TOKEN_ADDRESS = toAddress('0xc97232527B62eFb0D8ed38CF3EA103A6CcA4037e'); export const YVECRV_TOKEN_ADDRESS = toAddress('0xc5bDdf9843308380375a611c18B50Fb9341f502A'); export const YVBOOST_TOKEN_ADDRESS = toAddress('0x9d409a0A012CFbA9B15F6D4B36Ac57A46966Ab9a'); From 659a9994ee9437f9cebb50d1c2dd599d5a626667 Mon Sep 17 00:00:00 2001 From: Major <90963895+Majorfi@users.noreply.github.com> Date: Tue, 11 Jul 2023 11:41:30 +0200 Subject: [PATCH 2/2] Update constants.ts --- packages/web-lib/utils/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web-lib/utils/constants.ts b/packages/web-lib/utils/constants.ts index d5575667..72f8f376 100755 --- a/packages/web-lib/utils/constants.ts +++ b/packages/web-lib/utils/constants.ts @@ -23,8 +23,8 @@ export const VECRV_YEARN_TREASURY_ADDRESS = toAddress('0xF147b8125d2ef93FB6965Db export const VLYCRV_TOKEN_ADDRESS = toAddress('0xCCBD4579495cD78280e4900CB482C8Edf2EC8336'); export const YCRV_TOKEN_ADDRESS = toAddress('0xFCc5c47bE19d06BF83eB04298b026F81069ff65b'); export const STYCRV_TOKEN_ADDRESS = toAddress('0x27B5739e22ad9033bcBf192059122d163b60349D'); -export const LP_YCRV_V2 = toAddress('0x6E9455D109202b426169F0d8f01A3332DAE160f3'); -export const YCRV_F_V2 = toAddress('0x99f5aCc8EC2Da2BC0771c32814EFF52b712de1E5'); +export const LP_YCRV_V2_ADDRESS = toAddress('0x6E9455D109202b426169F0d8f01A3332DAE160f3'); +export const YCRV_F_V2_ADDRESS = toAddress('0x99f5aCc8EC2Da2BC0771c32814EFF52b712de1E5'); export const LPYCRV_TOKEN_ADDRESS = toAddress('0xc97232527B62eFb0D8ed38CF3EA103A6CcA4037e'); export const YVECRV_TOKEN_ADDRESS = toAddress('0xc5bDdf9843308380375a611c18B50Fb9341f502A');