Skip to content

Commit 492b511

Browse files
committed
chore: migrate ethers-flashbots dep
1 parent 8791adc commit 492b511

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ silius-primitives = { workspace = true }
1919
# eth
2020
alloy-chains = { workspace = true }
2121
ethers = { workspace = true }
22-
ethers-flashbots = { git = "https://github.com/qi-protocol/ethers-flashbots.git", rev = "1c6504cd2d1f4d67e4af2dd9a5ee676a284452f9" }
22+
ethers-flashbots = { git = "https://github.com/silius-rs/ethers-flashbots.git", branch = "main" }
2323

2424
# async
2525
async-trait = { workspace = true }
@@ -39,7 +39,7 @@ url = "2.5.0"
3939
# eth
4040
alloy-primitives = "0.5.4"
4141
alloy-sol-types = "0.5.4"
42-
ethers-flashbots-test = { git = "https://github.com/da-bao-jian/ethers-flashbots.git", rev = "1eda9b7bb84e82f43f35b98c34d9066f9596b41d" }
42+
ethers-flashbots-test = { git = "https://github.com/silius-rs/ethers-flashbots.git", branch = "dev" }
4343

4444
# rpc
4545
jsonrpsee = { version = "0.21.0", features = ["server", "macros", "client"] }

0 commit comments

Comments
 (0)