Skip to content

Commit

Permalink
fix fantom tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Dec 19, 2023
1 parent 0efe716 commit b0b1965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fantom/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: 'fantom',
fromToken: '0x9879aBDea01a879644185341F7aF7d8343556B7a', // TUSD
fromAccount: '0x98bEDd08B149eD859d879930AD007229BA5B18C9', // needs to hold enough fromToken, will be impersonated
fromToken: '0x28a92dde19D9989F39A49905d7C9C2FAc7799bDf', // USDC
fromAccount: '0xc647CE76ec30033Aa319d472Ae9f4462068f2AD7', // needs to hold enough fromToken, will be impersonated
toToken: '0x841FAD6EAe12c286d1Fd18d1d525DFfA75C7EFFE', // BOO
exchanges: [
{ name: 'spookyswap', type: 'pull' },
Expand Down

0 comments on commit b0b1965

Please sign in to comment.