Skip to content

Commit 596a572

Browse files
committed
Fix argument encoding
1 parent 0513a4b commit 596a572

File tree

4 files changed

+281
-246
lines changed

4 files changed

+281
-246
lines changed

Cargo.lock

Lines changed: 149 additions & 4 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ tracing-subscriber = { version = "0.3.19", default-features = false, features =
5050
"json",
5151
"env-filter",
5252
] }
53+
web3 = { version = "0.19.0", default-features = false }
5354

5455
# revive compiler
5556
revive-solc-json-interface = { git = "https://github.com/paritytech/revive", rev = "3389865af7c3ff6f29a586d82157e8bc573c1a8e" }

crates/format/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ tracing = { workspace = true }
1717
semver = { workspace = true }
1818
serde = { workspace = true, features = ["derive"] }
1919
serde_json = { workspace = true }
20+
web3 = { workspace = true }

0 commit comments

Comments
 (0)