Skip to content

Commit

Permalink
feat: upgrade ZAP_YEARN_YBAL_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jul 25, 2023
1 parent 5f90198 commit ad58c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-lib/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 ZAP_YEARN_YBAL_ADDRESS = toAddress('0x0000000000000000000000000000000000000000');
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');
Expand Down

0 comments on commit ad58c2e

Please sign in to comment.