Skip to content

Commit f65c886

Browse files
authored
Add Hyperliquid to Auction length section (#228)
* Add Hyperliquid to Auction length section * Shorten minimumReleaseAge for api3 group
1 parent 4a3c6a2 commit f65c886

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

docs/oev-searchers/in-depth/oev-auctioneer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The auction length is chain dependent.
7070
| Ethereum | 30 |
7171
| Fraxtal | 30 |
7272
| Gnosis Chain | 30 |
73+
| Hyperliquid | 30 |
7374
| Ink | 30 |
7475
| Katana | 30 |
7576
| Kava | 30 |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"firebase:emulator": "pnpm docs:build; firebase emulators:start"
1919
},
2020
"devDependencies": {
21-
"@api3/contracts": "^27.0.0",
22-
"@api3/dapi-management": "^3.48.0",
21+
"@api3/contracts": "^27.4.0",
22+
"@api3/dapi-management": "^3.53.0",
2323
"@types/node": "^22.18.0",
2424
"axios": "^1.11.0",
2525
"colors": "^1.4.0",

pnpm-lock.yaml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
{
1010
"matchPackageNames": ["@api3/*"],
11-
"groupName": "api3"
11+
"groupName": "api3",
12+
"minimumReleaseAge": "2 days"
1213
},
1314
{
1415
"matchDepTypes": ["packageManager"],

0 commit comments

Comments
 (0)