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
250 => 1_000,
// arbitrum
42161 => 0_500,
42161 => 500,
// anything else
_ => {
warn!("unexpected chain_id. polling every {} seconds", 10);