Skip to content

Commit

Permalink
Update demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Oct 30, 2023
1 parent fa77981 commit f9211b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/demoScripts/demoCCIP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function main() {
const deadline = Math.floor(Date.now() / 1000) + 60 * 45 // 45 minutes from the current Unix time

const amountOutMin = utils.parseEther('1')
const usdcAmountOutMin = utils.parseUnits('0.95', 6)
const usdcAmountOutMin = utils.parseUnits('0.80', 6)

const swapData = await uniswap.populateTransaction.swapExactTokensForTokens(
amountOutMin,
Expand Down

0 comments on commit f9211b6

Please sign in to comment.