Skip to content

Commit

Permalink
update repo url in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Oct 3, 2024
1 parent 6a9e1d2 commit 8141d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Contender is a high-performance Ethereum network spammer and testing tool design
To install the Contender CLI, you need to have the [Rust toolchain](https://rustup.rs/) installed on your system. Then build the project from source:

```bash
git clone https://github.com/zeroxbrock/contender.git
git clone https://github.com/flashbots/contender.git
cd contender/cli
cargo build --release
alias contender="$PWD/target/release/contender_cli"
Expand Down Expand Up @@ -48,9 +48,9 @@ To use Contender as a library in your Rust project, add the crates you need to y
```toml
[dependencies]
...
contender = { git = "https://github.com/zeroxbrock/contender" }
contender_sqlite = { git = "https://github.com/zeroxbrock/contender" }
contender_testfile = { git = "https://github.com/zeroxbrock/contender" }
contender = { git = "https://github.com/flashbots/contender" }
contender_sqlite = { git = "https://github.com/flashbots/contender" }
contender_testfile = { git = "https://github.com/flashbots/contender" }
# not necessarily required, but recommended:
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
```
Expand Down

0 comments on commit 8141d0f

Please sign in to comment.