Skip to content

Commit

Permalink
fix optimism test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Dec 19, 2023
1 parent 965db7e commit fcaa3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/optimism/pay_with_exchange_conversion.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import payWithExchangeConversion from '../_pay-with-exchange-conversion'

payWithExchangeConversion({
blockchain: 'optimism',
fromToken: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', // USDT
fromAccount: '0x18709E89BD403F470088aBDAcEbE86CC60dda12e', // needs to hold enough fromToken, will be impersonated
fromToken: '0x4200000000000000000000000000000000000042', // OP
fromAccount: '0xF977814e90dA44bFA03b6295A0616a897441aceC', // needs to hold enough fromToken, will be impersonated
toToken: '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', // USDC
exchanges: [
{ name: 'uniswap_v3', type: 'push' },
Expand Down

0 comments on commit fcaa3fa

Please sign in to comment.