I would like to swap tokens on a test network, is this possible?
When I try to:
dex.getSupportedTokens({chain:'Ropsten/ropsten/testnet/etc'});
I get an error message:
{code: 422, message: 'Invalid chain'}
So it’s not possible? Is it possible to test the token exchange/swap functionality only on the main network?
I found the same question on StackOverflow, but no one has answered yet.