Skip to content

Commit 7f9f2c9

Browse files
authored
feat: added hashfire testnet chain (#1753)
1 parent 25166c4 commit 7f9f2c9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
export const data = {
2+
"name": "Hashfire Testnet",
3+
"chain": "Hashfire Testnet",
4+
"icon": "hashfire",
5+
"rpc": [
6+
"https://subnets.avax.network/hashfire/testnet/rpc",
7+
],
8+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
9+
"faucets": [],
10+
"nativeCurrency": {
11+
"name": "HASHD",
12+
"symbol": "HASHD",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://hashfire.xyz/",
16+
"shortName": "hashfire",
17+
"chainId": 4227,
18+
"networkId": 4227,
19+
"explorers": [
20+
{
21+
"name": "Avalanche L1 Explorer",
22+
"url": "https://subnets-test.avax.network/hashfire/",
23+
"standard": "EIP3091"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)