@@ -49,9 +49,9 @@ ethers-providers = { version = "2.0", optional = true }
4949ethers-core = { version = " 2.0" , optional = true }
5050
5151# alloydb
52- # alloy-provider = { git = "https://github.com/alloy-rs/alloy.git", rev = "44b8a6d", optional = true, default-features = false }
53- # alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git", rev = "44b8a6d", optional = true, default-features = false }
54- # alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "44b8a6d", optional = true, default-features = false }
52+ alloy-provider = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 44b8a6d" , optional = true , default-features = false }
53+ alloy-rpc-types = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 44b8a6d" , optional = true , default-features = false }
54+ alloy-transport = { git = " https://github.com/alloy-rs/alloy.git" , rev = " 44b8a6d" , optional = true , default-features = false }
5555
5656[dev-dependencies ]
5757alloy-sol-types = { version = " 0.7.0" , default-features = false , features = [
@@ -106,14 +106,13 @@ ethersdb = [
106106 " ethers-core" ,
107107] # Negate optimism default handler
108108
109- #
110- # alloydb = [
111- # "std",
112- # "tokio",
113- # "alloy-provider",
114- # "alloy-rpc-types",
115- # "alloy-transport",
116- # ]
109+ alloydb = [
110+ " std" ,
111+ " tokio" ,
112+ " alloy-provider" ,
113+ " alloy-rpc-types" ,
114+ " alloy-transport" ,
115+ ]
117116
118117dev = [
119118 " memory_limit" ,
@@ -152,10 +151,10 @@ name = "db_by_ref"
152151path = " ../../examples/db_by_ref.rs"
153152required-features = [" std" , " serde-json" ]
154153
155- # [[example]]
156- # name = "uniswap_v2_usdc_swap"
157- # path = "../../examples/uniswap_v2_usdc_swap.rs"
158- # required-features = ["alloydb"]
154+ [[example ]]
155+ name = " uniswap_v2_usdc_swap"
156+ path = " ../../examples/uniswap_v2_usdc_swap.rs"
157+ required-features = [" alloydb" ]
159158
160159[[bench ]]
161160name = " bench"
0 commit comments