Skip to content

Commit 4a894b4

Browse files
committed
adapter - Cargo.toml - update parity-ethereum to a lightweight repository for faster fetching
1 parent 193ff9f commit 4a894b4

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

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

adapter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ eth_checksum = "0.1.1"
1919
ethabi = { git = "https://github.com/samparsky/ethabi", branch = "graph-patches" }
2020
tiny-keccak = "1.5"
2121
parity-crypto = { version = "0.4.2", features = ["publickey"] }
22-
ethstore = { version = "0.2.1", git = "https://github.com/paritytech/parity-ethereum"}
23-
ethkey = { version = "0.4.0", git = "https://github.com/paritytech/parity-ethereum"}
22+
ethstore = { version = "0.2.1", git = "https://github.com/elpiel/parity-ethereum"}
23+
ethkey = { version = "0.4.0", git = "https://github.com/elpiel/parity-ethereum"}
2424
sha2 = "0.8.0"
2525
base64 = "0.10.1"
2626
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)