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@348c0f7894 🚀
This commit is contained in:
parent
981559ba04
commit
6290cdaf39
|
@ -1022,6 +1022,14 @@
|
|||
"height": 350,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "home_verse",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmeGb65zSworzoHmwK3jdkPtEsQZMUSJRxf8K8Feg56soU",
|
||||
"width": 597,
|
||||
"height": 597,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "dyno",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
27
chains/eip155-19011.json
Normal file
27
chains/eip155-19011.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "HOME Verse Mainnet",
|
||||
"chain": "HOME Verse",
|
||||
"icon": "home_verse",
|
||||
"rpc": ["https://rpc.mainnet.oasys.homeverse.games/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.homeverse.games/",
|
||||
"shortName": "HMV",
|
||||
"chainId": 19011,
|
||||
"networkId": 19011,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "HOME Verse Explorer",
|
||||
"url": "https://explorer.oasys.homeverse.games",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-248"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -6199,6 +6199,19 @@
|
|||
"rpc": ["https://mainnet-rpc.memescan.io", "https://mainnet-rpc2.memescan.io", "https://mainnet-rpc3.memescan.io", "https://mainnet-rpc4.memescan.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://proofofmemes.org"
|
||||
}, {
|
||||
"name": "HOME Verse Mainnet",
|
||||
"chainId": 19011,
|
||||
"shortName": "HMV",
|
||||
"networkId": 19011,
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.mainnet.oasys.homeverse.games/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.homeverse.games/"
|
||||
}, {
|
||||
"name": "BTCIX Network",
|
||||
"chainId": 19845,
|
||||
|
|
|
@ -9059,6 +9059,30 @@
|
|||
"url": "https://memescan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "HOME Verse Mainnet",
|
||||
"chain": "HOME Verse",
|
||||
"icon": "home_verse",
|
||||
"rpc": ["https://rpc.mainnet.oasys.homeverse.games/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.homeverse.games/",
|
||||
"shortName": "HMV",
|
||||
"chainId": 19011,
|
||||
"networkId": 19011,
|
||||
"explorers": [{
|
||||
"name": "HOME Verse Explorer",
|
||||
"url": "https://explorer.oasys.homeverse.games",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-248"
|
||||
}
|
||||
}, {
|
||||
"name": "BTCIX Network",
|
||||
"chain": "BTCIX",
|
||||
|
|
8
icons/home_verse.json
Normal file
8
icons/home_verse.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmeGb65zSworzoHmwK3jdkPtEsQZMUSJRxf8K8Feg56soU",
|
||||
"width": 597,
|
||||
"height": 597,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -476,6 +476,7 @@
|
|||
"tivar": "eip155:16888",
|
||||
"ZKST": "eip155:18000",
|
||||
"pom": "eip155:18159",
|
||||
"HMV": "eip155:19011",
|
||||
"btcix": "eip155:19845",
|
||||
"CLOTestnet": "eip155:20729",
|
||||
"p12": "eip155:20736",
|
||||
|
|
Loading…
Reference in New Issue
Block a user