Skip to content

Commit

Permalink
Add sepolia network information (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Oct 10, 2023
1 parent cf0c6af commit 5cd3052
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 24 deletions.
37 changes: 32 additions & 5 deletions apps/base-docs/docs/building-with-base/base-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ slug: /base-contracts
| BaseFeeVault | [0x4200000000000000000000000000000000000019](https://basescan.org/address/0x4200000000000000000000000000000000000019) |
| L1FeeVault | [0x420000000000000000000000000000000000001a](https://basescan.org/address/0x420000000000000000000000000000000000001a) |

### Base Testnet (Goerli)
### Base Testnet (Goerli + Sepolia)

| Name | Address |
| :---------------------------- | :--------------------------------------------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -86,14 +86,28 @@ Certain contracts are mandatory according to the [OP Stack SDK](https://stack.op
| SystemConfig | [0xb15eea247eCE011C68a614e4a77AD648ff495bc1](https://goerli.etherscan.io/address/0xb15eea247eCE011C68a614e4a77AD648ff495bc1) |
| SystemDictator | [0x3A2b271C49e673DEF1561c7fF159b99a7c5801b8](https://goerli.etherscan.io/address/0x3A2b271C49e673DEF1561c7fF159b99a7c5801b8) |

### Ethereum Testnet (Sepolia)

| Name | Address |
| :--------------------------- |:------------------------------------------------------------------------------------------------------------------------------|
| AddressManager | [0x709c2B8ef4A9feFc629A8a2C1AF424Dc5BD6ad1B](https://sepolia.etherscan.io/address/0x709c2B8ef4A9feFc629A8a2C1AF424Dc5BD6ad1B) |
| L1CrossDomainMessenger | [0xC34855F4De64F1840e5686e64278da901e261f20](https://sepolia.etherscan.io/address/0xC34855F4De64F1840e5686e64278da901e261f20) |
| L1ERC721Bridge | [0x21eFD066e581FA55Ef105170Cc04d74386a09190](https://sepolia.etherscan.io/address/0x21eFD066e581FA55Ef105170Cc04d74386a09190) |
| L1StandardBridge | [0xfd0Bf71F60660E2f608ed56e1659C450eB113120](https://sepolia.etherscan.io/address/0xfd0Bf71F60660E2f608ed56e1659C450eB113120) |
| L2OutputOracle | [0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254](https://sepolia.etherscan.io/address/0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254) |
| OptimismMintableERC20Factory | [0xb1efB9650aD6d0CC1ed3Ac4a0B7f1D5732696D37](https://sepolia.etherscan.io/address/0xb1efB9650aD6d0CC1ed3Ac4a0B7f1D5732696D37) |
| OptimismPortal | [0x49f53e41452C74589E85cA1677426Ba426459e85](https://sepolia.etherscan.io/address/0x49f53e41452C74589E85cA1677426Ba426459e85) |
| ProxyAdmin | [0x0389E59Aa0a41E4A413Ae70f0008e76CAA34b1F3](https://sepolia.etherscan.io/address/0x0389E59Aa0a41E4A413Ae70f0008e76CAA34b1F3) |
| SystemConfig | [0xf272670eb55e895584501d564AfEB048bEd26194](https://sepolia.etherscan.io/address/0xf272670eb55e895584501d564AfEB048bEd26194) |

## Base Admin Addresses

### Base Mainnet

| Admin Role | Address | Type of Key |
| :------------------------------- | :-------------------------------------------------------------------------------------------------------------------- | :---------------------------------------- |
| :------------------------------- | :-------------------------------------------------------------------------------------------------------------------- |:------------------------------------------|
| Batch Sender | [0x5050f69a9786f081509234f1a7f4684b5e5b76c9](https://etherscan.io/address/0x5050f69a9786f081509234f1a7f4684b5e5b76c9) | EOA managed by Coinbase Technologies |
| Batch Inbox | [0xff00000000000000000000000000000000008453](https://etherscan.io/address/0xff00000000000000000000000000000000008453) | Smart Contract |
| Batch Inbox | [0xff00000000000000000000000000000000008453](https://etherscan.io/address/0xff00000000000000000000000000000000008453) | EOA (with no known private key) |
| Output Proposer | [0x642229f238fb9de03374be34b0ed8d9de80752c5](https://etherscan.io/address/0x642229f238fb9de03374be34b0ed8d9de80752c5) | EOA managed by Coinbase Technologies |
| Proxy Admin Owner (L1) | [0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c](https://etherscan.io/address/0x7bB41C3008B3f03FE483B28b8DB90e19Cf07595c) | 2-of-2 Nested Gnosis Safe (signers below) |
| L1 Nested Safe Signer (Coinbase) | [0x9855054731540A48b28990B63DcF4f33d8AE46A1](https://etherscan.io/address/0x9855054731540A48b28990B63DcF4f33d8AE46A1) | Gnosis Safe |
Expand All @@ -108,9 +122,9 @@ Certain contracts are mandatory according to the [OP Stack SDK](https://stack.op
### Base Testnet (Goerli)

| Admin Role | Address | Type of Key |
| :---------------------- | :--------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------- |
| :---------------------- | :--------------------------------------------------------------------------------------------------------------------------- |:------------------------------------------|
| Batch Sender | [0x73b4168cc87f35cc239200a20eb841cded23493b](https://goerli.etherscan.io/address/0x73b4168cc87f35cc239200a20eb841cded23493b) | EOA managed by Coinbase Technologies |
| Batch Inbox | [0x8453100000000000000000000000000000000000](https://goerli.etherscan.io/address/0x8453100000000000000000000000000000000000) | Smart Contract |
| Batch Inbox | [0x8453100000000000000000000000000000000000](https://goerli.etherscan.io/address/0x8453100000000000000000000000000000000000) | EOA (with no known private key) |
| Output Proposer | [0x4f28beb40635093b72def43d0ad801cdd8e0e6fe](https://goerli.etherscan.io/address/0x4f28beb40635093b72def43d0ad801cdd8e0e6fe) | EOA managed by Coinbase Technologies |
| Proxy Admin Owner (L1) | [0x444b8C3E4eA49cE15A93D96AfA83D421F6049524](https://goerli.etherscan.io/address/0x444b8C3E4eA49cE15A93D96AfA83D421F6049524) | 2-of-2 Nested Gnosis Safe (signers below) |
| L1 Nested Safe Signer 1 | [0x4C35Ca57616E0d5fD808574772f632D8dA4eadCa](https://goerli.etherscan.io/address/0x4C35Ca57616E0d5fD808574772f632D8dA4eadCa) | Gnosis Safe |
Expand All @@ -121,3 +135,16 @@ Certain contracts are mandatory according to the [OP Stack SDK](https://stack.op
| Challenger | [0xf30b40411c4d76228092E7eCdc1593c996b13D22](https://goerli.etherscan.io/address/0xf30b40411c4d76228092E7eCdc1593c996b13D22) | 1-of-2 Smart contract |
| System config owner | [0x4C35Ca57616E0d5fD808574772f632D8dA4eadCa](https://goerli.etherscan.io/address/0x4C35Ca57616E0d5fD808574772f632D8dA4eadCa) | Gnosis Safe |
| Guardian | [0x4C35Ca57616E0d5fD808574772f632D8dA4eadCa](https://goerli.etherscan.io/address/0x4C35Ca57616E0d5fD808574772f632D8dA4eadCa) | Gnosis Safe |

### Base Testnet (Sepolia)

| Admin Role | Address | Type of Key |
| :---------------------- |:-----------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------|
| Batch Sender | [0x6CDEbe940BC0F26850285cacA097C11c33103E47](https://sepolia.etherscan.io/address/0x6CDEbe940BC0F26850285cacA097C11c33103E47) | EOA managed by Coinbase Technologies |
| Batch Inbox | [0xff00000000000000000000000000000000084532](https://sepolia.etherscan.io/address/0xff00000000000000000000000000000000084532) | EOA (with no known private key) |
| Output Proposer | [0x20044a0d104E9e788A0C984A2B7eAe615afD046b](https://sepolia.etherscan.io/address/0x20044a0d104E9e788A0C984A2B7eAe615afD046b) | EOA managed by Coinbase Technologies |
| Proxy Admin Owner (L1) | [0x608081689Fe46936fB2fBDF7552CbB1D80ad4822](https://sepolia.etherscan.io/address/0x608081689Fe46936fB2fBDF7552CbB1D80ad4822) | EOA managed by Coinbase Technologies |
| Proxy Admin Owner (L2) | [0x608081689Fe46936fB2fBDF7552CbB1D80ad4822](https://sepolia-explorer.base.org/address/0x608081689Fe46936fB2fBDF7552CbB1D80ad4822) | EOA managed by Coinbase Technologies |
| Challenger | [0xDa3037Ff70Ac92CD867c683BD807e5A484857405](https://sepolia.etherscan.io/address/0xDa3037Ff70Ac92CD867c683BD807e5A484857405) | EOA managed by Coinbase Technologies |
| System config owner | [0x608081689Fe46936fB2fBDF7552CbB1D80ad4822](https://sepolia.etherscan.io/address/0x608081689Fe46936fB2fBDF7552CbB1D80ad4822) | EOA managed by Coinbase Technologies |
| Guardian | [0xA9FF930151130fd19DA1F03E5077AFB7C78F8503](https://sepolia.etherscan.io/address/0xA9FF930151130fd19DA1F03E5077AFB7C78F8503) | EOA managed by Coinbase Technologies |
19 changes: 16 additions & 3 deletions apps/base-docs/docs/building-with-base/network-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,32 @@ slug: /network-information

---

#### Base Testnet
#### Base Testnet (Goerli)

| Name | Value |
| :-------------- | :---------------------------------------------------------------------------------------------------- |
| :-------------- |:------------------------------------------------------------------------------------------------------|
| Network Name | Base Goerli |
| Description | The public testnet for Base. |
| Description | A public testnet for Base. |
| RPC Endpoint | [https://goerli.base.org](https://goerli.base.org)<br/>_Rate limited and not for production systems._ |
| Chain ID | 84531 |
| Currency Symbol | ETH |
| Block Explorer | [https://goerli.basescan.org](https://goerli.basescan.org) |

---

#### Base Testnet (Sepolia)

| Name | Value |
| :-------------- |:--------------------------------------------------------------------------------------------------------|
| Network Name | Base Sepolia |
| Description | A public testnet for Base. |
| RPC Endpoint | [https://sepolia.base.org](https://sepolia.base.org)<br/>_Rate limited and not for production systems._ |
| Chain ID | 84532 |
| Currency Symbol | ETH |
| Block Explorer | [https://sepolia-explorer.base.org](https://sepolia-explorer.base.org) |

---

:::info
L1 & L2 protocol and network-related smart contract deployments can be found on the [Base Contracts](/base-contracts) page.
:::
Expand Down
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Tokens
slug: /tokens/list
---

# The Base Goerli & Mainnet Token List
# 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 and Base Mainnet to Base Bridge and other bridges. 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.

Expand Down
30 changes: 15 additions & 15 deletions apps/base-docs/docs/using-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,41 +56,41 @@ You should now be able to connect to the Base by selecting it from the network s

#### Coinbase Wallet browser extension provides support for Base Goerli testnet by default.

To use Base Goerli with Coinbase Wallet:
To use Base Goerli / Base Sepolia with Coinbase Wallet:

1. Open the Coinbase Wallet browser extension and log in to your account.
2. Connect to an app using Coinbase Wallet.
3. Open the network selection menu by clicking the network icon in the upper right-hand corner.
4. Click the **More networks** button.
5. Navigate to the **Testnets** tab.
6. Select **Base Goerli**.
6. Select **Base Goerli** or **Base Sepolia**.

Your active network should now be switched to Base Goerli.
Your active network should now be switched to Base testnet.

#### Other wallets

Base Goerli can be added as a custom network to any EVM-compatible wallet (i.e. [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)).
Base Goerli or Base Sepolia can be added as a custom network to any EVM-compatible wallet (i.e. [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)).

#### MetaMask

To add Base Goerli as a custom network to MetaMask:
To add Base Goerli or Base Sepolia as a custom network to MetaMask:

1. Open the MetaMask browser extension.
2. Open the network selection dropdown menu by clicking the dropdown button at the top of the extension.
3. Click the **Add network** button.
4. Click **Add a network manually**.
5. In the **Add a network manually** dialog that appears, enter the following information for the Base Goerli testnet:
5. In the **Add a network manually** dialog that appears, enter the following information for the Base Goerli / Sepolia testnet:

| Name | Value |
| :-------------- | :---------------------------------------------------------- |
| Network Name | Base Goerli |
| RPC Endpoint | [https://goerli.base.org](https://goerli.base.org) |
| Chain ID | 84531 |
| Currency Symbol | ETH |
| Block Explorer | [https://goerli.basescan.org/](https://goerli.basescan.org) |
| Name | Goerli | Sepolia |
| :-------------- |:------------------------------------------------------------|-------------------------------------------------------------------------|
| Network Name | Base Goerli | Base Sepolia |
| RPC Endpoint | [https://goerli.base.org](https://goerli.base.org) | [https://sepolia.base.org](https://sepolia.base.org) |
| Chain ID | 84531 | 84532 |
| Currency Symbol | ETH | ETH |
| Block Explorer | [https://goerli.basescan.org/](https://goerli.basescan.org) | [https://sepolia-explorer.base.org/](https://sepolia-explorer.base.org) |

6. Tap the Save button to save Base Goerli as a network.
6. Tap the Save button to save Base Goerli / Base Sepolia as a network.

You should now be able to connect to the Base Goerli testnet by selecting it from the network selection dropdown menu.
You should now be able to connect to the Base testnet by selecting it from the network selection dropdown menu.

---

0 comments on commit 5cd3052

Please sign in to comment.