Commit d1f9098f authored by Kelvin Fichter's avatar Kelvin Fichter

maint(ct): remove deprecated deployments

Removes deprecated contract deployments to avoid confusing users who are
looking at these deployment folders. Also updates the markdown
generation script to remove an incorrect notice for Goerli.
parent 45a0a703
---
'@eth-optimism/sdk': minor
'@eth-optimism/contracts': patch
---
Removes support for Kovan
# Optimism Deployments
- [Optimism (mainnet)](./mainnet#readme)
- [Optimism Kovan (public testnet)](./kovan#readme)
- [Optimism Goerli (internal devnet)](./goerli#readme)
- [Optimism Goerli (public testnet)](./goerli#readme)
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
# Optimism Goerli (internal devnet)
## Notice
Optimism Goerli is an internal Optimism development network. You're probably looking for [Optimism Kovan](../kovan#readme), the public Optimism testnet.
# Optimism Goerli (public testnet)
## Network Info
- **Chain ID**: 420
- **Public RPC**: https://goerli.optimism.io
- **Block Explorer**: https://goerli-optimism.etherscan.io/
## Layer 1 Contracts
<table>
<tr>
......@@ -114,7 +114,9 @@ StateCommitmentChain
OVM_L2ToL1MessagePasser
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000000">
<code>0x4200000000000000000000000000000000000000</code>
</a>
</td>
</tr>
<tr>
......@@ -122,7 +124,9 @@ OVM_L2ToL1MessagePasser
OVM_DeployerWhitelist
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000002">
<code>0x4200000000000000000000000000000000000002</code>
</a>
</td>
</tr>
<tr>
......@@ -130,7 +134,9 @@ OVM_DeployerWhitelist
L2CrossDomainMessenger
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000007">
<code>0x4200000000000000000000000000000000000007</code>
</a>
</td>
</tr>
<tr>
......@@ -138,7 +144,9 @@ L2CrossDomainMessenger
OVM_GasPriceOracle
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x420000000000000000000000000000000000000F">
<code>0x420000000000000000000000000000000000000F</code>
</a>
</td>
</tr>
<tr>
......@@ -146,7 +154,9 @@ OVM_GasPriceOracle
L2StandardBridge
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000010">
<code>0x4200000000000000000000000000000000000010</code>
</a>
</td>
</tr>
<tr>
......@@ -154,7 +164,9 @@ L2StandardBridge
OVM_SequencerFeeVault
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000011">
<code>0x4200000000000000000000000000000000000011</code>
</a>
</td>
</tr>
<tr>
......@@ -162,7 +174,9 @@ OVM_SequencerFeeVault
L2StandardTokenFactory
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000012">
<code>0x4200000000000000000000000000000000000012</code>
</a>
</td>
</tr>
<tr>
......@@ -170,7 +184,9 @@ L2StandardTokenFactory
OVM_L1BlockNumber
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000013">
<code>0x4200000000000000000000000000000000000013</code>
</a>
</td>
</tr>
<tr>
......@@ -178,7 +194,9 @@ OVM_L1BlockNumber
OVM_ETH
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000">
<code>0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000</code>
</a>
</td>
</tr>
<tr>
......@@ -186,7 +204,10 @@ OVM_ETH
WETH9
</td>
<td align="center">
<a href="https://goerli-optimism.etherscan.io//address/0x4200000000000000000000000000000000000006">
<code>0x4200000000000000000000000000000000000006</code>
</a>
</td>
</tr>
</table>
This diff is collapsed.
# Optimism Kovan (public testnet)
## Network Info
- **Chain ID**: 69
- **Public RPC**: https://kovan.optimism.io
- **Block Explorer**: https://kovan-optimistic.etherscan.io
## Layer 1 Contracts
<table>
<tr>
<th>
<img width="506px" height="0px" />
<p><small>Contract</small></p>
</th>
<th>
<img width="506px" height="0px" />
<p><small>Address</small></p>
</th>
</tr>
<tr>
<td>
BondManager
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0xc5a603d273E28185c18Ba4d26A0024B2d2F42740">
<code>0xc5a603d273E28185c18Ba4d26A0024B2d2F42740</code>
</a>
</td>
</tr>
<tr>
<td>
CanonicalTransactionChain
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0xf7B88A133202d41Fe5E2Ab22e6309a1A4D50AF74">
<code>0xf7B88A133202d41Fe5E2Ab22e6309a1A4D50AF74</code>
</a>
</td>
</tr>
<tr>
<td>
ChainStorageContainer-CTC-batches
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0x1d6d23989ba6a6e915F0e35BBc574E914d4ed092">
<code>0x1d6d23989ba6a6e915F0e35BBc574E914d4ed092</code>
</a>
</td>
</tr>
<tr>
<td>
ChainStorageContainer-SCC-batches
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0x122208Aa20237FB4c655a9eF02685F7255DF33E8">
<code>0x122208Aa20237FB4c655a9eF02685F7255DF33E8</code>
</a>
</td>
</tr>
<tr>
<td>
Lib_AddressManager
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0x100Dd3b414Df5BbA2B542864fF94aF8024aFdf3a">
<code>0x100Dd3b414Df5BbA2B542864fF94aF8024aFdf3a</code>
</a>
</td>
</tr>
<tr>
<td>
Proxy__OVM_L1CrossDomainMessenger
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0x4361d0F75A0186C05f971c566dC6bEa5957483fD">
<code>0x4361d0F75A0186C05f971c566dC6bEa5957483fD</code>
</a>
</td>
</tr>
<tr>
<td>
Proxy__OVM_L1StandardBridge
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0x22F24361D548e5FaAfb36d1437839f080363982B">
<code>0x22F24361D548e5FaAfb36d1437839f080363982B</code>
</a>
</td>
</tr>
<tr>
<td>
StateCommitmentChain
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0xD7754711773489F31A0602635f3F167826ce53C5">
<code>0xD7754711773489F31A0602635f3F167826ce53C5</code>
</a>
</td>
</tr>
<tr>
<td>
TeleportrDeposit
</td>
<td align="center">
<a href="https://kovan.etherscan.io/address/0x4821975ca220601c153d02353300d6ad34adc362">
<code>0x4821975ca220601c153d02353300d6ad34adc362</code>
</a>
</td>
</tr>
</table>
## Layer 2 Contracts
<table>
<tr>
<th>
<img width="506px" height="0px" />
<p><small>Contract</small></p>
</th>
<th>
<img width="506px" height="0px" />
<p><small>Address</small></p>
</th>
</tr>
<tr>
<td>
OVM_L2ToL1MessagePasser
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000000">
<code>0x4200000000000000000000000000000000000000</code>
</a>
</td>
</tr>
<tr>
<td>
OVM_DeployerWhitelist
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000002">
<code>0x4200000000000000000000000000000000000002</code>
</a>
</td>
</tr>
<tr>
<td>
L2CrossDomainMessenger
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000007">
<code>0x4200000000000000000000000000000000000007</code>
</a>
</td>
</tr>
<tr>
<td>
OVM_GasPriceOracle
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x420000000000000000000000000000000000000F">
<code>0x420000000000000000000000000000000000000F</code>
</a>
</td>
</tr>
<tr>
<td>
L2StandardBridge
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000010">
<code>0x4200000000000000000000000000000000000010</code>
</a>
</td>
</tr>
<tr>
<td>
OVM_SequencerFeeVault
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000011">
<code>0x4200000000000000000000000000000000000011</code>
</a>
</td>
</tr>
<tr>
<td>
L2StandardTokenFactory
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000012">
<code>0x4200000000000000000000000000000000000012</code>
</a>
</td>
</tr>
<tr>
<td>
OVM_L1BlockNumber
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000013">
<code>0x4200000000000000000000000000000000000013</code>
</a>
</td>
</tr>
<tr>
<td>
OVM_ETH
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000">
<code>0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000</code>
</a>
</td>
</tr>
<tr>
<td>
WETH9
</td>
<td align="center">
<a href="https://kovan-optimistic.etherscan.io/address/0x4200000000000000000000000000000000000006">
<code>0x4200000000000000000000000000000000000006</code>
</a>
</td>
</tr>
</table>
......@@ -15,7 +15,6 @@ import { IBridgeAdapter } from './bridge-adapter'
export enum L1ChainID {
MAINNET = 1,
GOERLI = 5,
KOVAN = 42,
HARDHAT_LOCAL = 31337,
BEDROCK_LOCAL_DEVNET = 900,
}
......@@ -26,7 +25,6 @@ export enum L1ChainID {
export enum L2ChainID {
OPTIMISM = 10,
OPTIMISM_GOERLI = 420,
OPTIMISM_KOVAN = 69,
OPTIMISM_HARDHAT_LOCAL = 31337,
OPTIMISM_HARDHAT_DEVNET = 17,
OPTIMISM_BEDROCK_LOCAL_DEVNET = 901,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment