mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-13 08:50:33 +08:00
style: Update Optimism references (#980)
This updates a few references to highlight the collective Superchain that Base is part of
This commit is contained in:
@@ -14,13 +14,14 @@ keywords:
|
||||
Optimism Superchain,
|
||||
token deployment,
|
||||
add token to Base,
|
||||
Superchain,
|
||||
]
|
||||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||
# The Base Token List
|
||||
|
||||
This page is intended for token issuers who already have an ERC-20 contract deployed on Ethereum and would like to submit their token for bridging between Ethereum and Base. Base uses the [Optimism Superchain token list](https://github.com/ethereum-optimism/ethereum-optimism.github.io) as a reference for tokens that have been deployed on Base.
|
||||
This page is intended for token issuers who already have an ERC-20 contract deployed on Ethereum and would like to submit their token for bridging between Ethereum and Base. Base uses the [Superchain token list](https://github.com/ethereum-optimism/ethereum-optimism.github.io) as a reference for tokens that have been deployed on Base.
|
||||
|
||||
**_Disclaimer: Base does not endorse any of the tokens that are listed in the Github repository and has conducted only preliminary checks, which include automated checks listed_** [**_here_**](https://github.com/ethereum-optimism/ethereum-optimism.github.io)**_._**
|
||||
|
||||
@@ -36,7 +37,7 @@ Select your preferred bridging framework and use it to deploy an ERC-20 for your
|
||||
|
||||
### Step 2: Submit details for your token
|
||||
|
||||
Follow the instructions in the [GitHub repository](https://github.com/ethereum-optimism/ethereum-optimism.github.io) and submit a PR containing the required details for your token. You must specify in your token's data.json file a section for ‘base-sepolia' and/or ‘base’. The change you need to submit is particularly simple if your token has already been added to the Optimism token list. For example, [this PR](https://github.com/ethereum-optimism/ethereum-optimism.github.io/commit/27ab9b2d3388f7feba3a152e0a0748c73d732a68) shows the change required for cbETH, which was already on Optimism's token list and relies on the Base standard bridge.
|
||||
Follow the instructions in the [GitHub repository](https://github.com/ethereum-optimism/ethereum-optimism.github.io) and submit a PR containing the required details for your token. You must specify in your token's data.json file a section for ‘base-sepolia' and/or ‘base’. The change you need to submit is particularly simple if your token has already been added to the Superchain token list. For example, [this PR](https://github.com/ethereum-optimism/ethereum-optimism.github.io/commit/27ab9b2d3388f7feba3a152e0a0748c73d732a68) shows the change required for cbETH, which was already on Optimism's token list and relies on the Base standard bridge.
|
||||
|
||||
### Step 3: Await final approval
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { FeatureCard } from 'apps/web/src/components/Features/FeatureCard';
|
||||
function OpenSourceDescription() {
|
||||
return (
|
||||
<p className="text-md font-sans text-white">
|
||||
Base is built on Optimism’s open-source{' '}
|
||||
Base is built on the Superchain's{' '}
|
||||
<a href="http://optimism.io" target="_blank" rel="noreferrer noopener" className="underline">
|
||||
OP Stack
|
||||
</a>
|
||||
|
||||
@@ -17,9 +17,9 @@ export async function Partnerships() {
|
||||
/>
|
||||
<div className="space-y-12 px-4">
|
||||
<p className="font-display text-sm text-white md:text-lg lg:text-xl">
|
||||
Base is powered by Optimism's OP Stack, making it one of the most secure, scalable
|
||||
EVM L2s out there. The OP Stack is an open-source public good that will serve as the
|
||||
foundation for a “superchain” of L2s that share interoperability, sequencing, and
|
||||
Base is built on the Superchain's OP Stack, making it one of the most secure,
|
||||
scalable EVM L2s out there. The OP Stack is an open-source public good that will serve
|
||||
as the foundation for a “superchain” of L2s that share interoperability, sequencing, and
|
||||
governance.
|
||||
</p>
|
||||
<ButtonWithLinkAndEventLogging
|
||||
|
||||
Reference in New Issue
Block a user