Skip to content

Commit

Permalink
fix: switch to KomodoPlatform repo for parity-ethereum and testcontai…
Browse files Browse the repository at this point in the history
…ners-rs crates (#1690)
  • Loading branch information
DeckerSU authored Mar 6, 2023
1 parent be00363 commit ec6d028
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions mm2src/coins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ ed25519-dalek = "1.0.1"
ed25519-dalek-bip32 = "0.2.0"
enum_from = { path = "../derives/enum_from" }
ethabi = { version = "17.0.0" }
ethcore-transaction = { git = "https://github.com/artemii235/parity-ethereum.git" }
ethcore-transaction = { git = "https://github.com/KomodoPlatform/mm2-parity-ethereum.git" }
ethereum-types = { version = "0.13", default-features = false, features = ["std", "serialize"] }
ethkey = { git = "https://github.com/artemii235/parity-ethereum.git" }
ethkey = { git = "https://github.com/KomodoPlatform/mm2-parity-ethereum.git" }
# Waiting for https://github.com/rust-lang/rust/issues/54725 to use on Stable.
#enum_dispatch = "0.1"
futures01 = { version = "0.1", package = "futures" }
Expand Down
2 changes: 1 addition & 1 deletion mm2src/mm2_eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doctest = false

[dependencies]
ethabi = { version = "17.0.0" }
ethkey = { git = "https://github.com/artemii235/parity-ethereum.git" }
ethkey = { git = "https://github.com/KomodoPlatform/mm2-parity-ethereum.git" }
hex = "0.4.2"
indexmap = "1.7.0"
itertools = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion mm2src/mm2_main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ winapi = "0.3"
[dev-dependencies]
mm2_test_helpers = { path = "../mm2_test_helpers" }
mocktopus = "0.8.0"
testcontainers = { git = "https://github.com/artemii235/testcontainers-rs.git" }
testcontainers = { git = "https://github.com/KomodoPlatform/mm2-testcontainers-rs.git" }

[build-dependencies]
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion mm2src/mm2_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = { version = "1", features = ["preserve_order", "raw_value"] }
bytes = "1.1"
cfg-if = "1.0"
common = { path = "../common" }
ethkey = { git = "https://github.com/artemii235/parity-ethereum.git" }
ethkey = { git = "https://github.com/KomodoPlatform/mm2-parity-ethereum.git" }
mm2_err_handle = { path = "../mm2_err_handle" }
mm2_core = { path = "../mm2_core" }
derive_more = "0.99"
Expand Down

0 comments on commit ec6d028

Please sign in to comment.