Skip to content

Commit 54496ea

Browse files
committed
feat(cli): signer args
1 parent 8b58698 commit 54496ea

File tree

5 files changed

+432
-11
lines changed

5 files changed

+432
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,10 @@ alloy-op-hardforks = "0.4.4"
200200
op-revm = { version = "12.0.2", default-features = false }
201201

202202
# kona
203-
kona-registry = "0.4.5"
203+
kona-cli = { git = "https://github.com/op-rs/kona", rev = "24e7e2658e09ac00c8e6cbb48bebe6d10f8fb69d", default-features = false, features = ["secrets"] }
204204
kona-engine = { git = "https://github.com/op-rs/kona", rev = "24e7e2658e09ac00c8e6cbb48bebe6d10f8fb69d" }
205+
kona-registry = "0.4.5"
206+
kona-sources = { git = "https://github.com/op-rs/kona", rev = "24e7e2658e09ac00c8e6cbb48bebe6d10f8fb69d" }
205207

206208
# tokio
207209
tokio = "1.48.0"

crates/client/cli/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ workspace = true
1515
# General
1616
url.workspace = true
1717
clap.workspace = true
18+
thiserror.workspace = true
19+
reqwest.workspace = true
20+
alloy-primitives.workspace = true
21+
alloy-signer.workspace = true
22+
alloy-signer-local.workspace = true
1823
alloy-rpc-types-engine.workspace = true
24+
kona-cli.workspace = true
25+
kona-sources.workspace = true

0 commit comments

Comments
 (0)