-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HAUST Network mainnet chain data (#6011)
* Add haust chain data * Add missed faucets to chain info
- Loading branch information
1 parent
6053502
commit 425f1a1
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "Haust Mainnet", | ||
"title": "Haust Mainnet", | ||
"chain": "Haust", | ||
"rpc": ["https://haust-network-rpc.eu-north-2.gateway.fm"], | ||
"faucets": [], | ||
"features": [{ "name": "EIP155" }], | ||
"nativeCurrency": { | ||
"name": "HAUST", | ||
"symbol": "HAUST", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://haust.network/", | ||
"shortName": "haust", | ||
"chainId": 938, | ||
"networkId": 938, | ||
"icon": "haust", | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://haust-network-blockscout.eu-north-2.gateway.fm", | ||
"icon": "haust", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-1", | ||
"bridges": [{ "url": "https://haust-network-bridge.eu-north-2.gateway.fm" }] | ||
} | ||
} |