Skip to content

Commit

Permalink
fix: update koba's git url (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel authored Jun 2, 2024
1 parent 71e7782 commit b87700b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 lib/e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1.12.0", features = ["full", "process"] }
eyre = "0.6.8"
regex = "1.10.4"
once_cell = "1.19.0"
koba = { git = "https://github.com/alexfertel/koba" }
koba = { git = "https://github.com/OpenZeppelin/koba" }
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "2bff1dd", features = [
"contract",
"network",
Expand Down

0 comments on commit b87700b

Please sign in to comment.