update MemeCore Mainnet (chainId 4352)#8443
Open
tech-memecore wants to merge 1 commit into
Open
Conversation
Bring the MemeCore mainnet entry in line with the Insectarium testnet (chainId 43522) entry, using values verified against the live mainnet RPC (eth_chainId returns 0x1100, client Gmeme/v1.15.3). - Add EIP4844 and EIP7702 to features: the latest block header carries blobGasUsed/excessBlobGas (Cancun) and requestsHash (Prague), so both forks are active on-chain. - Remove the OKX explorer entry, which 301-redirects to a 404. - Rename the Blockscout explorer from "MemeCore explorer" to "Blockscout" and set the title to "MemeCore Mainnet".
|
You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bring the MemeCore mainnet entry in line with the Insectarium testnet (chainId 43522) entry, using values verified against the live mainnet RPC (eth_chainId returns 0x1100, client Gmeme/v1.15.3).