Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Sep 30, 2024
1 parent 881f6bd commit 66c4ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/polygon/pay_with_exchange_conversion.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import payWithExchangeConversion from '../_pay-with-exchange-conversion'

payWithExchangeConversion({
blockchain: 'polygon',
fromToken: '0xc2132D05D31c914a87C6611C10748AEb04B58e8F', // USDT
fromToken: '0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063', // DAI
fromAccount: '0xF977814e90dA44bFA03b6295A0616a897441aceC', // needs to hold enough fromToken, will be impersonated
toToken: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174', // USDC
exchanges: [
Expand Down

0 comments on commit 66c4ba8

Please sign in to comment.