Skip to content

Commit

Permalink
fix(stake-dao): Add sdYFI locker (Zapper-fi#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin authored and 0xdapper committed Feb 28, 2023
1 parent e7f33ae commit 7c76062
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Inject } from '@nestjs/common';
import BigNumber from 'bignumber.js';
import { BigNumber } from 'bignumber.js';

import { APP_TOOLKIT, IAppToolkit } from '~app-toolkit/app-toolkit.interface';
import { PositionTemplate } from '~app-toolkit/decorators/position-template.decorator';
Expand Down Expand Up @@ -33,6 +33,12 @@ export const LOCKERS = [
underlyingTokenAddress: '0x5c6ee304399dbdb9c8ef030ab642b10820db8f56', // Balancer 80BAL-20WETH
gaugeAddress: '0x3e8c72655e48591d93e6dfda16823db0ff23d859',
},
{
tokenAddress: '0x97983236be88107cc8998733ef73d8d969c52e37', // sdYFI
underlyingTokenAddress: '0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e', // YFI
poolAddress: '0x79e281bc69a03dabccd66858c65ef6724e50aebe',
gaugeAddress: '0x5adf559f5d24aacbe4fa3a3a4f44fdc7431e6b52',
},
];

@PositionTemplate()
Expand Down

0 comments on commit 7c76062

Please sign in to comment.