Config Provider
A service that provides information about chains and tokens
Last updated
A service that provides information about chains and tokens
Last updated
The Config Provider is our internal service that enables rapid integration of new blockchains.
It enables rapid onboarding of new networks without touching the core logic. With a declarative approach, the team can add support for new blockchains in hours, not weeks — a key advantage when expanding across ecosystems.
We use automated parsers that fetch metadata from external sources (e.g., block explorers, token lists, RPC registries). These are updated regularly and serve as the foundation for each network config.
When adding a new EVM-compatible (or other) chain:
No custom code is required.
Parsers are already preconfigured.
Only the chain definition needs to be added to the registry.
Uses a declarative config model: adding a new chain only requires defining a config object.
No hardcoded logic — all providers (explorers, tokens, RPCs) are injected via config.
All chain metadata lives in one place, making version control and auditing simple.
Network-agnostic integration logic
Supports chain aliases, dynamic RPC switching, and fallbacks
Used at both frontend and backend levels
1
Ethereum
56
BSC
42161
Arbitrum
8453
Base
10
Optimism
Active
Active
Active
Active
Active