@@ -112,32 +112,32 @@ foundry-macros = { path = "crates/macros" }
112112ui = { path = " crates/ui" }
113113foundry-utils = { path = " crates/utils" }
114114
115- ethers = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
116- ethers-addressbook = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
117- ethers-core = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
118- ethers-contract = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
119- ethers-contract-abigen = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
120- ethers-providers = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
121- ethers-signers = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
122- ethers-middleware = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
123- ethers-etherscan = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
124- ethers-solc = { git = " https://github.com/gakonst/ethers-rs" , default-features = false }
115+ # ethers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
116+ # ethers-addressbook = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
117+ # ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
118+ # ethers-contract = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
119+ # ethers-contract-abigen = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
120+ # ethers-providers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
121+ # ethers-signers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
122+ # ethers-middleware = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
123+ # ethers-etherscan = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
124+ # ethers-solc = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
125125
126126chrono = { version = " 0.4" , default-features = false , features = [" clock" , " std" ] }
127127hex = { package = " const-hex" , version = " 1.6" , features = [" hex" ] }
128128solang-parser = " =0.3.1"
129129
130130# [patch."https://github.com/gakonst/ethers-rs"]
131- # ethers = { path = "../ethers-rs/ethers" }
132- # ethers-addressbook = { path = "../ethers-rs/ethers-addressbook" }
133- # ethers-contract = { path = "../ethers-rs/ethers-contract" }
134- # ethers-contract-abigen = { path = "../ethers-rs/ethers-contract/ethers-contract-abigen" }
135- # ethers-core = { path = "../ethers-rs/ethers-core" }
136- # ethers-etherscan = { path = "../ethers-rs/ethers-etherscan" }
137- # ethers-middleware = { path = "../ethers-rs/ethers-middleware" }
138- # ethers-providers = { path = "../ethers-rs/ethers-providers" }
139- # ethers-signers = { path = "../ethers-rs/ethers-signers" }
140- # ethers-solc = { path = "../ethers-rs/ethers-solc" }
131+ ethers = { path = " ../ethers-rs/ethers" }
132+ ethers-addressbook = { path = " ../ethers-rs/ethers-addressbook" }
133+ ethers-contract = { path = " ../ethers-rs/ethers-contract" }
134+ ethers-contract-abigen = { path = " ../ethers-rs/ethers-contract/ethers-contract-abigen" }
135+ ethers-core = { path = " ../ethers-rs/ethers-core" }
136+ ethers-etherscan = { path = " ../ethers-rs/ethers-etherscan" }
137+ ethers-middleware = { path = " ../ethers-rs/ethers-middleware" }
138+ ethers-providers = { path = " ../ethers-rs/ethers-providers" , features = [ " ws " , " ipc " ] }
139+ ethers-signers = { path = " ../ethers-rs/ethers-signers" }
140+ ethers-solc = { path = " ../ethers-rs/ethers-solc" }
141141
142142[patch .crates-io ]
143143revm = { git = " https://github.com/bluealloy/revm/" , branch = " release/v25" }
0 commit comments