Skip to content

Commit b2c5c8c

Browse files
committed
add basic checks
1 parent 0a3c56d commit b2c5c8c

File tree

4 files changed

+321
-13
lines changed

4 files changed

+321
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ tips-ingress-writer = { path = "crates/ingress-writer" }
1212
# Reth
1313
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.7.0" }
1414
reth-rpc-eth-types = { git = "https://github.com/paradigmxyz/reth", tag = "v1.7.0" }
15+
reth-optimism-txpool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.7.0" }
16+
reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1.7.0" }
1517

1618
# alloy
1719
alloy-primitives = { version = "1.3.1", default-features = false, features = [

0 commit comments

Comments
 (0)