Skip to content

Commit

Permalink
Merge pull request #114 from api3dao/deploy-oev-network
Browse files Browse the repository at this point in the history
Deploy on OEV Network
  • Loading branch information
bbenligiray authored May 16, 2024
2 parents c4c9ed2 + 6ddadd1 commit 2a2d948
Show file tree
Hide file tree
Showing 13 changed files with 4,470 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-boxes-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/contracts': minor
---

Add dAPI and OEV auction support to oev-network
3 changes: 2 additions & 1 deletion data/chain-support.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"moonriver",
"neon-evm",
"neon-evm-testnet",
"oev-network",
"oev-network-sepolia-testnet",
"opbnb",
"opbnb-testnet",
Expand Down Expand Up @@ -128,5 +129,5 @@
"x-layer-sepolia-testnet",
"zircuit-sepolia-testnet"
],
"chainsSupportedByOevAuctions": ["arbitrum-sepolia-testnet", "oev-network-sepolia-testnet"]
"chainsSupportedByOevAuctions": ["arbitrum-sepolia-testnet", "oev-network", "oev-network-sepolia-testnet"]
}
1 change: 1 addition & 0 deletions data/manager-multisig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"moonriver": "0xCC5005Bd08b8882c9A132C0067E7D3f79796C251",
"neon-evm": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26",
"neon-evm-testnet": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26",
"oev-network": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26",
"oev-network-sepolia-testnet": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26",
"opbnb": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26",
"opbnb-testnet": "0x14A9E40FcAdA95A273ce3c8d4ccF7EA3280BDd26",
Expand Down
5 changes: 5 additions & 0 deletions deployments/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"4002": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
"4200": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
"4201": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
"4913": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
"5000": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
"5003": "0x1DCE40DC2AfA7131C4838c8BFf635ae9d198d1cE",
"5611": "0x81bc85f329cDB28936FbB239f734AE495121F9A6",
Expand Down Expand Up @@ -104,6 +105,7 @@
"4002": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
"4200": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
"4201": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
"4913": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
"5000": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
"5003": "0x2b4401E59780e44d3b1Fd2D41FCb3047c830F286",
"5611": "0xcD7Df573B0F0bb4F2f8dFFF6650cDe8C77431730",
Expand Down Expand Up @@ -171,6 +173,7 @@
"4002": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"4200": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"4201": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"4913": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"5000": "0x709944a48cAf83535e43471680fDA4905FB3920a",
"5003": "0x5aB00E30453EEAd35025A761ED65d51d74574C24",
"5611": "0x709944a48cAf83535e43471680fDA4905FB3920a",
Expand Down Expand Up @@ -238,6 +241,7 @@
"4002": "0x9EB9798Dc1b602067DFe5A57c3bfc914B965acFD",
"4200": "0x9EB9798Dc1b602067DFe5A57c3bfc914B965acFD",
"4201": "0x9EB9798Dc1b602067DFe5A57c3bfc914B965acFD",
"4913": "0x9EB9798Dc1b602067DFe5A57c3bfc914B965acFD",
"5000": "0x9EB9798Dc1b602067DFe5A57c3bfc914B965acFD",
"5003": "0x944609FF0729435F87Ef429EC155d7539A83B9C8",
"5611": "0x9EB9798Dc1b602067DFe5A57c3bfc914B965acFD",
Expand Down Expand Up @@ -331,6 +335,7 @@
"1380012617": "0x9F5223d4a93a771D178992078DB1AbE421Dd4218"
},
"OevAuctionHouse": {
"4913": "0x34f13A5C0AD750d212267bcBc230c87AEFD35CC5",
"421614": "0x34f13A5C0AD750d212267bcBc230c87AEFD35CC5",
"879490799": "0x34f13A5C0AD750d212267bcBc230c87AEFD35CC5"
}
Expand Down
5 changes: 5 additions & 0 deletions deployments/block-numbers.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"4002": 14501364,
"4200": 10315704,
"4201": 2551872,
"4913": 25,
"5000": 4272650,
"5003": 4359198,
"5611": 27082038,
Expand Down Expand Up @@ -96,6 +97,7 @@
"2522": 6343418,
"4002": 22948049,
"4200": 10315732,
"4913": 27,
"5000": 25122378,
"5003": 4359229,
"5611": 27082049,
Expand Down Expand Up @@ -160,6 +162,7 @@
"4002": 22948050,
"4200": 10315758,
"4201": 2551874,
"4913": 28,
"5000": 25122385,
"5003": 4359235,
"5611": 27082060,
Expand Down Expand Up @@ -227,6 +230,7 @@
"4002": 22948052,
"4200": 10315785,
"4201": 2551875,
"4913": 29,
"5000": 25122393,
"5003": 4359241,
"5611": 27082071,
Expand Down Expand Up @@ -320,6 +324,7 @@
"1380012617": 315653
},
"OevAuctionHouse": {
"4913": 34,
"421614": 36946606,
"879490799": 165498
}
Expand Down
1 change: 1 addition & 0 deletions deployments/oev-network/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4913
Loading

0 comments on commit 2a2d948

Please sign in to comment.