Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 493064b

Browse files
authored
Merge pull request #545 from api3dao/csur-2024-12-18
Csur-2024-12-18
2 parents 78161dc + fd8831e commit 493064b

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

.changeset/lemon-eggs-behave.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@api3/chains': minor
3+
---
4+
5+
Adds following chain:
6+
* hashkey

chains/hashkey.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"alias": "hashkey",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": false
8+
},
9+
"url": "https://explorer.hsk.xyz/api"
10+
},
11+
"browserUrl": "https://explorer.hsk.xyz/"
12+
},
13+
"id": "177",
14+
"name": "HashKey",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://mainnet.hsk.xyz"
19+
}
20+
],
21+
"symbol": "HSK",
22+
"testnet": false
23+
}

src/generated/chains.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,19 @@ export const CHAINS: Chain[] = [
751751
symbol: 'HSK',
752752
testnet: true,
753753
},
754+
{
755+
alias: 'hashkey',
756+
decimals: 18,
757+
explorer: {
758+
api: { key: { required: false }, url: 'https://explorer.hsk.xyz/api' },
759+
browserUrl: 'https://explorer.hsk.xyz/',
760+
},
761+
id: '177',
762+
name: 'HashKey',
763+
providers: [{ alias: 'default', rpcUrl: 'https://mainnet.hsk.xyz' }],
764+
symbol: 'HSK',
765+
testnet: false,
766+
},
754767
{
755768
alias: 'immutable-sepolia-testnet',
756769
decimals: 18,

0 commit comments

Comments
 (0)