Skip to content

Commit

Permalink
README: Add additional DRIs for Base (#798)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
wbnns and mergify[bot] authored Apr 19, 2024
1 parent 4a4b2ba commit 2ec7824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Please note that by adding a token to the list we aren’t making any claims abo

### Specifying chains
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 are adding a token to a `Base` chain (e.g. `base` [mainnet] or `base-sepolia` [testnet]) please add [@cfluke-cb](https://github.com/cfluke-cb) as a reviewer as they are the point of contact for `Base` tokens and must approve all `Base` tokens before they are merged.
- Instead of using the predeploy token factory on Base, we recommend you use the token factory [listed here](https://docs.base.org/base-contracts/#l2-contract-addresses) for the time being to avoid having a token address that may conflict with a different token on Optimism.
- If you're adding a token to `Base` (e.g. `base` [mainnet] or `base-sepolia` [testnet]) please tag [@cfluke-cb](https://github.com/cfluke-cb), [taycaldwell](https://github.com/taycaldwell) and [wbnns](https://github.com/wbnns) in the PR message. They are the points of contact for `Base` tokens and one of them must ACK/approve in order to be merged.
- **Note:** Instead of using the predeploy token factory on Base, we recommend you use the token factory [listed here](https://docs.base.org/base-contracts/#l2-contract-addresses) 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 the [`zora` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/zora) and add [@tbtstl](https://github.com/tbtstl) as a reviewer.
- If you are adding a token to `Mode`: please use the [`mode` label](https://github.com/ethereum-optimism/ethereum-optimism.github.io/labels/mode).

Expand Down

0 comments on commit 2ec7824

Please sign in to comment.