Skip to content

Commit 2632a1e

Browse files
authored
Add H2 Chain Mainnet(chainId 2852) and Testnet (chainId 28521) (#7924)
* Add H2 chains * update short name
1 parent 7103cad commit 2632a1e

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

_data/chains/eip155-2582.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "H2 Chain Mainnet",
3+
"chain": "H2",
4+
"rpc": ["https://rpc.h2chain.io"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "H2 Chain Native Token",
8+
"symbol": "H2",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://h2chain.io",
12+
"shortName": "h2",
13+
"chainId": 2582,
14+
"networkId": 2582,
15+
"icon": "h2",
16+
"explorers": [
17+
{
18+
"name": "h2scan",
19+
"url": "https://h2scan.io",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-25821.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "H2 Chain Testnet Lambda",
3+
"chain": "H2",
4+
"rpc": ["https://rpc.h-1.io"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Lambda H2",
8+
"symbol": "H2",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://h2chain.io",
12+
"shortName": "h2-lambda",
13+
"chainId": 25821,
14+
"networkId": 25821,
15+
"icon": "h2",
16+
"explorers": [
17+
{
18+
"name": "h2scan-lambda",
19+
"url": "https://lambda.h2scan.io",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/h2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreiehobxmonxuwg3wukea4ixbixap7imzk4yuiidyejzpvgdylok4ua",
4+
"width": 512,
5+
"height": 512,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)