Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-uniswap committed Oct 27, 2023
1 parent 5863a59 commit 1a07846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration-tests/CalldataOptRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ describe('Uniswap V3 Tests:', () => {
const inputAmount = expandTo18DecimalsBN(1)
const deadline = '0002' // 20 mins
const minOut = '0049' // 1e9 (1000e6)
const addresses = WETH.address.slice(2).concat(USDC.address.slice(2))
// const addresses = WETH.address.slice(2).concat(USDC.address.slice(2))
const addresses = USDC.address.slice(2) // only need USDC
// 00 01 00 00
const feeTiers = '10'

Expand Down

0 comments on commit 1a07846

Please sign in to comment.