Skip to content

Commit

Permalink
fix: Description of the deployment process on Ethereum (#219)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikitastupin-matterlabs authored Sep 12, 2024
1 parent e475df2 commit 6ffca86
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ through EIP712 transactions, with the `factory_deps` field containing the byteco

**How deploying contracts works on Ethereum.**

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

**How deploying contracts works on ZKsync.**

Expand Down

0 comments on commit 6ffca86

Please sign in to comment.