Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/full-rooms-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
18 changes: 0 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@
### Major Changes

- adf5421: Remove support for following chain:

- kroma

## 25.0.0

### Major Changes

- 6171e77: Remove support for following chains:

- atleta-testnet
- inevm-testnet
- inevm
Expand All @@ -60,7 +58,6 @@
### Patch Changes

- cd423b4: Updates RPC provider configurations:

- Update public provider for manta
- Replace publicnode with tenderly-public for polygon-sepolia-testnet

Expand Down Expand Up @@ -95,7 +92,6 @@
### Patch Changes

- ce97433: Updates RPC provider configurations:

- Update default provider for ethereum-holesky-testnet
- Remove publicnode from berachain
- Remove blastapi from moonriver
Expand All @@ -121,21 +117,18 @@
### Major Changes

- fe10931: Remove support for following chains:

- rechain-testnet

### Patch Changes

- 317509e: Update block explorer for following chains:

- apechain-arbitrum-sepolia-testnet
- berachain-testnet
- kroma-sepolia-testnet
- metis
- world-sepolia-testnet

- 7cfebed: Updates RPC provider configurations:

- Update default provider for atleta-testnet, ethereum-holesky-testnet, rari-arbitrum-sepolia-testnet, x-layer-sepolia-testnet
- Remove not realible alternative providers from blast-sepolia-testnet, scroll-sepolia-testnet, scroll, taiko-holesky-testnet, zircuit-sepolia-testnet

Expand All @@ -157,7 +150,6 @@
### Patch Changes

- 5170255: Updates RPC provider configurations:

- Remove ankr from bitlayer, core, kava, moonbeam, taiko, x-layer
- Update default provider for blast-sepolia-testnet, x-layer-sepolia-testnet, zircuit-sepolia-testnet, zircuit
- Add blastapi for opbnb, ronin, sei
Expand All @@ -182,7 +174,6 @@
### Major Changes

- cc71f82: Remove support for following chains:

- conflux
- conflux-testnet

Expand Down Expand Up @@ -210,7 +201,6 @@
### Major Changes

- b295ca8: Remove support from the following chains:

- camp-sepolia-testnet
- hyperliquid-testnet
- hyperliquid
Expand All @@ -231,7 +221,6 @@
### Patch Changes

- a4f5948: Updates RPC provider configurations:

- Add publicnode for berachain, fraxtal, metis-sepolia-testnet, metis, soneium-sepolia-test
net, soneium, sonic-testnet, unichain-sepolia-testnet, and unichain
- Add reblok for fraxtal
Expand All @@ -257,7 +246,6 @@
### Minor Changes

- fc23880: Adds following chain:

- rechain-testnet

- daf17d7: Add dAPI and Market support to rechain-testnet
Expand Down Expand Up @@ -296,7 +284,6 @@
### Major Changes

- 411cdb1: Remove support from the following chains:

- astar
- fantom
- fantom-testnet
Expand Down Expand Up @@ -359,7 +346,6 @@
### Minor Changes

- fd56b48: Add the following dApps:

- aurelius
- granary
- ionic
Expand All @@ -379,7 +365,6 @@
### Major Changes

- c30baba: Purge the following dApps (note that this merely means that you won't be able to derive dApp-specific Api3ReaderProxyV1 addresses using `@api3/contracts` for these dApps, they will be able to continue using data feed services as usual):

- airpuff
- aurelius
- davos-protocol
Expand Down Expand Up @@ -407,7 +392,6 @@
- wefi

- a20ac37: Update the aliases of the following dApps:

- hana-finance (to hana)
- init-capital (to init)
- orbit-protocol (to orbit)
Expand All @@ -417,7 +401,6 @@

- a20ac37: Extend the dApp data schema to include name and homepage URL (optional)
- aef7d46: Add the following dApps:

- aave
- abracadabra
- aeroscraper
Expand Down Expand Up @@ -559,7 +542,6 @@
### Minor Changes

- b8fb92d: Add dAPI and Market support to:

- apechain
- atleta-testnet
- world
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@api3/eslint-plugin-commons": "^3.0.0",
"@api3/promise-utils": "^0.4.0",
"@changesets/cli": "^2.29.4",
"@changesets/cli": "^2.29.6",
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
"@nomicfoundation/hardhat-ethers": "^3.1.0",
"@nomicfoundation/hardhat-network-helpers": "^1.1.0",
Expand All @@ -81,21 +81,21 @@
"@types/chai": "^4.3.20",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.17.1",
"@types/node": "^22.17.2",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chai": "^4.5.0",
"dotenv": "^16.5.0",
"dotenv": "^16.6.1",
"eslint": "^8.57.1",
"glob": "^11.0.2",
"hardhat": "^2.26.2",
"hardhat-deploy": "1.0.2",
"glob": "^11.0.3",
"hardhat": "^2.26.3",
"hardhat-deploy": "1.0.4",
"hardhat-gas-reporter": "^2.3.0",
"jest": "^30.0.5",
"prettier": "^3.5.3",
"prettier-plugin-solidity": "^2.0.0",
"solhint": "^5.1.0",
"prettier": "^3.6.2",
"prettier-plugin-solidity": "2.0.0",
"solhint": "^5.2.0",
"solidity-coverage": "^0.8.16",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
Expand Down
Loading