5122b2c13a
* Allow discovery to be more lenient in enr eth2 fields * Correct web3 dep * Discovery bug fixes
14 lines
380 B
TOML
14 lines
380 B
TOML
[package]
|
|
name = "eth1_test_rig"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
web3 = "0.11.0"
|
|
tokio = { version = "0.2.20", features = ["time"] }
|
|
futures = { version = "0.3.5", features = ["compat"] }
|
|
types = { path = "../../consensus/types"}
|
|
serde_json = "1.0.52"
|
|
deposit_contract = { path = "../../common/deposit_contract"}
|