robot-ux / recover-demo

0 stars 0 forks source link

reminder: TW team has fixed the wrong response of `eth_requestAccounts` after call `switchNetwork` #1

Open soraliu opened 3 months ago

soraliu commented 3 months ago

https://github.com/user-attachments/assets/b53388d6-9f01-486a-9e55-8e12e9bbb53c

Please note that switchNetwork only supports bbc-mainnet and bbc-testnet. Passing bsc-mainnet to this function will not work. window.BinanceChain is designed only for Binance Beacon Chain. If you want interact with Binance Smart Chain, you can use window.ethereum.

soraliu commented 3 months ago

The fix will be released in 2 weeks.