Skip to content

Commit

Permalink
Add HAUST Network mainnet chain data (#6011)
Browse files Browse the repository at this point in the history
* Add haust chain data

* Add missed faucets to chain info
  • Loading branch information
dl-innowise authored Oct 16, 2024
1 parent 6053502 commit 425f1a1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _data/chains/eip155-938.json
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" }]
}
}

0 comments on commit 425f1a1

Please sign in to comment.