Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Sep 13, 2024
1 parent 534497a commit b4201cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/gnosis/pay_to_contract_receiver.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import payToContractReceiver from '../_pay-to-contract-receiver'
payToContractReceiver({
blockchain: 'gnosis',
fromToken: '0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83', // USDC
fromAccount: '0x725Cdb48F0Ea078E46e96b0B6cD2027B97b99B83', // needs to hold enough fromToken, will be impersonated
fromAccount: '0x81Dbb716aA13869323974A1766120D0854188e3e', // needs to hold enough fromToken, will be impersonated
toToken: '0x21a42669643f45bc0e086b8fc2ed70c23d67509d', // FOX
exchange: { name: 'honeyswap', type: 'pull' },
})
2 changes: 1 addition & 1 deletion test/gnosis/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: 'gnosis',
fromToken: '0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83', // USDC
fromAccount: '0x725Cdb48F0Ea078E46e96b0B6cD2027B97b99B83', // needs to hold enough fromToken, will be impersonated
fromAccount: '0x81Dbb716aA13869323974A1766120D0854188e3e', // needs to hold enough fromToken, will be impersonated
toToken: '0x21a42669643f45bc0e086b8fc2ed70c23d67509d', // FOX
exchanges: [
{ name: 'honeyswap', type: 'pull' },
Expand Down

0 comments on commit b4201cc

Please sign in to comment.