Skip to content

Aminzarbani/polygon-token-list

 
 

Repository files navigation

Tokenlists

This repo contains lists of tokens mapped to the Polygon chains that may be used in certain interfaces.

Different Token Lists in JSON

The JSON schema for the tokens includes: chainId, name, address, decimals, symbol, logoURI (optional), tags (optional), and custom extensions metadata.

  1. Mapped Tokens Contains tokens that are mapped to Polygon bridges. Anyone can propose updates to this list.

  2. Popular Tokens Contains the top 100 most used tokens on the mainnet chains.

  3. Mapped Tokens Testnet ontains tokens that are mapped to Polygon bridges on testnet chains. Anyone can propose updates to this list.

  4. Popular Tokens Testnet Contains the most used tokens on the testnet chains.

Updating a token

  1. Fork the repository

  2. Update the token in the token array of src/tokens/mapped.json for mainnet or src/tokens/mappedTestnet.json for testnet

    Please make sure that the updated token do not disturb the schema.

    Tags

    1. lxly: Tokens that are bridged using the LxLy bridge (Agg Layer v1)

    2. pos: Tokens that are bridged using the PoS bridge

    3. plasma: Tokens that are bridged using the PLASMA bridge

    4. fx: Tokens that are bridged using the FX

    5. customBridge: Token mapped through custom bridges

    6. zkevmMessageBridge: Token mapped through zkevmMessageBridge bridge

    7. customFx: Token mapped through customFx bridge

    8. erc20: Token of ERC20 token type

    9. governanceToken: Governance token of the chain

    10. nativeToken: Native token of the chain

    11. customWithdrawEventSig: The token has its custom withdraw event signature and does not depend on the transfer event signature while verifing withdrawals

    12. noDeposit: Token not eligible for deposits

    13. noWithdraw: Token not eligible for withdrawals on PoS bridges

  3. Run linter and fix the issues if any

    npm run lint
    npm run lint:fix
  4. Make sure that the tests are passing and the tokenlist builds

    npm run test
    npm run build

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • Dockerfile 3.9%