This package contains the Synapse Protocol Token and Chain Constants
With Yarn:
yarn add @synapsecns/synapse-constants
The following command will build the package locally
yarn build
Importing supported tokens and chains:
import { BRIDGABLE_TOKENS, CHAINS } from '@synapsecns/synapse-constants'
Importing a specific token:
import { USDC } from '@synapsecns/synapse-constants'
- Instructions on adding new chains
- Instructions on adding new tokens
- Instructions on generating new token route map