Skip to content

Commit

Permalink
Try fix ganache problems with block behind
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Nov 14, 2023
1 parent 7f9576d commit a3bb204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib_test/src/config_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub async fn create_default_config_setup(proxy_url_base: &str, proxy_key: &str)
verify_interval_secs: None,
min_interval_ms: None,
max_timeout_ms: None,
allowed_head_behind_secs: None,
allowed_head_behind_secs: Some(200000000000),
max_consecutive_errors: None,
}],
currency_symbol: "tETH".to_string(),
Expand Down

0 comments on commit a3bb204

Please sign in to comment.