使用官方技术文档来监听事件:
window.tokenpocket.ethereum.on(‘chainChanged’, (chainId) => {
// Handle the new chain.
// Correctly handling chain changes can be complicated.
// We recommend reloading the page unless you have good reason not to.
window.location.reload();
});
切换账户 以及在 evm 网络之间切换,没有任何事件发出


