Skip to content

Commit

Permalink
Remove unnecessary line break (matter-labs#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio <[email protected]>
  • Loading branch information
lgingerich and uF4No authored Oct 30, 2022
1 parent 2f8179d commit cb0d730
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/dev/developer-guides/contracts/contracts.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Contract deployment

To maintain the same security as in L1, the zkSync operator must publish on the Ethereum chain the contract code for each contract it deploys. However, if there are multiple

contracts deployed with the same code, it will only publish it once.
To maintain the same security as in L1, the zkSync operator must publish on the Ethereum chain the contract code for each contract it deploys. However, if there are multiple contracts deployed with the same code, it will only publish it once.

While deploying contracts for the first time may be relatively expensive, factories, which deploy contracts with the same code multiple times, can have huge savings compared to L1.

Expand Down

0 comments on commit cb0d730

Please sign in to comment.