chains/_data/chains/eip155-555.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

23 lines
455 B
JSON

{
"name": "Vela1 Chain Mainnet",
"chain": "VELA1",
"rpc": ["https://rpc.velaverse.io"],
"faucets": [],
"nativeCurrency": {
"name": "CLASS COIN",
"symbol": "CLASS",
"decimals": 18
},
"infoURL": "https://velaverse.io",
"shortName": "CLASS",
"chainId": 555,
"networkId": 555,
"explorers": [
{
"name": "Vela1 Chain Mainnet Explorer",
"url": "https://exp.velaverse.io",
"standard": "EIP3091"
}
]
}