mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
22 lines
519 B
JSON
22 lines
519 B
JSON
{
|
|
"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"
|
|
}]
|
|
}
|