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

View File

@@ -61,7 +61,7 @@ rand_core = { version = "0.6", default-features = false, features = ["std"] }
k256 = { version = "0.13", default-features = false, features = ["std"] }
alloy-provider = { version = "0.9", default-features = false, features = ["trace-api"] }
alloy-provider = { version = "0.9", default-features = false, features = ["debug-api", "trace-api"] }
alloy-rpc-client = { version = "0.9", default-features = false }
alloy-node-bindings = { version = "0.9", default-features = false }