Skip to content

Latest commit

 

History

History

synapse-constants

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Synapse Constants

npm

This package contains the Synapse Protocol Token and Chain Constants

Installation

With Yarn:

yarn add @synapsecns/synapse-constants

Build

The following command will build the package locally

yarn build

Usage

Importing supported tokens and chains:

import { BRIDGABLE_TOKENS, CHAINS } from '@synapsecns/synapse-constants'

Importing a specific token:

import { USDC } from '@synapsecns/synapse-constants'

TODO

  • Instructions on adding new chains
  • Instructions on adding new tokens
  • Instructions on generating new token route map