@layerzerolabs/oft-v2-solana-sdk 3.0.19-movment.1 → 3.0.19

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,15 @@
1
1
  # @layerzerolabs/oft-v2-solana-sdk
2
2
 
3
+ ## 3.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - c81884e: testnets
8
+ - Updated dependencies [c81884e]
9
+ - @layerzerolabs/lz-foundation@3.0.19
10
+ - @layerzerolabs/lz-solana-sdk-v2@3.0.19
11
+ - @layerzerolabs/lz-v2-utilities@3.0.19
12
+
3
13
  ## 3.0.18
4
14
 
5
15
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1833,12 +1833,10 @@ async function quote(rpc, accounts, quoteParams, programs, remainingAccounts) {
1833
1833
  const peerAddr = accounts.peerAddr ?? await accounts_exports.fetchPeerConfig({ rpc }, peer).then((peerInfo) => peerInfo.peerAddress);
1834
1834
  const endpoint = new lzSolanaSdkV2.EndpointProgram.Endpoint(umiWeb3jsAdapters.toWeb3JsPublicKey(programs.endpoint ?? ENDPOINT_PROGRAM_ID));
1835
1835
  const messageLib = await getSendLibraryProgram(connection, endpoint, payer, oftStore, dstEid);
1836
- const SOLANA_EID = 1;
1837
1836
  remainingAccounts = await endpoint.getQuoteIXAccountMetaForCPI(
1838
1837
  connection,
1839
1838
  umiWeb3jsAdapters.toWeb3JsPublicKey(payer),
1840
1839
  {
1841
- srcEid: SOLANA_EID,
1842
1840
  sender: bytes.hexlify(umi.publicKeyBytes(oftStore)),
1843
1841
  dstEid,
1844
1842
  receiver: bytes.hexlify(peerAddr)