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

Commit e3e94d7

Browse files
authored
Merge pull request #530 from api3dao/529-add-new-chain
Add hashkey-testnet
2 parents 446bc5f + c3e07e5 commit e3e94d7

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

.changeset/smart-grapes-repair.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 chains:
6+
- hashkey-sepolia-testnet
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"alias": "hashkey-sepolia-testnet",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": false
8+
},
9+
"url": "https://hashkeychain-testnet-explorer.alt.technology/api"
10+
},
11+
"browserUrl": "https://hashkeychain-testnet-explorer.alt.technology/"
12+
},
13+
"id": "133",
14+
"name": "HashKey testnet",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://hashkeychain-testnet.alt.technology"
19+
}
20+
],
21+
"symbol": "HSK",
22+
"testnet": true
23+
}

src/generated/chains.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,19 @@ export const CHAINS: Chain[] = [
738738
symbol: 'pCKB',
739739
testnet: false,
740740
},
741+
{
742+
alias: 'hashkey-sepolia-testnet',
743+
decimals: 18,
744+
explorer: {
745+
api: { key: { required: false }, url: 'https://hashkeychain-testnet-explorer.alt.technology/api' },
746+
browserUrl: 'https://hashkeychain-testnet-explorer.alt.technology/',
747+
},
748+
id: '133',
749+
name: 'HashKey testnet',
750+
providers: [{ alias: 'default', rpcUrl: 'https://hashkeychain-testnet.alt.technology' }],
751+
symbol: 'HSK',
752+
testnet: true,
753+
},
741754
{
742755
alias: 'immutable-sepolia-testnet',
743756
decimals: 18,

0 commit comments

Comments
 (0)