We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25166c4 commit 7f9f2c9Copy full SHA for 7f9f2c9
constants/additionalChainRegistry/chainid-4227.js
@@ -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