mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
749a141dab
* add web3games chain and icon * fix * fix * fix standard * fix shortname
17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"name": "Web3Games Testnet",
|
|
"chain": "Web3Games",
|
|
"icon": "web3games",
|
|
"rpc": ["https://testnet.web3games.org/evm"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Web3Games",
|
|
"symbol": "W3G",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://web3games.org/",
|
|
"shortName": "tw3g",
|
|
"chainId": 102,
|
|
"networkId": 102
|
|
}
|