Skip to content

Commit

Permalink
fix optimism tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Dec 19, 2023
1 parent 1f226a5 commit 965db7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/optimism/pay_with_exchange_conversion.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import payWithExchangeConversion from '../_pay-with-exchange-conversion'
payWithExchangeConversion({
blockchain: 'optimism',
fromToken: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58', // USDT
fromAccount: '0xF977814e90dA44bFA03b6295A0616a897441aceC', // needs to hold enough fromToken, will be impersonated
fromAccount: '0x18709E89BD403F470088aBDAcEbE86CC60dda12e', // needs to hold enough fromToken, will be impersonated
toToken: '0x7F5c764cBc14f9669B88837ca1490cCa17c31607', // USDC
exchanges: [
{ name: 'uniswap_v3', type: 'push' },
Expand Down

0 comments on commit 965db7e

Please sign in to comment.