Skip to content

Commit

Permalink
fix: update ZAP_YEARN_VE_CRV_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Jul 11, 2023
1 parent c13599b commit ae769d6
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 @@ -16,7 +16,7 @@ export const CVXCRV_TOKEN_ADDRESS = toAddress('0x62b9c7356a2dc64a1969e19c23e4f57

// Theses constants are used by the yCRV app
export const YVECRV_POOL_LP_ADDRESS = toAddress('0x7E46fd8a30869aa9ed55af031067Df666EfE87da');
export const ZAP_YEARN_VE_CRV_ADDRESS = toAddress('0x01D7f32B6E463c96c00575fA97B8224326C6A6B9');
export const ZAP_YEARN_VE_CRV_ADDRESS = toAddress('0xdc899AB992fbCFbac936CE5a5bC5A86a5d35A66a');
export const YCRV_CURVE_POOL_ADDRESS = toAddress('0x453D92C7d4263201C69aACfaf589Ed14202d83a4');
export const VECRV_ADDRESS = toAddress('0x5f3b5DfEb7B28CDbD7FAba78963EE202a494e2A2');
export const VECRV_YEARN_TREASURY_ADDRESS = toAddress('0xF147b8125d2ef93FB6965Db97D6746952a133934');
Expand Down

0 comments on commit ae769d6

Please sign in to comment.