Skip to content

Commit

Permalink
Merge pull request #545 from api3dao/csur-2024-12-18
Browse files Browse the repository at this point in the history
Csur-2024-12-18
  • Loading branch information
hiletmis authored Dec 18, 2024
2 parents 78161dc + fd8831e commit 493064b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/lemon-eggs-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

Adds following chain:
* hashkey
23 changes: 23 additions & 0 deletions chains/hashkey.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"alias": "hashkey",
"decimals": 18,
"explorer": {
"api": {
"key": {
"required": false
},
"url": "https://explorer.hsk.xyz/api"
},
"browserUrl": "https://explorer.hsk.xyz/"
},
"id": "177",
"name": "HashKey",
"providers": [
{
"alias": "default",
"rpcUrl": "https://mainnet.hsk.xyz"
}
],
"symbol": "HSK",
"testnet": false
}
13 changes: 13 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,19 @@ export const CHAINS: Chain[] = [
symbol: 'HSK',
testnet: true,
},
{
alias: 'hashkey',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://explorer.hsk.xyz/api' },
browserUrl: 'https://explorer.hsk.xyz/',
},
id: '177',
name: 'HashKey',
providers: [{ alias: 'default', rpcUrl: 'https://mainnet.hsk.xyz' }],
symbol: 'HSK',
testnet: false,
},
{
alias: 'immutable-sepolia-testnet',
decimals: 18,
Expand Down

0 comments on commit 493064b

Please sign in to comment.