Skip to content

Commit 5f1a39a

Browse files
halu-ccethumanity
andauthored
Add humanity protocol mainnet definition (#7326)
* feat: add humanity protocol mainnet json * fix: short name * Update eip155-6985385.json * Update nativeCurrency * Update eip155-6985385.json --------- Co-authored-by: ethumanity <eusden@humanity.org>
1 parent fc83da8 commit 5f1a39a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

_data/chains/eip155-6985385.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "Humanity Protocol",
3+
"chain": "Humanity",
4+
"rpc": ["https://humanity-mainnet.g.alchemy.com/public"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "H",
8+
"symbol": "H",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://humanity.org",
12+
"parent": {
13+
"type": "L2",
14+
"chain": "eip155-42161",
15+
"bridges": [
16+
{
17+
"url": "https://bridge.arbitrum.io"
18+
}
19+
]
20+
},
21+
"shortName": "hp",
22+
"chainId": 6985385,
23+
"networkId": 6985385,
24+
"status": "active",
25+
"explorers": [
26+
{
27+
"name": "Humanity Mainnet explorer",
28+
"url": "https://humanity-mainnet.explorer.alchemy.com",
29+
"standard": "none"
30+
}
31+
],
32+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }]
33+
}

0 commit comments

Comments
 (0)