Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 523 Bytes

Tokens.md

File metadata and controls

9 lines (7 loc) · 523 Bytes

Tokens management

All the tokens are in /packages/tokens/src/[chainId].ts. They are instances of the Token class defined in the SDK. Before adding a new farm or pool you need to make sure the Tokens are in this file. To add a Token to the exchange lists:

  • For the default list: /config/constant/tokenLists/pancake-default.tokenlist.json
  • For other lists, check the token-lists project in the pancake-toolkit repo
  • To blacklist a token: /config/constant/tokenListspancake-unsupported.tokenlist.json