thetatoken / theta-wallet-web

Official Theta Wallet for Web
https://docs.thetatoken.org/
GNU General Public License v3.0
52 stars 31 forks source link

Theta Web Wallet cannot get tx history for testnet accounts--request just times out #58

Open ClaireDuSoleil opened 2 years ago

ClaireDuSoleil commented 2 years ago

The web wallet uses this url to get the account transaction history. This URL works for mainnet: https://api-wallet.thetatoken.org/tx/0xA683E4e687df5717fa51875471c18aD13Ead306A/list?network=mainnet

But this one gets a timeout when it specifies testnet: https://api-wallet.thetatoken.org/tx/0xA683E4e687df5717fa51875471c18aD13Ead306A/list?network=testnet

Is there a different URL that the Theta Web Wallet should be using to get the transaction history for testnet transactions?

Thank you.