Skip to content

Commit 3a22f37

Browse files
committed
pin tips to a commit
1 parent df564a1 commit 3a22f37

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ incremental = false
4343
unreachable_pub = "warn"
4444

4545
[workspace.dependencies]
46-
tips-core = { path = "../tips/crates/core" }
46+
tips-core = { git = "https://github.com/base/tips", rev = "a21ee492dede17f31eea108c12c669a8190f31aa", default-features = false }
4747

4848
reth = { git = "https://github.com/paradigmxyz/reth", version = "1.9.1" }
4949
reth-chain-state = { git = "https://github.com/paradigmxyz/reth", version = "1.9.1" }

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ run-playground:
33
cargo run -p op-rbuilder --bin op-rbuilder -- node \
44
--chain $HOME/.playground/devnet/l2-genesis.json \
55
--flashblocks.enabled \
6+
--builder.enable-resource-metering \
67
--datadir ~/.playground/devnet/op-rbuilder \
78
-vv \
89
--http --http.port 2222 \

0 commit comments

Comments
 (0)