@lombard.finance/sdk-solana 1.1.1 → 1.2.1

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.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index2.cjs");exports.ALREADY_MINTED_TX_HASH=e.ALREADY_MINTED_TX_HASH;exports.BFF_BASE_URL_PROD=e.BFF_BASE_URL_PROD;exports.BFF_BASE_URL_STAGE=e.BFF_BASE_URL_STAGE;exports.BFF_WS_URL_PROD=e.BFF_WS_URL_PROD;exports.BFF_WS_URL_STAGE=e.BFF_WS_URL_STAGE;exports.DEFAULT_COMMITMENT=e.DEFAULT_COMMITMENT;exports.DEFAULT_NETWORK=e.DEFAULT_NETWORK;exports.INVALID_ADDRESS_ERROR=e.INVALID_ADDRESS_ERROR;exports.InjectedWallet=e.InjectedWallet;exports.RPC_URLS=e.RPC_URLS;exports.SolanaNetwork=e.SolanaNetwork;exports.WS_URLS=e.WS_URLS;exports.claimLBTC=e.claimLBTC;exports.getBalance=e.getBalance;exports.getConfig=e.getConfig;exports.getConnection=e.getConnection;exports.getLBTCAddress=e.getLBTCAddress;exports.getLBTCProgramAddress=e.getLBTCProgramAddress;exports.getOftAmountCanBeSent=e.getOftAmountCanBeSent;exports.getRpcUrl=e.getRpcUrl;exports.getSolanaWalletProvider=e.getSolanaWalletProvider;exports.getUnifiedChainId=e.getUnifiedChainId;exports.isWalletAvailable=e.isWalletAvailable;exports.loadBridgeFunctions=e.loadBridgeFunctions;exports.parseOFTRecipient=e.parseOFTRecipient;exports.signLbtcDestinationAddrSolana=e.signLbtcDestinationAddrSolana;exports.signMessage=e.signMessage;exports.signTermsOfService=e.signTermsOfService;exports.solanaModule=e.solanaModule;exports.unstakeLBTC=e.unstakeLBTC;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index2.cjs");exports.ALREADY_MINTED_TX_HASH=e.ALREADY_MINTED_TX_HASH;exports.BFF_BASE_URL_PROD=e.BFF_BASE_URL_PROD;exports.BFF_BASE_URL_STAGE=e.BFF_BASE_URL_STAGE;exports.BFF_WS_URL_PROD=e.BFF_WS_URL_PROD;exports.BFF_WS_URL_STAGE=e.BFF_WS_URL_STAGE;exports.DEFAULT_COMMITMENT=e.DEFAULT_COMMITMENT;exports.DEFAULT_NETWORK=e.DEFAULT_NETWORK;exports.INVALID_ADDRESS_ERROR=e.INVALID_ADDRESS_ERROR;exports.InjectedWallet=e.InjectedWallet;exports.RPC_URLS=e.RPC_URLS;exports.SolanaNetwork=e.SolanaNetwork;exports.WS_URLS=e.WS_URLS;exports.claimLBTC=e.claimLBTC;exports.claimToken=e.claimToken;exports.getBalance=e.getBalance;exports.getConfig=e.getConfig;exports.getConnection=e.getConnection;exports.getLBTCAddress=e.getLBTCAddress;exports.getLBTCProgramAddress=e.getLBTCProgramAddress;exports.getOftAmountCanBeSent=e.getOftAmountCanBeSent;exports.getRpcUrl=e.getRpcUrl;exports.getSolanaWalletProvider=e.getSolanaWalletProvider;exports.getUnifiedChainId=e.getUnifiedChainId;exports.isWalletAvailable=e.isWalletAvailable;exports.loadBridgeFunctions=e.loadBridgeFunctions;exports.parseOFTRecipient=e.parseOFTRecipient;exports.redeemForBtc=e.redeemForBtc;exports.signLbtcDestinationAddrSolana=e.signLbtcDestinationAddrSolana;exports.signMessage=e.signMessage;exports.signTermsOfService=e.signTermsOfService;exports.solanaModule=e.solanaModule;exports.unstakeLBTC=e.unstakeLBTC;
package/dist/index.js CHANGED
@@ -1,33 +1,35 @@
1
- import { A as e, x as t, y as n, z as _, D as i, E as R, F as S, I as l, G as o, R as A, S as g, W as L, H as r, J as T, k as d, c as B, d as E, K as F, L as D, M as c, N as C, O as U, Q as O, X as W, Y as I, Z as M, _ as N, $ as f, a0 as m, a1 as P } from "./index2.js";
1
+ import { A as e, x as t, y as n, z as _, D as i, E as o, F as l, I as R, G as S, R as r, S as A, W as g, H as L, J as T, K as d, k as B, c as F, d as E, L as c, M as D, N as C, O as U, Q as O, X as W, Y as m, Z as I, _ as M, $ as N, a0 as f, a1 as P, a2 as k, a3 as p } from "./index2.js";
2
2
  export {
3
3
  e as ALREADY_MINTED_TX_HASH,
4
4
  t as BFF_BASE_URL_PROD,
5
5
  n as BFF_BASE_URL_STAGE,
6
6
  _ as BFF_WS_URL_PROD,
7
7
  i as BFF_WS_URL_STAGE,
8
- R as DEFAULT_COMMITMENT,
9
- S as DEFAULT_NETWORK,
10
- l as INVALID_ADDRESS_ERROR,
11
- o as InjectedWallet,
12
- A as RPC_URLS,
13
- g as SolanaNetwork,
14
- L as WS_URLS,
15
- r as claimLBTC,
16
- T as getBalance,
17
- d as getConfig,
18
- B as getConnection,
8
+ o as DEFAULT_COMMITMENT,
9
+ l as DEFAULT_NETWORK,
10
+ R as INVALID_ADDRESS_ERROR,
11
+ S as InjectedWallet,
12
+ r as RPC_URLS,
13
+ A as SolanaNetwork,
14
+ g as WS_URLS,
15
+ L as claimLBTC,
16
+ T as claimToken,
17
+ d as getBalance,
18
+ B as getConfig,
19
+ F as getConnection,
19
20
  E as getLBTCAddress,
20
- F as getLBTCProgramAddress,
21
+ c as getLBTCProgramAddress,
21
22
  D as getOftAmountCanBeSent,
22
- c as getRpcUrl,
23
- C as getSolanaWalletProvider,
24
- U as getUnifiedChainId,
25
- O as isWalletAvailable,
26
- W as loadBridgeFunctions,
23
+ C as getRpcUrl,
24
+ U as getSolanaWalletProvider,
25
+ O as getUnifiedChainId,
26
+ W as isWalletAvailable,
27
+ m as loadBridgeFunctions,
27
28
  I as parseOFTRecipient,
28
- M as signLbtcDestinationAddrSolana,
29
- N as signMessage,
30
- f as signTermsOfService,
31
- m as solanaModule,
32
- P as unstakeLBTC
29
+ M as redeemForBtc,
30
+ N as signLbtcDestinationAddrSolana,
31
+ f as signMessage,
32
+ P as signTermsOfService,
33
+ k as solanaModule,
34
+ p as unstakeLBTC
33
35
  };