Skip to content

Commit

Permalink
lsd change swap amount
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Apr 27, 2023
1 parent 9f36de1 commit f61e7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/getLSDRatesNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const getRates = async () => {

const getMarketRates = async () => {
const eth = '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE';
const amount = 1e18;
const amount = 100000000000;
const urls = lsdTokens.map(
(lsd) =>
`${priceUrl}?sellToken=${lsd.address}&buyToken=${eth}&sellAmount=${amount}`
Expand Down

0 comments on commit f61e7de

Please sign in to comment.