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

Commit 0ea36c2

Browse files
authored
Merge pull request #531 from api3dao/main
Initiate release
2 parents 417df10 + e3e94d7 commit 0ea36c2

5 files changed

Lines changed: 47 additions & 5 deletions

File tree

.changeset/honest-plants-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Remove ankr provider from Polygon

.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+
}

chains/polygon.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"alias": "default",
1919
"rpcUrl": "https://polygon-bor-rpc.publicnode.com"
2020
},
21-
{
22-
"alias": "ankr",
23-
"homepageUrl": "https://ankr.com"
24-
},
2521
{
2622
"alias": "blastapi",
2723
"homepageUrl": "https://blastapi.io"

src/generated/chains.ts

Lines changed: 13 additions & 1 deletion
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,
@@ -1461,7 +1474,6 @@ export const CHAINS: Chain[] = [
14611474
name: 'Polygon',
14621475
providers: [
14631476
{ alias: 'default', rpcUrl: 'https://polygon-bor-rpc.publicnode.com' },
1464-
{ alias: 'ankr', homepageUrl: 'https://ankr.com' },
14651477
{ alias: 'blastapi', homepageUrl: 'https://blastapi.io' },
14661478
{ alias: 'drpc', homepageUrl: 'https://drpc.org' },
14671479
{ alias: 'quicknode', homepageUrl: 'https://quicknode.com' },

0 commit comments

Comments
 (0)