Config Provider
A service that provides information about chains and tokens
The Config Provider is our internal service that enables rapid integration of new blockchains.
π§ Why it matters:
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.
βοΈ How it works
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.
π Why Integration is Fast
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.
π Highlights
Network-agnostic integration logic
Supports chain aliases, dynamic RPC switching, and fallbacks
Used at both frontend and backend levels
The list of networks that we currently support
1
Ethereum
Active β
56
BSC
Active β
42161
Arbitrum
Active β
8453
Base
Active β
10
Optimism
Active β
Last updated