mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@c68630aac0 🚀
This commit is contained in:
parent
87ec1957ac
commit
f9ea5681ed
|
@ -1422,6 +1422,14 @@
|
||||||
"height": 800,
|
"height": 800,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "chain_verse",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk",
|
||||||
|
"width": 1000,
|
||||||
|
"height": 1436,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "toki",
|
"name": "toki",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-5555.json
Normal file
23
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4925,6 +4925,19 @@
|
||||||
"rpc": ["https://l2.testnet.nahmii.io"],
|
"rpc": ["https://l2.testnet.nahmii.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://nahmii.io"
|
"infoURL": "https://nahmii.io"
|
||||||
|
}, {
|
||||||
|
"name": "Chain Verse Mainnet",
|
||||||
|
"chainId": 5555,
|
||||||
|
"shortName": "cverse",
|
||||||
|
"networkId": 5555,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Oasys",
|
||||||
|
"symbol": "OAS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.chainverse.info"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://chainverse.info"
|
||||||
}, {
|
}, {
|
||||||
"name": "Syscoin Tanenbaum Testnet",
|
"name": "Syscoin Tanenbaum Testnet",
|
||||||
"chainId": 5700,
|
"chainId": 5700,
|
||||||
|
|
|
@ -7124,6 +7124,26 @@
|
||||||
"url": "https://bridge.nahmii.io"
|
"url": "https://bridge.nahmii.io"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Syscoin Tanenbaum Testnet",
|
"name": "Syscoin Tanenbaum Testnet",
|
||||||
"chain": "SYS",
|
"chain": "SYS",
|
||||||
|
|
8
icons/chain_verse.json
Normal file
8
icons/chain_verse.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk",
|
||||||
|
"width": 1000,
|
||||||
|
"height": 1436,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk
Normal file
BIN
iconsDownload/QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
|
@ -378,6 +378,7 @@
|
||||||
"UZMI": "eip155:5315",
|
"UZMI": "eip155:5315",
|
||||||
"Nahmii": "eip155:5551",
|
"Nahmii": "eip155:5551",
|
||||||
"NahmiiTestnet": "eip155:5553",
|
"NahmiiTestnet": "eip155:5553",
|
||||||
|
"cverse": "eip155:5555",
|
||||||
"tsys": "eip155:5700",
|
"tsys": "eip155:5700",
|
||||||
"ggui": "eip155:5777",
|
"ggui": "eip155:5777",
|
||||||
"OntologyTestnet": "eip155:5851",
|
"OntologyTestnet": "eip155:5851",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user