suiet / wallet-kit

The first choice to connect all wallets on Sui blockchain
https://kit.suiet.app
MIT License
167 stars 61 forks source link

Can't get balance #173

Closed trien-tran closed 1 year ago

trien-tran commented 1 year ago

I always get zero balance even though my wallet still have money, a few days ago it still shows the balance, anyone know what the problem is?

bruceeewong commented 1 year ago

@trien-tran Looks like the change of RPC rpc.mainnet.sui.io leads to CORS forbiddance on the browser. Will look at this problem and fix it soon

bruceeewong commented 1 year ago

@trien-tran I've confirmed with Sui team that there is a bug of RPC where the prefix of Sui coin type changed from 0x2 to 0x0000...2, which led to the failure of getting accurate balance. It should be fixed in the next 1.1.1 hotfix version of Sui Node, please wait until they fix it.

ser25 commented 1 year ago

how fix

bruceeewong commented 1 year ago

@trien-tran @ser25 Now the Sui RPC has fixed the issue. Everything should work well now