@layerzerolabs/lz-aptos-sdk-v1 2.3.24 → 2.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3338,7 +3338,7 @@ var Coin = class {
3338
3338
  };
3339
3339
  } else {
3340
3340
  return {
3341
- function: `0x1::coin::transfer`,
3341
+ function: `0x1::aptos_account::transfer_coins`,
3342
3342
  type_arguments: [this.getCoinType(coin)],
3343
3343
  arguments: [to, amount]
3344
3344
  };