storj / crypto-batch-payment

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

Add support for zkSync 2.0 to the crypto-batch-payment tool #1

Closed iglesiasbrandon closed 4 months ago

iglesiasbrandon commented 1 year ago

Describe the feature or problem you'd like to solve

crypto batch payment tool only supports zkSync 1.0 at the moment; 2.0 is getting released in the next 30-90 days, so we need to add support for 2.0 into the tool so that we can start to utilize it when it's in production for our node operator payments.

Acceptance Criteria

Notes

iglesiasbrandon commented 1 year ago

From @elek, currently blocked by https://github.com/zksync-sdk/zksync2-go/issues/3

elek commented 1 year ago

https://github.com/storj/crypto-batch-payment/pull/2

shaupt131 commented 1 year ago

Do we still need a follow-up ticket to check the number of confirmations after a transaction?

elek commented 1 year ago

Do we still need a follow-up ticket to check the number of confirmations after a transaction?

Yep. But it's not ZkSync specific (we neither do any check for Ethereum). And based on my understanding it's not so urgent...