This commit is contained in:
henryliu 2022-03-23 21:51:55 +08:00
parent 74a3f7a9eb
commit b4ce178599
2 changed files with 1 additions and 27 deletions

View File

@ -12,10 +12,5 @@
"infoURL": "https://web3games.org/",
"shortName": "w3g",
"chainId": 102,
"networkId": 102,
"explorers": [{
"name": "Web3Games Explorer",
"url": "https://explorer-testnet.web3games.org",
"standard": "EIP1559"
}]
"networkId": 102
}

View File

@ -1,21 +0,0 @@
{
"name": "Web3Games Mainnet",
"chain": "Web3Games",
"icon": "web3games",
"rpc": ["https://mainnet.web3games.org/evm"],
"faucets": [],
"nativeCurrency": {
"name": "Web3Games",
"symbol": "W3G",
"decimals": 18
},
"infoURL": "https://web3games.org/",
"shortName": "w3g",
"chainId": 103,
"networkId": 103,
"explorers": [{
"name": "Web3Games Explorer",
"url": "https://explorer.web3games.org",
"standard": "EIP1559"
}]
}