Skip to content

Commit

Permalink
Add Haust testnet (#5975)
Browse files Browse the repository at this point in the history
* add: haust testnet definition

* fix: remove slash
  • Loading branch information
UrfinDeuce authored Oct 10, 2024
1 parent 8228c1d commit 4228c3f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _data/chains/eip155-1570754601.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Haust Testnet",
"title": "Haust Testnet",
"chain": "Haust-testnet",
"rpc": ["https://rpc-test.haust.network"],
"faucets": ["https://haust-testnet-faucet.eu-north-2.gateway.fm"],
"nativeCurrency": {
"name": "HAUST",
"symbol": "HAUST",
"decimals": 18
},
"infoURL": "https://haust.network/",
"shortName": "hst-test",
"chainId": 1570754601,
"networkId": 1570754601,
"icon": "haust",
"explorers": [
{
"name": "blockscout",
"url": "https://haust-testnet-blockscout.eu-north-2.gateway.fm",
"icon": "haust",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://haust-testnet-bridge.eu-north-2.gateway.fm" }]
}
}
8 changes: 8 additions & 0 deletions _data/icons/haust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRAjG8kc6PJr3xFGYhq1pWiiDoERD3Wj8wR7Cu59HoFnm",
"width": 206,
"height": 206,
"format": "svg"
}
]

0 comments on commit 4228c3f

Please sign in to comment.