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
currently there's a many-to-one mapping between assets and the address to which they can be delivered. In my dapp, a user may elect to buy an asset from a given set, but depending the asset AND the network they may need a different delivery address. That is, I'd like to enforce a one-to-one mapping between the asset chosen and its delivery address.
For example, a user owns 0x1 and 0x2 in base. I'd like to force that WETH can only be delivered in 0x1 and USDC can only be delivered in 0x2.
Describe alternatives you've considered.
No response
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
currently there's a many-to-one mapping between assets and the address to which they can be delivered. In my dapp, a user may elect to buy an asset from a given set, but depending the asset AND the network they may need a different delivery address. That is, I'd like to enforce a one-to-one mapping between the asset chosen and its delivery address.
For example, a user owns 0x1 and 0x2 in base. I'd like to force that WETH can only be delivered in 0x1 and USDC can only be delivered in 0x2.
Describe alternatives you've considered.
No response
The text was updated successfully, but these errors were encountered: