Skip to content

Commit 6ffca86

Browse files
fix: Description of the deployment process on Ethereum (#219)
Hey 👋 I'm changing the description of the deployment process on Ethereum. To verify my claims run: ```shell cast tx 0x21dfeea6c82d47203f91aba30af5e5ef3d623aa8206596fbd8c466a5b1586f02 --json | jq .to ``` Or choose any other deployment tx.
1 parent e475df2 commit 6ffca86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/00.build/65.developer-reference/30.ethereum-differences/60.contract-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ through EIP712 transactions, with the `factory_deps` field containing the byteco
2222

2323
**How deploying contracts works on Ethereum.**
2424

25-
To deploy a contract on Ethereum, a user sends a transaction to the zero address
26-
(`0x000...000`) with the `data` field of the transaction equal to the contract
27-
bytecode concatenated with the constructor parameters.
25+
To deploy a contract on Ethereum, a user sends a transaction with the empty `to` field
26+
and with the `data` field of the transaction equal to the contract creation bytecode
27+
concatenated with the constructor parameters.
2828

2929
**How deploying contracts works on ZKsync.**
3030

0 commit comments

Comments
 (0)