Test ERC20 OutInstructions

This commit is contained in:
Luke Parker
2025-01-27 02:08:01 -05:00
parent 5164a710a2
commit e742a6b0ec
4 changed files with 83 additions and 27 deletions

11
Cargo.lock generated
View File

@@ -317,6 +317,7 @@ dependencies = [
"alloy-network-primitives",
"alloy-primitives",
"alloy-rpc-client",
"alloy-rpc-types-debug",
"alloy-rpc-types-eth",
"alloy-rpc-types-trace",
"alloy-transport",
@@ -392,6 +393,16 @@ dependencies = [
"alloy-serde",
]
[[package]]
name = "alloy-rpc-types-debug"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "358d6a8d7340b9eb1a7589a6c1fb00df2c9b26e90737fa5ed0108724dd8dac2c"
dependencies = [
"alloy-primitives",
"serde",
]
[[package]]
name = "alloy-rpc-types-eth"
version = "0.9.2"