mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add web3games chain and icon
This commit is contained in:
parent
2f41d37e76
commit
adfacd1d84
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Web3Games Testnet",
|
"name": "Web3Games Testnet",
|
||||||
"chain": "Web3Games",
|
"chain": "Web3Games",
|
||||||
|
"icon": "web3games",
|
||||||
"rpc": ["https://testnet.web3games.org/evm"],
|
"rpc": ["https://testnet.web3games.org/evm"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -11,5 +12,10 @@
|
||||||
"infoURL": "https://web3games.org/",
|
"infoURL": "https://web3games.org/",
|
||||||
"shortName": "w3g",
|
"shortName": "w3g",
|
||||||
"chainId": 102,
|
"chainId": 102,
|
||||||
"networkId": 102
|
"networkId": 102,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Web3Games Explorer",
|
||||||
|
"url": "https://explorer-testnet.web3games.org/",
|
||||||
|
"standard": "EIP1559"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
21
_data/chains/eip155-103.json
Normal file
21
_data/chains/eip155-103.json
Normal 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"
|
||||||
|
}]
|
||||||
|
}
|
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": "w3g",
|
||||||
|
"chainId": 105,
|
||||||
|
"networkId": 105,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Web3Games Explorer",
|
||||||
|
"url": "https://explorer-devnet.web3games.org/",
|
||||||
|
"standard": "EIP1559"
|
||||||
|
}]
|
||||||
|
}
|
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