mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
1482523282
commit
c68630aac0
23
_data/chains/eip155-5555.json
Normal file
23
_data/chains/eip155-5555.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/chain_verse.json
Normal file
8
_data/icons/chain_verse.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk",
|
||||
"width": 1000,
|
||||
"height": 1436,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
Loading…
Reference in New Issue
Block a user