mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add web3games chain and icon (#998)
* add web3games chain and icon * fix * fix * fix standard * fix shortname
This commit is contained in:
parent
b787e50408
commit
749a141dab
|
@ -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
|
||||
}
|
||||
|
|
21
_data/chains/eip155-105.json
Normal file
21
_data/chains/eip155-105.json
Normal 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"
|
||||
}]
|
||||
}
|
8
_data/icons/web3games.json
Normal file
8
_data/icons/web3games.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmUc57w3UTHiWapNW9oQb1dP57ymtdemTTbpvGkjVHBRCo",
|
||||
"width":192,
|
||||
"height":192,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user