Skip to content

Commit fd1934a

Browse files
authored
Merge pull request #628 from api3dao/main
Initiate release
2 parents efeafff + b7a2e3f commit fd1934a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+457
-8297
lines changed

.changeset/all-coins-fry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': minor
3+
---
4+
5+
Add Market support to ethereum-hoodi-testnet and taiko-hoodi-testnet

.changeset/hot-seals-build.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
Remove support for following chains:
6+
7+
- ethereum-holesky-testnet
8+
- fraxtal-holesky-testnet
9+
- taiko-holesky-testnet

.changeset/many-tires-end.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/check-md-links.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ jobs:
99
- name: Clone @api3/contracts
1010
uses: actions/checkout@v4
1111
- name: Check Markdown links
12-
uses: gaurav-nelson/github-action-markdown-link-check@v1
12+
uses: tcort/github-action-markdown-link-check@v1
13+
with:
14+
config-file: mlc_config.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For bug reports, contact `[email protected]`
4343

4444
The most common type of change would be adding or updating a chain. This can be done by creating or editing the relevant JSON file in the `data/chains/` directory.
4545

46-
If any changes are made to chains, you will need to "regenerate" the chains. This will compile all of the JSON files into a single TypeScript file for projects to import. Please check the [Developer instructions](#developer-instructions) section for more information on how to do this.
46+
If any changes are made to chains, you will need to "regenerate" the chains. This will compile all of the JSON files into a single TypeScript file for projects to import. Please check the [Developer instructions](#-developer-instructions) section for more information on how to do this.
4747

4848
The list of TypeScript chains is also validated against all of the list of JSON files to ensure that everything is in sync.
4949

data/chain-support.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
"core",
2222
"core-testnet",
2323
"ethereum",
24-
"ethereum-holesky-testnet",
24+
"ethereum-hoodi-testnet",
2525
"ethereum-sepolia-testnet",
2626
"fraxtal",
27-
"fraxtal-holesky-testnet",
2827
"gnosis",
2928
"gnosis-testnet",
3029
"hyperliquid",
@@ -74,7 +73,7 @@
7473
"sonic",
7574
"sonic-testnet",
7675
"taiko",
77-
"taiko-holesky-testnet",
76+
"taiko-hoodi-testnet",
7877
"unichain",
7978
"unichain-sepolia-testnet",
8079
"world",

data/chains/ethereum-holesky-testnet.json

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"alias": "ethereum-hoodi-testnet",
3+
"blockExplorerUrl": "https://hoodi.etherscan.io/",
4+
"decimals": 18,
5+
"id": "560048",
6+
"name": "Ethereum Hoodi testnet",
7+
"providers": [
8+
{
9+
"alias": "default",
10+
"rpcUrl": "https://ethereum-hoodi-rpc.publicnode.com"
11+
},
12+
{
13+
"alias": "0xrpc",
14+
"rpcUrl": "https://0xrpc.io/hoodi"
15+
},
16+
{
17+
"alias": "ethpandaops",
18+
"rpcUrl": "https://rpc.hoodi.ethpandaops.io"
19+
}
20+
],
21+
"symbol": "ETH",
22+
"testnet": true,
23+
"verificationApi": {
24+
"type": "etherscan"
25+
}
26+
}

data/chains/fraxtal-holesky-testnet.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

data/chains/taiko-holesky-testnet.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)