storj / crypto-batch-payment

A high volume ERC20 token payment application.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Paymaster support for Zksync2 #4

Closed elek closed 1 year ago

elek commented 1 year ago
  1. This patch introduces new parameters to fill paymater address (and payload) for ZkSync Era transations. The encoding of the payload is not yet calculated, an ABI encoded HEX is expected (sg. which can be improved later)
  2. Second patch also fixes the Zksync2 ERC-20 transactions as the to address was wrong (important fix)