This commit is contained in:
Bryan Stitt 2023-01-03 11:38:06 -08:00
parent 1aefcf166d
commit d5a17c914d

View File

@ -80,7 +80,7 @@ impl Web3Connections {
// fantom // fantom
250 => 1_000, 250 => 1_000,
// arbitrum // arbitrum
42161 => 0_500, 42161 => 500,
// anything else // anything else
_ => { _ => {
warn!("unexpected chain_id. polling every {} seconds", 10); warn!("unexpected chain_id. polling every {} seconds", 10);