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

ID
Chain
Status
Chain Parser
Token Parser

1

Ethereum

Active βœ…

56

BSC

Active βœ…

42161

Arbitrum

Active βœ…

8453

Base

Active βœ…

10

Optimism

Active βœ…

Last updated