Add XDC Network to Solidity engineer's chain-specific quirks - #609
Merged
msitarzewski merged 1 commit intoJul 7, 2026
Merged
Conversation
XDC Network is an EVM-compatible L1 (XDPoS consensus) worth knowing alongside Arbitrum/Optimism/Base/Polygon. It supports EIP-1559 on both mainnet and the Apothem testnet, so it behaves as a standard EVM target for gas estimation and tooling.
AnilChinchawale
force-pushed
the
feat/add-xdc-chain-quirks
branch
from
June 23, 2026 02:46
61e1eb6 to
e807d71
Compare
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.
Summary
Adds XDC Network to the chain-specific-quirks knowledge list in
engineering/engineering-solidity-smart-contract-engineer.md.XDC is an EVM-compatible L1 (XDPoS 2.0 consensus, chain IDs 50 mainnet / 51 Apothem) worth listing alongside Arbitrum/Optimism/Base/Polygon. It supports EIP-1559 on both mainnet and the Apothem testnet (verified on-chain: blocks carry
baseFeePerGas, andeth_feeHistory/eth_maxPriorityFeePerGasare served), so it behaves as a standard EVM target for gas estimation and tooling.Change
One line (L479) — XDC added to the enumerated chain list, consistent with the existing entries:
Scoped intentionally to the one place the file enumerates specific chains; the rest of the doc is correctly chain-agnostic.