@@ -8,12 +8,12 @@ members = [".", "ethx-commons"]
88
99[dependencies ]
1010alloy-chains = " 0.2"
11- alloy-contract = " 2.0.0-rc.0 "
12- alloy-network = " 2.0.0-rc.0 "
11+ alloy-contract = " 2.0.0"
12+ alloy-network = " 2.0.0"
1313alloy-primitives = " 1.5.7"
14- alloy-provider = { version = " 2.0.0-rc.0 " , features = [" reqwest" , " ws" , " ipc" ] }
15- alloy-rpc-types-eth = " 2.0.0-rc.0 "
16- alloy-signer = " 2.0.0-rc.0 "
14+ alloy-provider = { version = " 2.0.0" , features = [" reqwest" , " ws" , " ipc" ] }
15+ alloy-rpc-types-eth = " 2.0.0"
16+ alloy-signer = " 2.0.0"
1717alloy-sol-types = " 1.5.7"
1818clap = { version = " 4" , features = [" derive" , " env" , " unicode" , " wrap_help" ] }
1919eyre = " 0.6"
@@ -25,29 +25,5 @@ thiserror = "2"
2525tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" ] }
2626
2727[dev-dependencies ]
28- alloy-node-bindings = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
29- alloy-signer-local = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
30-
31- [patch .crates-io ]
32- alloy-consensus = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
33- alloy-contract = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
34- alloy-eips = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
35- alloy-ens = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
36- alloy-genesis = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
37- alloy-json-rpc = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
38- alloy-network = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
39- alloy-network-primitives = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
40- alloy-provider = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
41- alloy-pubsub = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
42- alloy-rpc-client = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
43- alloy-rpc-types-eth = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
44- alloy-serde = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
45- alloy-signer = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
46- alloy-signer-ledger = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
47- alloy-signer-local = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
48- alloy-signer-trezor = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
49- alloy-transport = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
50- alloy-transport-http = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
51- alloy-transport-ipc = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
52- alloy-transport-ws = { git = " https://github.com/alloy-rs/alloy" , rev = " 100a3325ac4d624f3eb0bd404125750e76edf8ca" }
53-
28+ alloy-node-bindings = " 2.0.0"
29+ alloy-signer-local = " 2.0.0"
0 commit comments