mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
24 lines
483 B
JSON
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"
|
|
}
|
|
]
|
|
}
|