Skip to content

Commit 4f8afcb

Browse files
committed
check for cross chain tx
1 parent b2c5c8c commit 4f8afcb

File tree

4 files changed

+32
-279
lines changed

4 files changed

+32
-279
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ 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" }
1715

1816
# alloy
1917
alloy-primitives = { version = "1.3.1", default-features = false, features = [

crates/ingress-rpc/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ serde.workspace = true
3131
serde_json.workspace = true
3232
async-trait.workspace = true
3333
backon.workspace = true
34-
reth-optimism-txpool.workspace = true
35-
reth-transaction-pool.workspace = true

0 commit comments

Comments
 (0)