Skip to content

Commit

Permalink
fix: yBal addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jul 25, 2023
1 parent 0494d4a commit b727ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-lib/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit b727ce3

Please sign in to comment.