Skip to main content
window.ethereum.on('chainChanged', (e) => {
  console.log('chainId',e)
});