Skip to content

Commit

Permalink
Fix example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Apr 10, 2023
1 parent 668fb4b commit 0155393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rosetta-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ license = "MIT"

[dependencies]
anyhow = "1.0.69"
clap = "4.1.8"
dirs-next = "2.0.0"
fraction = { version = "0.13.1", default-features = false, features = ["with-bigint", "with-decimal"] }
futures = "0.3.26"
Expand All @@ -32,5 +31,6 @@ wasm-bindgen = "0.2.84"
web-sys = { version = "0.3.61", features = ["Storage", "Window"] }

[dev-dependencies]
clap = { version = "4.1.8", features = ["derive"] }
surf = { version = "2.3.2", features = ["h1-client-rustls"], default-features = false }
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }
2 changes: 1 addition & 1 deletion rosetta-client/examples/voting_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async fn main() {
let wallet = create_wallet(
Some("ethereum".to_owned()),
Some("dev".to_owned()),
Some("http://127.0.0.1:8081".to_owned()),
Some("http://rosetta.analog.one:8081".to_owned()),
None,
)
.await
Expand Down

0 comments on commit 0155393

Please sign in to comment.