28b79084cd
## Issue Addressed This PR addresses issue #2657 ## Proposed Changes Changes `/eth/v1/config/deposit_contract` endpoint to return the chain ID from the loaded chain spec instead of eth1::DEFAULT_NETWORK_ID which is the Goerli chain ID of 5. Co-authored-by: Michael Sproul <michael@sigmaprime.io>
8 lines
170 B
Rust
8 lines
170 B
Rust
#![cfg(not(debug_assertions))] // Tests are too slow in debug.
|
|
#![recursion_limit = "256"]
|
|
|
|
pub mod common;
|
|
pub mod fork_tests;
|
|
pub mod interactive_tests;
|
|
pub mod tests;
|