Skip to content

Commit

Permalink
update trading fee for curve
Browse files Browse the repository at this point in the history
  • Loading branch information
kogecoindev committed Oct 3, 2021
1 parent ccca72a commit d654a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/state/farms/fetchFarms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ const fetchFarms = async (farmsToFetch: FarmConfig[]) => {
}
}
if (farmConfig.token.coingeico==='curve3pool'){
tradingFeeRate = 0.0684/365*100 //
tradingFeeRate = 0.0557/365*100 //
}
if (farmConfig.token.coingeico==='atricrypto3'){
tradingFeeRate = 0.0541/365*100
tradingFeeRate = 0.0410/365*100
}
if (farmConfig.token.coingeico==='btcrenbtc'){
tradingFeeRate = 0.0158/365*100
tradingFeeRate = 0.0121/365*100
}
}
// new BigNumber(totalDepositsVal).times(quoteTokenAmount).div(tokenAmount).div(BIG_TEN.pow(quoteTokenDecimals)).times(2)
Expand Down

0 comments on commit d654a8c

Please sign in to comment.