@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/dist/index.mjs CHANGED
@@ -1831,12 +1831,10 @@ async function quote(rpc, accounts, quoteParams, programs, remainingAccounts) {
1831
1831
  const peerAddr = accounts.peerAddr ?? await accounts_exports.fetchPeerConfig({ rpc }, peer).then((peerInfo) => peerInfo.peerAddress);
1832
1832
  const endpoint = new EndpointProgram.Endpoint(toWeb3JsPublicKey(programs.endpoint ?? ENDPOINT_PROGRAM_ID));
1833
1833
  const messageLib = await getSendLibraryProgram(connection, endpoint, payer, oftStore, dstEid);
1834
- const SOLANA_EID = 1;
1835
1834
  remainingAccounts = await endpoint.getQuoteIXAccountMetaForCPI(
1836
1835
  connection,
1837
1836
  toWeb3JsPublicKey(payer),
1838
1837
  {
1839
- srcEid: SOLANA_EID,
1840
1838
  sender: hexlify(publicKeyBytes(oftStore)),
1841
1839
  dstEid,
1842
1840
  receiver: hexlify(peerAddr)