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

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @layerzerolabs/lz-aptos-sdk-v1
2
2
 
3
+ ## 2.3.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 92a9a2e: upgrade solana mainnet executor/uln
8
+ - Updated dependencies [92a9a2e]
9
+ - @layerzerolabs/lz-definitions@2.3.26
10
+
11
+ ## 2.3.25
12
+
13
+ ### Patch Changes
14
+
15
+ - 003371b: endpoints, including flare mainnet
16
+ - 003371b: testnet endpoints
17
+ - Updated dependencies [003371b]
18
+ - Updated dependencies [003371b]
19
+ - @layerzerolabs/lz-definitions@2.3.25
20
+
3
21
  ## 2.3.24
4
22
 
5
23
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -3365,7 +3365,7 @@ var Coin = class {
3365
3365
  };
3366
3366
  } else {
3367
3367
  return {
3368
- function: `0x1::coin::transfer`,
3368
+ function: `0x1::aptos_account::transfer_coins`,
3369
3369
  type_arguments: [this.getCoinType(coin)],
3370
3370
  arguments: [to, amount]
3371
3371
  };