We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6350976 commit ca3ac7bCopy full SHA for ca3ac7b
specs/deposits.md
@@ -264,7 +264,7 @@ transaction are determined by the corresponding `TransactionDeposited` event emi
264
- In case of a contract creation (cf. `isCreation`), this address is always zero.
265
3. `mint` is set to the emitted value.
266
4. `value` is set to the emitted value.
267
-5. `gaslimit` is unchanged from the emitted value.
+5. `gaslimit` is unchanged from the emitted value. It must be at least 21000.
268
6. `isCreation` is set to `true` if the transaction is a contract creation, `false` otherwise.
269
7. `data` is unchanged from the emitted value. Depending on the value of `isCreation` it is handled
270
as either calldata or contract initialization code.
0 commit comments