Is there any way to reverse the pair order? I have two tokens, one is called “TRADETOKEN” and the other is called “TRADEMONEY”. These were created to be used for a crypto trading simulation game. The offline version has been very popular. When I go to trade this pair, it refers to buying TRADEMONEY with TRADETOKENS. I realize I can do the exact same transactions regardless of which order they are listed in, but this game is for complete newbies and it is totally counterintuitive for them to buy and sell money with tokens. Tokens are the things you buy and sell, Money is what you pay for them with. That is how the game is supposed to work. It makes intuitive sense. But that’s not how they are displayed. I have tried reversing which one is token1 and which one is token2. Doesn’t matter. It always wants to buy and sell money instead of buying tokens with money.
This is a completely trivial thing, but it completely ruins the game as a tool for new people. I could create new tokens, but what determines which order they will be in? Is there any possible way to just get the damn thing to display the pair the other way?