From b727ce3513587fe544090ad8759a41cb8d89b72b Mon Sep 17 00:00:00 2001 From: Major Date: Tue, 25 Jul 2023 11:59:37 +0200 Subject: [PATCH] fix: yBal addresses --- packages/web-lib/utils/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web-lib/utils/constants.ts b/packages/web-lib/utils/constants.ts index 3a59f1fa..15f24e93 100755 --- a/packages/web-lib/utils/constants.ts +++ b/packages/web-lib/utils/constants.ts @@ -32,14 +32,14 @@ export const GAUGEYCRV_TOKEN_ADDRESS = toAddress('0x5980d25B4947594c26255C0BF301 // Theses constants are used by the yBal app export const YBAL_VOTER_ADDRESS = toAddress('0xBA11E7024cbEB1dd2B401C70A83E0d964144686C'); -export const YBAL_BALANCER_POOL_ADDRESS = toAddress('0xD61e198e139369a40818FE05F5d5e6e045Cd6eaF'); +export const YBAL_BALANCER_POOL_ADDRESS = toAddress('0x616D4D131F1147aC3B3C3CC752BAB8613395B2bB'); export const ZAP_YEARN_YBAL_ADDRESS = toAddress('0xCCD31df9084615d87036586F5139c83c6A058baE'); export const BAL_TOKEN_ADDRESS = toAddress('0xba100000625a3754423978a60c9317c58a424e3d'); export const YBAL_TOKEN_ADDRESS = toAddress('0x98E86Ed5b0E48734430BfBe92101156C75418cad'); export const VEBAL_TOKEN_ADDRESS = toAddress('0xC128a9954e6c874eA3d62ce62B468bA073093F25'); export const STYBAL_TOKEN_ADDRESS = toAddress('0xc09cfb625e586B117282399433257a1C0841edf3'); -export const LPYBAL_TOKEN_ADDRESS = toAddress('0xD725F5742047B4B4A3110D0b38284227fcaB041e'); -export const GAUGEYBAL_TOKEN_ADDRESS = toAddress('0xb3CA475746591878e8AAd9710b402eeb4470784a'); +export const LPYBAL_TOKEN_ADDRESS = toAddress('0x640D2a6540F180aaBa2223480F445D3CD834788B'); +export const GAUGEYBAL_TOKEN_ADDRESS = toAddress('0x5E23599eBE87A5A140f295C2fC6aAedb10955497'); export const BALWETH_TOKEN_ADDRESS = toAddress('0x5c6Ee304399DBdB9C8Ef030aB642B10820DB8F56'); export const VEBALPEG_QUERY_HELP_CONTRACT = toAddress('0xE39B5e3B6D74016b2F6A9673D7d7493B6DF549d5');