add web3games chain and icon

This commit is contained in:
henryliu 2022-03-23 18:51:34 +08:00
parent 2f41d37e76
commit adfacd1d84
4 changed files with 57 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"name": "Web3Games Testnet",
"chain": "Web3Games",
"icon": "web3games",
"rpc": ["https://testnet.web3games.org/evm"],
"faucets": [],
"nativeCurrency": {
@ -11,5 +12,10 @@
"infoURL": "https://web3games.org/",
"shortName": "w3g",
"chainId": 102,
"networkId": 102
"networkId": 102,
"explorers": [{
"name": "Web3Games Explorer",
"url": "https://explorer-testnet.web3games.org/",
"standard": "EIP1559"
}]
}

View File

@ -0,0 +1,21 @@
{
"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"
}]
}

View File

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

View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmUc57w3UTHiWapNW9oQb1dP57ymtdemTTbpvGkjVHBRCo",
"width":192,
"height":192,
"format":"png"
}
]