Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue has no activity in a while - it will be closed soon.'
exempt-issue-labels: enhancement
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-838838.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "HyperCluster",
"chain": "HYPEC",
"rpc": ["https://rpc.hypercluster.org"],
"faucets": ["https://faucet.hypercluster.org"],
"nativeCurrency": {
"name": "HyperCluster Token",
"symbol": "HYPEC",
"decimals": 18
},
"infoURL": "https://www.hypercluster.org/",
"shortName": "HYPEC",
"chainId": 838838,
"networkId": 838838,
"icon": "hypercluster",
"explorers": [
{
"name": "HyperCluster Explorer",
"url": "https://explorer.hypercluster.org",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/hypercluster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreigyg6sbkcu6aql4pbfu3fjxhkvxywnitnojyl6jabq2vqekzqcr6a",
"width": 512,
"height": 512,
"format": "png"
}
]
Loading