Add New Chain
Adding a chain is usually smaller than adding a new platform, but it still affects contract metadata, RPC routing, and historical interpretation.
Steps
- Add chain support in the shared web3 layer.
- Confirm the platform adapter supports the chain's event and contract behavior.
- Add or update contract records for the chain-specific deployment.
- Verify RPC provider coverage and rate-limit expectations.
- Run indexing against the new chain's contract range.
- Validate leaderboard and simulation output using real trader history on that chain.
Watch-outs
- contract addresses differ across chains
- block ranges and deployment timing differ across chains
- the same platform version may still behave differently on another chain
- public RPC reliability can distort indexing behavior