add web3games chain and icon (#998)

* add web3games chain and icon

* fix

* fix

* fix standard

* fix shortname
This commit is contained in:
Henry Liu 2022-03-23 23:16:18 +08:00 committed by GitHub
parent b787e50408
commit 749a141dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 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": {
@ -9,7 +10,7 @@
"decimals": 18
},
"infoURL": "https://web3games.org/",
"shortName": "w3g",
"shortName": "tw3g",
"chainId": 102,
"networkId": 102
}

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": "dw3g",
"chainId": 105,
"networkId": 105,
"explorers": [{
"name": "Web3Games Explorer",
"url": "https://explorer-devnet.web3games.org",
"standard": "none"
}]
}

View File

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