Skip to content

Commit cf2a8e0

Browse files
authored
chore(workspace): bump the tips core revision (#271)
1 parent 3d8d6b7 commit cf2a8e0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ lto = "fat"
5050
codegen-units = 1
5151

5252
[workspace.dependencies]
53+
# local
5354
base-fbal = { path = "crates/fbal" }
5455
base-reth-cli = { path = "crates/cli" }
5556
base-reth-rpc = { path = "crates/rpc" }
@@ -59,8 +60,7 @@ base-reth-test-utils = { path = "crates/test-utils" }
5960
base-reth-flashblocks = { path = "crates/flashblocks" }
6061

6162
# base/tips
62-
# Note: default-features = false avoids version conflicts with reth's alloy/op-alloy dependencies
63-
tips-core = { git = "https://github.com/base/tips", rev = "a21ee492dede17f31eea108c12c669a8190f31aa", default-features = false }
63+
tips-core = { git = "https://github.com/base/tips", rev = "b1dfde6a5c8f603f19f9309ca6dc015bad260b44" }
6464

6565
# rollup-boost
6666
rollup-boost = { git = "http://github.com/flashbots/rollup-boost", rev = "v0.7.11" }

0 commit comments

Comments
 (0)