Skip to content

Commit

Permalink
npm prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 9, 2024
1 parent 5d92123 commit 6833d76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/mocha/e2e/quote.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2959,7 +2959,8 @@ describe('quote', function () {
}

// Current WETH/USDB pool (https://blastscan.io/address/0xf52b4b69123cbcf07798ae8265642793b2e8990c) has low WETH amount
const amount = type === 'exactOut' && (chain === ChainId.BLAST || chain === ChainId.ASTROCHAIN_SEPOLIA) ? '0.002' : '1'
const amount =
type === 'exactOut' && (chain === ChainId.BLAST || chain === ChainId.ASTROCHAIN_SEPOLIA) ? '0.002' : '1'

const quoteReq: QuoteQueryParams = {
tokenInAddress: erc1.address,
Expand Down Expand Up @@ -3097,7 +3098,8 @@ describe('quote', function () {
}

// Current WETH/USDB pool (https://blastscan.io/address/0xf52b4b69123cbcf07798ae8265642793b2e8990c) has low WETH amount
const amount = type === 'exactOut' && (chain === ChainId.BLAST || chain === ChainId.ASTROCHAIN_SEPOLIA) ? '0.002' : '1'
const amount =
type === 'exactOut' && (chain === ChainId.BLAST || chain === ChainId.ASTROCHAIN_SEPOLIA) ? '0.002' : '1'

const quoteReq: QuoteQueryParams = {
tokenInAddress: erc1.address,
Expand Down

0 comments on commit 6833d76

Please sign in to comment.