Skip to content

Commit 83c043b

Browse files
Release v29.0.0
1 parent 2613a7b commit 83c043b

File tree

6 files changed

+42
-48
lines changed

6 files changed

+42
-48
lines changed

.changeset/curvy-wolves-draw.md

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

.changeset/loud-cobras-feel.md

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

.changeset/petite-dodos-drum.md

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

.changeset/slick-words-remain.md

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

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# @api3/contracts
22

3+
## 29.0.0
4+
5+
### Major Changes
6+
7+
- 8c05c33: Update hardhat config to use Etherscan V2 API
8+
Update chains schema to use verificationApi instead of api
9+
Update chains schema to use blockExplorerUrl instead of browserUrl
10+
11+
### Patch Changes
12+
13+
- 3e126b2: Updates RPC provider configurations:
14+
15+
- Remove drpc from all
16+
- Remove blastapi from all
17+
- Add quicknode for linea, soneium, and sonic
18+
- Add blockpi for arbitrum, avalanche, base, berachain, blast, bsc, ethereum, gnosis, hyperliquid, ink, linea, mantle, metis, optimism, polygon-zkevm, polygon, scroll, sei, sonic, taiko, unichain, and x-layer
19+
- Add publicnode for arbitrum, avalanche, berachain, blast, bsc, optimism, scroll, and sonic
20+
- Add tenderly for apechain, berachain, ethereum, katana, metis, moonbeam, moonriver, optimism, polygon, scroll, taiko, and unichain
21+
- Add 0xrpc for gnosis
22+
- Remove alchemy from berachain, ink, optimism, polygon-zkevm, sonic, and unichain
23+
- Use publicnode as default provider for unichain
24+
- Add reblok for moonbeam and sei
25+
26+
- b064c46: Updates RPC provider configurations:
27+
28+
- Add publicnode and validationcloud providers for somnia chain.
29+
30+
- baadb85: Update block explorer and verification API for following chains:
31+
32+
- avalanche
33+
- avalanche-testnet
34+
- katana
35+
- monad-testnet
36+
- moonbeam
37+
- sei
38+
- sei-testnet
39+
40+
Update verification API for:
41+
42+
- polygon-zkevm-sepolia-testnet
43+
344
## 28.0.0
445

546
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"oev"
99
],
1010
"license": "MIT",
11-
"version": "28.0.0",
11+
"version": "29.0.0",
1212
"engines": {
1313
"node": ">=22.18.0"
1414
},

0 commit comments

Comments
 (0)