Deploying to gh-pages from @ ethereum-lists/chains@c68630aac0 🚀

This commit is contained in:
ligi 2023-01-04 13:00:47 +00:00
parent 87ec1957ac
commit f9ea5681ed
10 changed files with 76 additions and 3 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk",
"width": 1000,
"height": 1436,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -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",