Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/oev-searchers/in-depth/oev-auctioneer.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The auction length is chain dependent.
| Ethereum | 30 |
| Fraxtal | 30 |
| Gnosis Chain | 30 |
| Hyperliquid | 30 |
| Ink | 30 |
| Katana | 30 |
| Kava | 30 |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"firebase:emulator": "pnpm docs:build; firebase emulators:start"
},
"devDependencies": {
"@api3/contracts": "^27.0.0",
"@api3/dapi-management": "^3.48.0",
"@api3/contracts": "^27.4.0",
"@api3/dapi-management": "^3.53.0",
"@types/node": "^22.18.0",
"axios": "^1.11.0",
"colors": "^1.4.0",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
{
"matchPackageNames": ["@api3/*"],
"groupName": "api3"
"groupName": "api3",
"minimumReleaseAge": "2 days"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shortens it from 5 to 2 days.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also have in my notes to modify the chain integration checklist to include updating the docs so we're not forgetting this. Didn't yet get to that.

},
{
"matchDepTypes": ["packageManager"],
Expand Down