Skip to content

Commit 5332b81

Browse files
authored
Merge pull request #77 from api3dao/main
Initiate release
2 parents 411d92d + dfd6685 commit 5332b81

12 files changed

+2115
-11
lines changed

.changeset/yellow-panthers-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+
Add OEV auction support to arbitrum-sepolia-testnet

data/chain-support.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,9 @@
7878
"polygon-zkevm",
7979
"polygon-zkevm-sepolia-testnet"
8080
],
81-
"chainsSupportedByOevAuctions": ["oev-network-agg-sepolia-testnet", "oev-network-sepolia-testnet"]
81+
"chainsSupportedByOevAuctions": [
82+
"arbitrum-sepolia-testnet",
83+
"oev-network-agg-sepolia-testnet",
84+
"oev-network-sepolia-testnet"
85+
]
8286
}
File renamed without changes.
File renamed without changes.

deploy/3_verify.ts renamed to deploy/4_verify.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ module.exports = async () => {
3333
});
3434

3535
const ProxyFactory = await deployments.get('ProxyFactory');
36+
/*
3637
await run('verify:verify', {
3738
address: ProxyFactory.address,
3839
constructorArguments: [Api3ServerV1.address],
3940
});
41+
*/
4042

4143
const proxyFactory = new ethers.Contract(
4244
ProxyFactory.address,

deployments/addresses.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
"168587773": "0x9F5223d4a93a771D178992078DB1AbE421Dd4218"
208208
},
209209
"OevAuctionHouse": {
210+
"421614": "0x34f13A5C0AD750d212267bcBc230c87AEFD35CC5",
210211
"736160594": "0x34f13A5C0AD750d212267bcBc230c87AEFD35CC5",
211212
"879490799": "0x34f13A5C0AD750d212267bcBc230c87AEFD35CC5"
212213
}

0 commit comments

Comments
 (0)