fix: ethers-core use crates.io

This commit is contained in:
rymnc 2023-07-24 13:53:09 +05:30
parent f97ac2b245
commit f8a23cfeaa
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34
1 changed files with 1 additions and 1 deletions

View File

@ -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"