Skip to content

Update Mars Credit (110110): RPC, explorer, features#8103

Closed
lifeofjer wants to merge 1 commit intoethereum-lists:masterfrom
lifeofjer:add-mars-credit-chain
Closed

Update Mars Credit (110110): RPC, explorer, features#8103
lifeofjer wants to merge 1 commit intoethereum-lists:masterfrom
lifeofjer:add-mars-credit-chain

Conversation

@lifeofjer
Copy link
Contributor

Summary

Updates the Mars Credit chain definition (chain ID 110110) with current infrastructure:

  • RPC: Replace stale Railway endpoint with production RPC (rpc.marscredit.xyz)
  • Explorer: Add BlockScout block explorer (blockscan.marscredit.xyz, EIP-3091)
  • Features: Declare EIP-155 and EIP-1559 support (London fork active from genesis)
  • Info URL: Update to current domain (marscredit.org)
  • Native currency: Fix display name from "Mars Credit" to "Mars"
  • Cleanup: Remove incorrect slip44: 1 (testnet coin type) and empty redFlags array

Context

Mars Credit is a proof-of-work EVM chain (Geth 1.10.18 fork). The existing listing had outdated RPC endpoints and missing explorer/feature metadata. This PR brings the listing up to date so wallets and dApps can properly discover and interact with the network.

Verification

  • RPC: curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' https://rpc.marscredit.xyz returns 0x1adfe (110110)
  • Explorer: https://blockscan.marscredit.xyz (live BlockScout instance)
  • Website: https://marscredit.org
  • Icon IPFS CID unchanged: bafybeiaqvko45oh3bppsx57i73ajopgm2nsy4v6a22wwrbhbaoe5olwwlm

@github-actions
Copy link

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.

- Replace stale Railway RPC with rpc.marscredit.xyz
- Add BlockScout block explorer (blockscan.marscredit.xyz)
- Declare EIP155 and EIP1559 feature support
- Update infoURL to marscredit.org
- Fix native currency name to "Mars"
- Remove incorrect slip44 testnet value and empty redFlags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant