Slice-Trade / contracts

Slice smart contracts
0 stars 0 forks source link

feat: one msg per chain #35

Closed lajosdeme closed 5 months ago

lajosdeme commented 5 months ago

In the current smart contract implementation we send one message per underlying asset. This is a legacy solution left over from auto mint, where one message per asset was required because of the swap.

For manual mint we can improve this design by sending only one message per chain, batching all the assets on that chain to a single LayerZero message.

lajosdeme commented 5 months ago

Done #39