Skip to content

Commit 256d6af

Browse files
committed
addressing review
1 parent dc704de commit 256d6af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pages/builders/chain-operators/deploy/smart-contracts.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Callout } from 'nextra/components'
1010

1111
The following guide shows you how to deploy the OP Stack L1 smart contracts.
1212
The primary development branch is `develop`, however you should only deploy
13-
official contract releases. You can visit the see the [smart contract overview](/stack/protocol/rollup/smart-contracts)
13+
official contract releases. You can visit the see the [smart contract overview](/stack/smart-contracts)
1414
for the official release versions. **Changes to the smart contracts are
1515
generally not considered backwards compatible.**
1616

@@ -74,7 +74,6 @@ DEPLOY_CONFIG_PATH=<PATH_TO_MY_DEPLOY_CONFIG> \
7474

7575
### Deploying a single contract
7676

77-
All functions for deploying a single contract are public, meaning that
7877
All functions for deploying a single contract are public, meaning that
7978
the `--sig` argument to forge script can be used to target the deployment of a
8079
single contract.

pages/builders/chain-operators/management/best-practices.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ After deploying your contracts on Ethereum, you should keep a record of all the
4141
deployment artifacts:
4242

4343
* Contract release tag and commit hash
44+
* Contract deployment configuration file. This is the JSON file you created
45+
and passed to the deployment script when you deployed the contracts.
4446
* Contract deployment directory with smart contract artifacts. This is
4547
created in [packages/contracts-bedrock/deployments](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock/deployments)
4648
* The rollup configuration file that you generated after the contract

0 commit comments

Comments
 (0)