Add OHO Mainnet (#1685)

* Add OHO Mainnet

* Update eip155-39815.json

Run prettier

* Update eip155-39815.json

remove network field
This commit is contained in:
OHO 2022-12-06 13:03:27 -05:00 committed by GitHub
parent ee6265565d
commit d702f7e456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"name": "OHO Mainnet",
"chain": "OHO",
"rpc": ["https://mainnet.oho.ai"],
"faucets": [],
"nativeCurrency": {
"name": "OHO",
"symbol": "OHO",
"decimals": 18
},
"infoURL": "https://oho.ai",
"shortName": "oho",
"chainId": 39815,
"networkId": 39815,
"icon": "oho",
"explorers": [
{
"name": "ohoscan",
"url": "https://ohoscan.com",
"icon": "ohoscan",
"standard": "EIP3091"
}
]
}