Skip to content

Commit

Permalink
Remove polygon mumbai (#550)
Browse files Browse the repository at this point in the history
* Remove polygon mumbai

* Remove polygon mumbai (#22)

Remove polygon mumbai (#90)

* Remove polygon mumbai

* use reserved
  • Loading branch information
tonatoz authored Aug 19, 2024
1 parent 021add4 commit 2b517ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
2 changes: 1 addition & 1 deletion foundation/src/main/resources/public
Submodule public updated 1 files
+0 −7 chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2b517ef

Please sign in to comment.