You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to create a new feature named LockDealMultiProvider. This feature is designed to interact with a list of wallets and providers, alongside their associated data. The majority of the data will remain constant, with variations only in the wallet and amount data.
The main functionality of LockDealMultiProvider is as follows:
Accept and interact with a list of wallets, providers, and their respective data.
Register this data within the system.
Execute a single transfer for the total amount.
The LockDealMultiProvider does not need to directly implement withdrawal and split functionalities. This is because each pool will be accessible to the given provider, which will handle these operations.
This approach aims to improve operations by reducing the number of transfers, thus conserving on transaction costs and increasing efficiency.
Moreover, LockDealMultiProvider should be compatible with other providers like LockDealBundleProvider. Ensure that it can seamlessly integrate and work in harmony with such providers.
Tasks:
Develop LockDealMultiProvider that can accept a list of wallets, providers, and their data.
Create a mechanism within LockDealMultiProvider to register this data.
Enable LockDealMultiProvider to conduct a single transfer for the total amount based on the registered data.
Ensure compatibility of LockDealMultiProvider with other providers such as LockDealBundleProvider.
The goal of this issue is to optimize the handling of multiple wallets and providers in the LockDealNFT project while ensuring broad provider compatibility. Additional details and specifications should be clarified and added as needed.
The text was updated successfully, but these errors were encountered:
Title: Implement LockDealMultiProvider
Description:
We need to create a new feature named
LockDealMultiProvider
. This feature is designed to interact with a list of wallets and providers, alongside their associated data. The majority of the data will remain constant, with variations only in the wallet and amount data.The main functionality of
LockDealMultiProvider
is as follows:The
LockDealMultiProvider
does not need to directly implement withdrawal and split functionalities. This is because each pool will be accessible to the given provider, which will handle these operations.This approach aims to improve operations by reducing the number of transfers, thus conserving on transaction costs and increasing efficiency.
Moreover,
LockDealMultiProvider
should be compatible with other providers likeLockDealBundleProvider
. Ensure that it can seamlessly integrate and work in harmony with such providers.Tasks:
LockDealMultiProvider
that can accept a list of wallets, providers, and their data.LockDealMultiProvider
to register this data.LockDealMultiProvider
to conduct a single transfer for the total amount based on the registered data.LockDealMultiProvider
with other providers such asLockDealBundleProvider
.The goal of this issue is to optimize the handling of multiple wallets and providers in the
LockDealNFT
project while ensuring broad provider compatibility. Additional details and specifications should be clarified and added as needed.The text was updated successfully, but these errors were encountered: