Web3js

如何查看目前的 MetaMask 網路?

  • January 26, 2022

如何查看目前的 MetaMask 網路?

例如,如果目前網路是 Rinkeby,我需要字元串"rinkeby"

您可以像這樣檢查目前的網路鏈 ID:

console.log(window.ethereum.networkVersion, 'window.ethereum.networkVersion');

這些是最常用的乙太坊網路的鏈 ID:

  1. 主網:1
  2. 高文:42
  3. 通話:3
  4. 林克比:4
  5. 歌爾里:5

@vishnusatis 檢查此網站以查找所有鏈 ID。https://chainlist.org/

引用自:https://ethereum.stackexchange.com/questions/85194