Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
sbvegan and coderabbitai[bot] authored Sep 26, 2024
1 parent 2db308b commit eb9d990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pages/builders/chain-operators/tools/op-deployer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Callout, Steps } from 'nextra/components'

# Deployer

This page will teach you what the `op-deployer` tool is and how it works on a high level. The purpose of this tool is to simplify the smart contract deployment process and the genesis file creation process for new OP Stack chains. It is similar to [Terrafrom](https://www.terraform.io/) where you can create intent files to describe how you want your chain to be configured.
This page will teach you what the `op-deployer` tool is and how it works on a high level. The purpose of this tool is to simplify the smart contract deployment process and the genesis file creation process for new OP Stack chains. It is similar to [Terraform](https://www.terraform.io/) where you can create intent files to describe how you want your chain to be configured.

## Contract Deployment

Expand Down Expand Up @@ -58,5 +58,5 @@ The `op-deployer` will take the smart contract deployment artifacts and to gener
## Next Steps
* For more details checkout the tool and docs in the [monorepo](https://github.com/ethereum-optimism/optimism/tree/develop/op-chain-ops/cmd/op-deployer)
* For more details on OP Contracts Manger checkout these [opcm docs](/stack/experimental/opcm).
* For more details, check out the tool and documentation in the [op-deployer repository](https://github.com/ethereum-optimism/optimism/tree/develop/op-chain-ops/cmd/op-deployer).
* For more information on OP Contracts Manager, refer to the [OPCM documentation](/stack/experimental/opcm).
2 changes: 1 addition & 1 deletion words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ syncmode
SYNCTARGET
synctarget
syscalls
Terrafrom
Terraform
therealbytes
Thirdweb
threadcreate
Expand Down

0 comments on commit eb9d990

Please sign in to comment.