From f8a23cfeaadbc8036194642a64ee142e0d7998dd Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:53:09 +0530 Subject: [PATCH] fix: ethers-core use crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6db2114..e100a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ hex = "0.4.3" byteorder = "1.4.3" # ethereum compat -ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false, optional = true } +ethers-core = { version = "2.0.8", default-features = false, optional = true } # error handling thiserror = "1.0.26"