chains/_data/chains/eip155-7777.json
Ashutosh Kumar 16bc050927
Validate Shortname (#1510)
* Validate Shortname with Max Length of 64

* Removed Spaces from `shortName`
2022-08-30 18:48:47 +02:00

29 lines
740 B
JSON

{
"name": "Rise of the Warbots Testnet",
"chain": "nmactest",
"rpc": [
"https://testnet1.riseofthewarbots.com",
"https://testnet2.riseofthewarbots.com",
"https://testnet3.riseofthewarbots.com",
"https://testnet4.riseofthewarbots.com",
"https://testnet5.riseofthewarbots.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Nano Machines",
"symbol": "NMAC",
"decimals": 18
},
"infoURL": "https://riseofthewarbots.com/",
"shortName": "RiseOfTheWarbotsTestnet",
"chainId": 7777,
"networkId": 7777,
"explorers": [
{
"name": "avascan",
"url": "https://testnet.avascan.info/blockchain/2mZ9doojfwHzXN3VXDQELKnKyZYxv7833U8Yq5eTfFx3hxJtiy",
"standard": "none"
}
]
}