|
|
@ -9,8 +9,8 @@ config = "0.13" |
|
|
|
color-eyre = { version = "0.6", optional = true } |
|
|
|
color-eyre = { version = "0.6", optional = true } |
|
|
|
serde = {version = "1.0", features = ["derive"]} |
|
|
|
serde = {version = "1.0", features = ["derive"]} |
|
|
|
serde_json = { version = "1.0", default-features = false } |
|
|
|
serde_json = { version = "1.0", default-features = false } |
|
|
|
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01" } |
|
|
|
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02" } |
|
|
|
ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-19-01", features=["legacy"] } |
|
|
|
ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-08-30-02", features=["legacy"] } |
|
|
|
thiserror = { version = "1.0", default-features = false } |
|
|
|
thiserror = { version = "1.0", default-features = false } |
|
|
|
async-trait = { version = "0.1", default-features = false } |
|
|
|
async-trait = { version = "0.1", default-features = false } |
|
|
|
futures-util = "0.3" |
|
|
|
futures-util = "0.3" |
|
|
|