Remove polygon mumbai (#550)

* Remove polygon mumbai

* Remove polygon mumbai (#22)

Remove polygon mumbai (#90)

* Remove polygon mumbai

* use reserved
This commit is contained in:
Anton
2024-08-19 21:33:34 +03:00
committed by GitHub
parent 021add4fb0
commit 2b517ef033
4 changed files with 3 additions and 4 deletions

View File

@@ -389,7 +389,7 @@ class DefaultEthereumMethods(
"rollup_gasPrices",
"eth_getBlockRange",
)
Chain.POLYGON__MAINNET, Chain.POLYGON__MUMBAI -> listOf(
Chain.POLYGON__MAINNET -> listOf(
"bor_getAuthor",
"bor_getCurrentValidators",
"bor_getCurrentProposer",

View File

@@ -27,7 +27,6 @@ class EthereumLowerBoundStateDetector(
"is not available, lowest height is", // kava, cronos
"State already discarded for", // moonriver, moonbeam
"your node is running with state pruning", // fuse
"Max height of block allowed", // mumbai
"failed to compute tipset state", // filecoin-calibration
"bad tipset height", // filecoin-calibration
"body not found for block",