mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
Fixed best_ethereum_block() call parameters encoding (#188)
* fixed best_ethereum_block() params encoding * updated versions
This commit is contained in:
committed by
Bastian Köcher
parent
a7208c05e0
commit
ebdfffc4b1
@@ -12,7 +12,7 @@ async-stream = "0.2.0"
|
||||
async-trait = "0.1.36"
|
||||
backoff = "0.1"
|
||||
clap = { version = "2.33.1", features = ["yaml"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1" }
|
||||
env_logger = "0.7.0"
|
||||
ethabi = "12.0"
|
||||
ethabi-contract = "11.0"
|
||||
|
||||
Reference in New Issue
Block a user