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

* add home_verse chain info * add parent info * Update _data/chains/eip155-19011.json * run prettier * Update _data/chains/eip155-19011.json Co-authored-by: nt <kumypc@gmail.com> Co-authored-by: ligi <ligi@ligi.de>
28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|