EIP-7702 Support: Coming to Luntra Infrastructure
Last updated
TransactionType: 0x04 (EIP-7702)
Fields:
- chain_id: Our rollup's chain identifier
- nonce: Account nonce
- max_priority_fee_per_gas: Priority fee
- max_fee_per_gas: Maximum gas fee
- gas_limit: Gas limit for execution
- to: Target address (can be null for contract creation)
- value: ETH value to transfer
- data: Transaction data
- access_list: EIP-2930 access list
- authorization_list: List of authorization objects
- signature_y_parity, signature_r, signature_s: Transaction signatureAuthorization:
- chain_id: Target chain ID (must match our rollup)
- address: Code address to delegate to
- nonce: Authorizing account's nonce
- y_parity, r, s: Authorization signature