chains/_data/chains/eip155-5555.json
Dipak Italiya c68630aac0
Add chain verse mainnet chain (#2045)
* Add ChainVerse chain

* add chain verse chain with icon

* Add chainverse mainnet chain

* change sysmbol

* Formate json and remoce extra space from filename

* add binary icon on icondownload

* delete space file

* Update _data/chains/eip155-5555.json

Co-authored-by: ligi <ligi@ligi.de>

Co-authored-by: ligi <ligi@ligi.de>
2023-01-04 13:57:04 +01:00

24 lines
483 B
JSON

{
"name": "Chain Verse Mainnet",
"chain": "CVERSE",
"icon": "chain_verse",
"rpc": ["https://rpc.chainverse.info"],
"faucets": [],
"nativeCurrency": {
"name": "Oasys",
"symbol": "OAS",
"decimals": 18
},
"infoURL": "https://chainverse.info",
"shortName": "cverse",
"chainId": 5555,
"networkId": 5555,
"explorers": [
{
"name": "Chain Verse Explorer",
"url": "https://explorer.chainverse.info",
"standard": "EIP3091"
}
]
}