chains/_data/chains/eip155-19011.json
phi7 348c0f7894
add home_verse (#2143)
* 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>
2023-01-19 18:34:34 +01:00

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"
}
}