Skip to content

Commit

Permalink
bump mev share
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankieIsLost committed Jul 25, 2023
1 parent a9c3e21 commit dd73d93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/artemis-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
## eth
ethers.workspace = true
opensea-stream = { git = "https://github.com/FrankieIsLost/opensea-stream-rs"}
mev-share = "0.1.1"
mev-share = "0.1.2"
ethers-flashbots = { git = "https://github.com/FrankieIsLost/ethers-flashbots", features = ["rustls"] }

## async
Expand Down
2 changes: 1 addition & 1 deletion crates/strategies/mev-share-uni-arb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
ethers = { version = "2", features = ["ws", "rustls"]}
tokio = { version = "1.18", features = ["full"] }
mev-share = "0.1.1"
mev-share = "0.1.2"
async-trait = "0.1.64"
artemis-core = { path = "../../artemis-core" }
anyhow = "1.0.70"
Expand Down

0 comments on commit dd73d93

Please sign in to comment.