Skip to content

Commit ae1de2d

Browse files
committed
Add changesets
1 parent df867e7 commit ae1de2d

9 files changed

+47
-0
lines changed

.changeset/clever-carrots-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
Changed the Solidity versions of contracts HashRegistry and AirseekerRegistry

.changeset/cold-mugs-play.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
Retracted OEV auction support from arbitrum-sepolia-testnet

.changeset/lemon-glasses-eat.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+
Exported auctioneer addresses under auctioneerMetadata

.changeset/metal-peas-exist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
Removed contracts Api3Market, DapiProxy, DapiProxyWithOev DataFeedProxy DataFeedProxyWithOev, ExternalMulticallSimulator, OevSearcherMulticallV1, ProxyFactory

.changeset/proud-trainers-reply.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
Removed `computeDapiProxyAddress()`, `computeDapiProxyWithOevAddress()`, `computeDataFeedProxyAddress()`, `computeDataFeedProxyWithOevAddress()`.
6+
Added `computeApi3ReaderProxyV1Address()` instead.

.changeset/quiet-experts-dress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
Retracted dAPI and Market support from bsquared, neon-evm, neon-evm-testnet, rsk

.changeset/silent-games-marry.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@api3/contracts': major
3+
---
4+
5+
AirseekerRegistry addresses belonging to the market contracts are no longer exported under `computeApi3MarketAirseekerRegistryAddress()`.
6+
You can find them under `deploymentAddresses.AirseekerRegistry`.

.changeset/slow-actors-pretend.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+
Deployed all newly added contracts on the respective networks

.changeset/unlucky-colts-yell.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+
Added contracts GnosisSafeWithoutProxy, Api3MarketV2, Api3ServerV1OevExtension, Api3ReaderProxyV1, Api3ReaderProxyV1Factory, IApi3ServerV1OevExtensionOevBidPayer, IApi3ReaderProxy, MockApi3ReaderProxy

0 commit comments

Comments
 (0)