A brief overview how to integrate other chains.
- Add the chain info in
packages/chain/${chains | parachains} - Add the info below the
ParachainId,ChainKey... inindex.ts - Run
pnpm run build
Add a json file in the same format below packages/token-lists/lists and export it in index.ts
EVM base - The wagmi package does most of the basic operations, just update the contract address, etc.
Substrate base - The polkadot package does most of the basic operations, you need to implement special operations based on different chains, like packages/parachains-impl/bifrost
We have a GraphQL Service as the index of data below pacakges/graph-client. These are examples of different chains
- token icons
- chain icons
- localstorage