The Superchain token list is a list of tokens managed by the maintainers of this repo that have been deployed on Superchains including the OP Mainnet and Base. It serves as a source of truth for services such as the Optimism bridge UI.
It is worth noting that the Superchain Token List makes a distinction between token deployment / bridging and list curation. Tokens can be deployed / bridged in a permissionless manner, anyone can deploy / bridge a token on the Superchain.
Please note that by adding a token to the list we aren’t making any claims about the token itself; tokens are not reviewed for their quality, merits, or soundness as investments.
- Follow the instructions below to create a PR that would add your token to the list.
- Wait for a reviewer to kick off the automated checks.
- After the automated checks pass and a reviewer approves the PR, then it will automatically be merged.
Note: The standard bridge does not support certain ERC-20 configurations:
For right now, each OP Chain has their own review process. So, if you are adding tokens across multiple chains, please separate your pull request so that you have one PR for each chain, in order to streamline the review process.
- If you're adding a token to
Base
(e.g.base
[mainnet] orbase-sepolia
[testnet]), instead of using the predeploy token factory on Base, we recommend you use the token factory listed here to avoid having a token address that may conflict with a different token on Optimism. - If you are adding a token to
Zora
: please use thezora
label and add @tbtstl as a reviewer. - If you are adding a token to
Mode
: please use themode
label. - If you are adding a token to
Lisk
(e.g.lisk
[mainnet] orlisk-sepolia
[testnet]): please use thelisk
label and add @shuse2 as a reviewer. - If you are adding a token to
Soneium
(e.g.soneium
[mainnet] orsoneium-minato
[testnet]): please use thesoneium
label.
Our CI performs a series of automated checks on every PR.
These automated checks take place as part of the Validate PR
check.
Some issues raised by CI will trigger an error and must be resolved before your PR will be approved.
These issues are marked below as "auto-reject" issues.
Other issues will surface a warning, and will require a manual review from a reviewer.
These issues are marked below as "requires manual review".
- Given tokens actually exist on all specified chains (auto-reject)
- L1 tokens are verified on Etherscan (auto-reject)
- Description is under 1000 characters (auto-reject)
- Token
name
,symbol
, anddecimals
matches on-chain data (auto-reject)- If
overrides
are used (requires manual review)
- If
- L2 token was deployed by the StandardTokenFactory or is an L2StandardERC20 token that uses the standard L2 bridge address (
0x4200000000000000000000000000000000000010
) (requires manual review) - Ethereum token listed on the CoinGecko Token List(requires manual review)
- Why CoinGecko? CoinGecko's token list updates every hour which means we get token list updates very quickly. CoinGecko also uses an in-depth listing criteria.
If your automated checks failed, you can see the reason for the failure by downloading validation-artifacts.zip
, unzipping it and opening the validation_results.txt
file. To locate the validation-artifacts
follow these steps:
- Click on the
Details
link forValidate PR
check in your PR - Click
Summary
in the left panel - Find the section on the page labeled
Artifacts
and click onvalidation-artifacts
- After download of
validation-artifacts.zip
, unzip it and openvalidation_results.txt
If you make changes and need to run the validation check again, you will need to wait for a reviewer to approve the checks to run again. However, if you do not want to wait for a reviewer to approve the checks to run again to see if the failures have been resolved, you can run the validation checks locally by running:
npx tsx ./bin/cli.ts validate --datadir ./data --tokens <data folder name (e.g. ETH)>