add historical error for monad for lower bound correctness

This commit is contained in:
Termina1
2025-05-07 17:08:03 +03:00
parent 7f4d85f5b6
commit 17c3b43620

View File

@@ -56,6 +56,7 @@ class EthereumLowerBoundStateDetector(
"state does not maintain archive data", // fantom
"Access to archival, debug, or trace data is not included in your current plan", // chainstack
"empty reader set", // strange bsc geth error
"Request might be querying historical state that is not available", // monad
)
}