@lombard.finance/sdk 3.6.11 → 3.6.12
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/README.md +14 -2
- package/dist/index.cjs +1 -1
- package/dist/index.js +113 -101
- package/dist/index2.cjs +66 -65
- package/dist/index2.js +25741 -11365
- package/package.json +8 -2
- package/src/api-functions/generateDepositBtcAddress/generateDepositBtcAddress.stories.tsx +10 -2
- package/src/api-functions/generateDepositBtcAddress/generateDepositBtcAddress.ts +1 -1
- package/src/api-functions/get-badges-by-address/get-badges-by-address.ts +12 -0
- package/src/api-functions/get-badges-by-address/index.ts +1 -0
- package/src/api-functions/getDepositBtcAddress/getDepositBtcAddress.ts +1 -1
- package/src/api-functions/getPointsByAddress/getPointsByAddress.ts +35 -22
- package/src/bridge/lib/bridge.ts +17 -4
- package/src/bridge/lib/oft-bridge.ts +4 -0
- package/src/clients/public-client.ts +14 -2
- package/src/clients/rpc-url-config.ts +2 -1
- package/src/common/chains.ts +36 -6
- package/src/index.ts +7 -4
- package/src/stories/components/decorators/wagmi-decorator.tsx +1 -1
- package/src/stories/hooks/useConnection.ts +4 -4
- package/src/tokens/token-addresses.ts +1 -1
- package/src/utils/block.ts +22 -0
package/README.md
CHANGED
|
@@ -420,9 +420,13 @@ The function returns the object of shape:
|
|
|
420
420
|
*/
|
|
421
421
|
okxPoints: number;
|
|
422
422
|
/**
|
|
423
|
-
* The number of points earned by participating in the flash
|
|
423
|
+
* The number of points earned by participating in the first flash event.
|
|
424
424
|
*/
|
|
425
|
-
|
|
425
|
+
flashEvent1Points: number;
|
|
426
|
+
/**
|
|
427
|
+
* The number of points earned by participating in the second flash event.
|
|
428
|
+
*/
|
|
429
|
+
flashEvent2Points: number;
|
|
426
430
|
/**
|
|
427
431
|
* The total number of points.
|
|
428
432
|
*/
|
|
@@ -431,6 +435,14 @@ The function returns the object of shape:
|
|
|
431
435
|
* The breakdown of points earned from each protocol.
|
|
432
436
|
*/
|
|
433
437
|
protocolPointsBreakdown: IProtocolPointsBreakdown;
|
|
438
|
+
/**
|
|
439
|
+
* The amount of LUX points earned from badges.
|
|
440
|
+
*/
|
|
441
|
+
badgesPoints: number;
|
|
442
|
+
/**
|
|
443
|
+
* The total amount of LUX points (without badges points).
|
|
444
|
+
*/
|
|
445
|
+
totalWithoutBadgesPoints: number;
|
|
434
446
|
}
|
|
435
447
|
```
|
|
436
448
|
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index2.cjs");exports.BTC_DECIMALS=e.BTC_DECIMALS;exports.BasculeDepositStatus=e.BasculeDepositStatus;exports.BlockchainIdentifier=e.BlockchainIdentifier;exports.CHAIN_ID_TO_VIEM_CHAIN_MAP=e.CHAIN_ID_TO_VIEM_CHAIN_MAP;exports.ChainId=e.ChainId;exports.ENotarizationStatus=e.ENotarizationStatus;exports.ESessionState=e.ESessionState;exports.Env=e.t;exports.OFT_GAS_LIMIT=e.OFT_GAS_LIMIT;exports.OFT_HI_GAS_LIMIT=e.OFT_HI_GAS_LIMIT;exports.OFT_HI_GAS_LIMIT_CHAINS=e.OFT_HI_GAS_LIMIT_CHAINS;exports.PayoutTxStatus=e.PayoutTxStatus;exports.RATIO_TOKEN_MAP=e.RATIO_TOKEN_MAP;exports.RewardBlockchainType=e.RewardBlockchainType;exports.RewardToken=e.RewardToken;exports.RewardWithdrawalStatus=e.RewardWithdrawalStatus;exports.SANCTIONED_ADDRESS=e.SANCTIONED_ADDRESS;exports.SATOSHI_SCALE=e.SATOSHI_SCALE;exports.SOLANA_DEVNET_CHAIN=e.SOLANA_DEVNET_CHAIN;exports.SOLANA_MAINNET_CHAIN=e.SOLANA_MAINNET_CHAIN;exports.SOLANA_TESTNET_CHAIN=e.SOLANA_TESTNET_CHAIN;exports.SOLANA_TOKEN_ADDRESSES=e.SOLANA_TOKEN_ADDRESSES;exports.SUI_DEVNET_CHAIN=e.SUI_DEVNET_CHAIN;exports.SUI_LOCALNET_CHAIN=e.SUI_LOCALNET_CHAIN;exports.SUI_MAINNET_CHAIN=e.SUI_MAINNET_CHAIN;exports.SUI_TESTNET_CHAIN=e.SUI_TESTNET_CHAIN;exports.SUI_TOKEN_ADDRESSES=e.SUI_TOKEN_ADDRESSES;exports.TOKEN_ADDRESSES=e.TOKEN_ADDRESSES;exports.Token=e.Token;exports.Vault=e.Vault;exports.addChain=e.addChain;exports.approveLBTC=e.approveLBTC;exports.bridge=e.bridge;exports.bridgeCCIP=e.bridgeCCIP;exports.bridgeOFT=e.bridgeOFT;exports.cancelWithdraw=e.cancelWithdraw;exports.claimLBTC=e.claimLBTC;exports.claimReward=e.claimReward;exports.deposit=e.deposit;exports.fromSatoshi=e.fromSatoshi;exports.generateDepositBtcAddress=e.generateDepositBtcAddress;exports.getAdditionalRewards=e.getAdditionalRewards;exports.getApiConfig=e.getApiConfig;exports.getApy=e.getApy;exports.getBasculeDepositStatus=e.getBasculeDepositStatus;exports.getBaseNetworkByEnv=e.getBaseNetworkByEnv;exports.getBridgeInfo=e.getBridgeInfo;exports.getBscNetworkByEnv=e.getBscNetworkByEnv;exports.getChainIdByName=e.getChainIdByName;exports.getChainNameById=e.getChainNameById;exports.getDepositBtcAddress=e.getDepositBtcAddress;exports.getDepositBtcAddresses=e.getDepositBtcAddresses;exports.getDepositsByAddress=e.getDepositsByAddress;exports.getEstimatedApy=e.getEstimatedApy;exports.getEthNetworkByEnv=e.getEthNetworkByEnv;exports.getExchangeRatio=e.getExchangeRatio;exports.getLBTCBurningFee=e.getLBTCBurningFee;exports.getLBTCExchangeRate=e.getLBTCExchangeRate;exports.getLBTCMintingFee=e.getLBTCMintingFee;exports.getLBTCStats=e.getLBTCStats;exports.getLBTCTotalSupply=e.getLBTCTotalSupply;exports.getLbtcContractAddresses=e.getLbtcContractAddresses;exports.getMinRedeemAmount=e.getMinRedeemAmount;exports.getMintingFee=e.getMintingFee;exports.getNetworkFeeSignature=e.getNetworkFeeSignature;exports.getPermitNonce=e.getPermitNonce;exports.getPointsByAddress=e.getPointsByAddress;exports.getPositionsSummary=e.getPositionsSummary;exports.getRedeemFee=e.getRedeemFee;exports.getRewardBalances=e.getRewardBalances;exports.getRewardSigningData=e.getRewardSigningData;exports.getRewardWithdrawalFee=e.getRewardWithdrawalFee;exports.getRewardWithdrawals=e.getRewardWithdrawals;exports.getShareValue=e.getShareValue;exports.getSharesByAddress=e.getSharesByAddress;exports.getSolanaNetworkByEnv=e.getSolanaNetworkByEnv;exports.getSolanaTokenAddress=e.getSolanaTokenAddress;exports.getSonicNetworkByEnv=e.getSonicNetworkByEnv;exports.getStakeAndBakeFee=e.getStakeAndBakeFee;exports.getSuiNetworkByEnv=e.getSuiNetworkByEnv;exports.getSuiTokenAddress=e.getSuiTokenAddress;exports.getUnstakesByAddress=e.getUnstakesByAddress;exports.getUserStakeAndBakeSignature=e.getUserStakeAndBakeSignature;exports.getVaultApy=e.getVaultApy;exports.getVaultDeposits=e.getVaultDeposits;exports.getVaultPoints=e.getVaultPoints;exports.getVaultTVL=e.getVaultTVL;exports.getVaultWithdrawals=e.getVaultWithdrawals;exports.isKatanaChain=e.isKatanaChain;exports.isRewardTokenSupported=e.isRewardTokenSupported;exports.isSolanaChain=e.isSolanaChain;exports.isSuiChain=e.isSuiChain;exports.isValidChain=e.isValidChain;exports.katana=e.katana;exports.katanaTatara=e.katanaTatara;exports.mintToken=e.mintToken;exports.queueWithdraw=e.queueWithdraw;exports.redeemToken=e.redeemToken;exports.setReferral=e.setReferral;exports.signLbtcDestinationAddr=e.signLbtcDestinationAddr;exports.signNetworkFee=e.signNetworkFee;exports.signStakeAndBake=e.signStakeAndBake;exports.storeNetworkFeeSignature=e.storeNetworkFeeSignature;exports.storeStakeAndBakeSignature=e.storeStakeAndBakeSignature;exports.tac=e.tac;exports.toSatoshi=e.toSatoshi;exports.unstakeLBTC=e.unstakeLBTC;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index2.cjs");exports.BTC_DECIMALS=e.BTC_DECIMALS;exports.BasculeDepositStatus=e.BasculeDepositStatus;exports.BlockchainIdentifier=e.BlockchainIdentifier;exports.CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP=e.CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP;exports.CHAIN_ID_TO_VIEM_CHAIN_MAP=e.CHAIN_ID_TO_VIEM_CHAIN_MAP;exports.ChainId=e.ChainId;exports.ENotarizationStatus=e.ENotarizationStatus;exports.ESessionState=e.ESessionState;exports.Env=e.t;exports.OFT_GAS_LIMIT=e.OFT_GAS_LIMIT;exports.OFT_HI_GAS_LIMIT=e.OFT_HI_GAS_LIMIT;exports.OFT_HI_GAS_LIMIT_CHAINS=e.OFT_HI_GAS_LIMIT_CHAINS;exports.PayoutTxStatus=e.PayoutTxStatus;exports.RATIO_TOKEN_MAP=e.RATIO_TOKEN_MAP;exports.RewardBlockchainType=e.RewardBlockchainType;exports.RewardToken=e.RewardToken;exports.RewardWithdrawalStatus=e.RewardWithdrawalStatus;exports.SANCTIONED_ADDRESS=e.SANCTIONED_ADDRESS;exports.SATOSHI_SCALE=e.SATOSHI_SCALE;exports.SOLANA_DEVNET_CHAIN=e.SOLANA_DEVNET_CHAIN;exports.SOLANA_MAINNET_CHAIN=e.SOLANA_MAINNET_CHAIN;exports.SOLANA_TESTNET_CHAIN=e.SOLANA_TESTNET_CHAIN;exports.SOLANA_TOKEN_ADDRESSES=e.SOLANA_TOKEN_ADDRESSES;exports.SUI_DEVNET_CHAIN=e.SUI_DEVNET_CHAIN;exports.SUI_LOCALNET_CHAIN=e.SUI_LOCALNET_CHAIN;exports.SUI_MAINNET_CHAIN=e.SUI_MAINNET_CHAIN;exports.SUI_TESTNET_CHAIN=e.SUI_TESTNET_CHAIN;exports.SUI_TOKEN_ADDRESSES=e.SUI_TOKEN_ADDRESSES;exports.TOKEN_ADDRESSES=e.TOKEN_ADDRESSES;exports.Token=e.Token;exports.Vault=e.Vault;exports.addChain=e.addChain;exports.allChains=e.allChains;exports.approveLBTC=e.approveLBTC;exports.bridge=e.bridge;exports.bridgeCCIP=e.bridgeCCIP;exports.bridgeOFT=e.bridgeOFT;exports.cancelWithdraw=e.cancelWithdraw;exports.claimLBTC=e.claimLBTC;exports.claimReward=e.claimReward;exports.deposit=e.deposit;exports.fromBaseDenomination=e.fromBaseDenomination;exports.fromSatoshi=e.fromSatoshi;exports.generateDepositBtcAddress=e.generateDepositBtcAddress;exports.getAdditionalRewards=e.getAdditionalRewards;exports.getApiConfig=e.getApiConfig;exports.getApy=e.getApy;exports.getAssetInfo=e.getAssetInfo;exports.getBasculeDepositStatus=e.getBasculeDepositStatus;exports.getBaseNetworkByEnv=e.getBaseNetworkByEnv;exports.getBridgeInfo=e.getBridgeInfo;exports.getBscNetworkByEnv=e.getBscNetworkByEnv;exports.getChain=e.getChain;exports.getChainIdByName=e.getChainIdByName;exports.getChainNameById=e.getChainNameById;exports.getDepositBtcAddress=e.getDepositBtcAddress;exports.getDepositBtcAddresses=e.getDepositBtcAddresses;exports.getDepositsByAddress=e.getDepositsByAddress;exports.getEstimatedApy=e.getEstimatedApy;exports.getEthNetworkByEnv=e.getEthNetworkByEnv;exports.getExchangeRatio=e.getExchangeRatio;exports.getLBTCBurningFee=e.getLBTCBurningFee;exports.getLBTCExchangeRate=e.getLBTCExchangeRate;exports.getLBTCMintingFee=e.getLBTCMintingFee;exports.getLBTCStats=e.getLBTCStats;exports.getLBTCTotalSupply=e.getLBTCTotalSupply;exports.getLbtcContractAddresses=e.getLbtcContractAddresses;exports.getLlamaChainName=e.getLlamaChainName;exports.getMinRedeemAmount=e.getMinRedeemAmount;exports.getMintingFee=e.getMintingFee;exports.getNetworkFeeSignature=e.getNetworkFeeSignature;exports.getPermitNonce=e.getPermitNonce;exports.getPointsByAddress=e.getPointsByAddress;exports.getPositionsSummary=e.getPositionsSummary;exports.getRedeemFee=e.getRedeemFee;exports.getRewardBalances=e.getRewardBalances;exports.getRewardSigningData=e.getRewardSigningData;exports.getRewardWithdrawalFee=e.getRewardWithdrawalFee;exports.getRewardWithdrawals=e.getRewardWithdrawals;exports.getShareValue=e.getShareValue;exports.getSharesByAddress=e.getSharesByAddress;exports.getSolanaNetworkByEnv=e.getSolanaNetworkByEnv;exports.getSolanaTokenAddress=e.getSolanaTokenAddress;exports.getSonicNetworkByEnv=e.getSonicNetworkByEnv;exports.getStakeAndBakeFee=e.getStakeAndBakeFee;exports.getSuiNetworkByEnv=e.getSuiNetworkByEnv;exports.getSuiTokenAddress=e.getSuiTokenAddress;exports.getTokenContractInfo=e.getTokenContractInfo;exports.getTokenInfo=e.getTokenInfo;exports.getUnstakesByAddress=e.getUnstakesByAddress;exports.getUserStakeAndBakeSignature=e.getUserStakeAndBakeSignature;exports.getVaultApy=e.getVaultApy;exports.getVaultDeposits=e.getVaultDeposits;exports.getVaultPoints=e.getVaultPoints;exports.getVaultTVL=e.getVaultTVL;exports.getVaultWithdrawals=e.getVaultWithdrawals;exports.isKatanaChain=e.isKatanaChain;exports.isRewardTokenSupported=e.isRewardTokenSupported;exports.isSolanaChain=e.isSolanaChain;exports.isSuiChain=e.isSuiChain;exports.isUpgradedAbi=e.isUpgradedAbi;exports.isUpgradedContract=e.isUpgradedContract;exports.isValidChain=e.isValidChain;exports.katana=e.katana;exports.katanaTatara=e.katanaTatara;exports.mintToken=e.mintToken;exports.queueWithdraw=e.queueWithdraw;exports.redeemToken=e.redeemToken;exports.retrieveTokenProperties=e.retrieveTokenProperties;exports.setReferral=e.setReferral;exports.signLbtcDestinationAddr=e.signLbtcDestinationAddr;exports.signNetworkFee=e.signNetworkFee;exports.signStakeAndBake=e.signStakeAndBake;exports.storeNetworkFeeSignature=e.storeNetworkFeeSignature;exports.storeStakeAndBakeSignature=e.storeStakeAndBakeSignature;exports.tac=e.tac;exports.toBaseDenomination=e.toBaseDenomination;exports.toSatoshi=e.toSatoshi;exports.unstakeLBTC=e.unstakeLBTC;
|
package/dist/index.js
CHANGED
|
@@ -1,110 +1,122 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b1 as e, W as t, ax as n, aQ as i, aO as r, aN as g, G as o, I as d, u as A, y as S, z as T, O as N, Q as _, aX as I, ap as C, av as E, at as B, C as k, b2 as u, S as l, h, j as c, a$ as w, k as D, aK as L, m as p, n as m, aZ as R, aY as b, aW as y, ae as O, aS as M, aJ as H, a4 as F, v as V, w as P, x as f, ai as v, a5 as U, an as W, af as K, bc as x, b3 as G, D as q, t as z, aw as j, q as J, ba as Q, X, aB as Y, A as Z, aA as $, aU as aa, aF as sa, ay as ea, E as ta, F as na, J as ia, r as ra, az as ga, L as oa, Z as da, K as Aa, Y as Sa, o as Ta, a1 as Na, aV as _a, aT as Ia, a0 as Ca, _ as Ea, M as Ba, a2 as ka, N as ua, p as la, $ as ha, ao as ca, aq as wa, ar as Da, as as La, ac as pa, ad as ma, aE as Ra, b0 as ba, aD as ya, a3 as Oa, aC as Ma, a_ as Ha, b7 as Fa, b9 as Va, P as Pa, R as fa, am as va, ag as Ua, ak as Wa, al as Ka, aj as xa, aP as Ga, au as qa, aM as za, aL as ja, b6 as Ja, b5 as Qa, aR as Xa, aG as Ya, aH as Za, a6 as $a, ah as as, ab as ss, b8 as es, T as ts, a7 as ns, a8 as is, a9 as rs, U as gs, V as os, aI as ds, bb as As, b4 as Ss, aa as Ts } from "./index2.js";
|
|
2
2
|
export {
|
|
3
3
|
e as BTC_DECIMALS,
|
|
4
4
|
t as BasculeDepositStatus,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
n as BlockchainIdentifier,
|
|
6
|
+
i as CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP,
|
|
7
|
+
r as CHAIN_ID_TO_VIEM_CHAIN_MAP,
|
|
7
8
|
g as ChainId,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
9
|
+
o as ENotarizationStatus,
|
|
10
|
+
d as ESessionState,
|
|
11
|
+
A as Env,
|
|
12
|
+
S as OFT_GAS_LIMIT,
|
|
13
|
+
T as OFT_HI_GAS_LIMIT,
|
|
14
|
+
N as OFT_HI_GAS_LIMIT_CHAINS,
|
|
15
|
+
_ as PayoutTxStatus,
|
|
16
|
+
I as RATIO_TOKEN_MAP,
|
|
17
|
+
C as RewardBlockchainType,
|
|
18
|
+
E as RewardToken,
|
|
18
19
|
B as RewardWithdrawalStatus,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
20
|
+
k as SANCTIONED_ADDRESS,
|
|
21
|
+
u as SATOSHI_SCALE,
|
|
22
|
+
l as SOLANA_DEVNET_CHAIN,
|
|
23
|
+
h as SOLANA_MAINNET_CHAIN,
|
|
24
|
+
c as SOLANA_TESTNET_CHAIN,
|
|
25
|
+
w as SOLANA_TOKEN_ADDRESSES,
|
|
26
|
+
D as SUI_DEVNET_CHAIN,
|
|
27
|
+
L as SUI_LOCALNET_CHAIN,
|
|
28
|
+
p as SUI_MAINNET_CHAIN,
|
|
29
|
+
m as SUI_TESTNET_CHAIN,
|
|
29
30
|
R as SUI_TOKEN_ADDRESSES,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
H as
|
|
35
|
-
|
|
36
|
-
V as
|
|
37
|
-
|
|
38
|
-
|
|
31
|
+
b as TOKEN_ADDRESSES,
|
|
32
|
+
y as Token,
|
|
33
|
+
O as Vault,
|
|
34
|
+
M as addChain,
|
|
35
|
+
H as allChains,
|
|
36
|
+
F as approveLBTC,
|
|
37
|
+
V as bridge,
|
|
38
|
+
P as bridgeCCIP,
|
|
39
|
+
f as bridgeOFT,
|
|
40
|
+
v as cancelWithdraw,
|
|
39
41
|
U as claimLBTC,
|
|
40
42
|
W as claimReward,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
wa as
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
ya as
|
|
85
|
-
Oa as
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
Ua as
|
|
94
|
-
Wa as
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
43
|
+
K as deposit,
|
|
44
|
+
x as fromBaseDenomination,
|
|
45
|
+
G as fromSatoshi,
|
|
46
|
+
q as generateDepositBtcAddress,
|
|
47
|
+
z as getAdditionalRewards,
|
|
48
|
+
j as getApiConfig,
|
|
49
|
+
J as getApy,
|
|
50
|
+
Q as getAssetInfo,
|
|
51
|
+
X as getBasculeDepositStatus,
|
|
52
|
+
Y as getBaseNetworkByEnv,
|
|
53
|
+
Z as getBridgeInfo,
|
|
54
|
+
$ as getBscNetworkByEnv,
|
|
55
|
+
aa as getChain,
|
|
56
|
+
sa as getChainIdByName,
|
|
57
|
+
ea as getChainNameById,
|
|
58
|
+
ta as getDepositBtcAddress,
|
|
59
|
+
na as getDepositBtcAddresses,
|
|
60
|
+
ia as getDepositsByAddress,
|
|
61
|
+
ra as getEstimatedApy,
|
|
62
|
+
ga as getEthNetworkByEnv,
|
|
63
|
+
oa as getExchangeRatio,
|
|
64
|
+
da as getLBTCBurningFee,
|
|
65
|
+
Aa as getLBTCExchangeRate,
|
|
66
|
+
Sa as getLBTCMintingFee,
|
|
67
|
+
Ta as getLBTCStats,
|
|
68
|
+
Na as getLBTCTotalSupply,
|
|
69
|
+
_a as getLbtcContractAddresses,
|
|
70
|
+
Ia as getLlamaChainName,
|
|
71
|
+
Ca as getMinRedeemAmount,
|
|
72
|
+
Ea as getMintingFee,
|
|
73
|
+
Ba as getNetworkFeeSignature,
|
|
74
|
+
ka as getPermitNonce,
|
|
75
|
+
ua as getPointsByAddress,
|
|
76
|
+
la as getPositionsSummary,
|
|
77
|
+
ha as getRedeemFee,
|
|
78
|
+
ca as getRewardBalances,
|
|
79
|
+
wa as getRewardSigningData,
|
|
80
|
+
Da as getRewardWithdrawalFee,
|
|
81
|
+
La as getRewardWithdrawals,
|
|
82
|
+
pa as getShareValue,
|
|
83
|
+
ma as getSharesByAddress,
|
|
84
|
+
Ra as getSolanaNetworkByEnv,
|
|
85
|
+
ba as getSolanaTokenAddress,
|
|
86
|
+
ya as getSonicNetworkByEnv,
|
|
87
|
+
Oa as getStakeAndBakeFee,
|
|
88
|
+
Ma as getSuiNetworkByEnv,
|
|
89
|
+
Ha as getSuiTokenAddress,
|
|
90
|
+
Fa as getTokenContractInfo,
|
|
91
|
+
Va as getTokenInfo,
|
|
92
|
+
Pa as getUnstakesByAddress,
|
|
93
|
+
fa as getUserStakeAndBakeSignature,
|
|
94
|
+
va as getVaultApy,
|
|
95
|
+
Ua as getVaultDeposits,
|
|
96
|
+
Wa as getVaultPoints,
|
|
97
|
+
Ka as getVaultTVL,
|
|
98
|
+
xa as getVaultWithdrawals,
|
|
99
|
+
Ga as isKatanaChain,
|
|
100
|
+
qa as isRewardTokenSupported,
|
|
101
|
+
za as isSolanaChain,
|
|
102
|
+
ja as isSuiChain,
|
|
103
|
+
Ja as isUpgradedAbi,
|
|
104
|
+
Qa as isUpgradedContract,
|
|
105
|
+
Xa as isValidChain,
|
|
106
|
+
Ya as katana,
|
|
107
|
+
Za as katanaTatara,
|
|
108
|
+
$a as mintToken,
|
|
109
|
+
as as queueWithdraw,
|
|
110
|
+
ss as redeemToken,
|
|
111
|
+
es as retrieveTokenProperties,
|
|
112
|
+
ts as setReferral,
|
|
113
|
+
ns as signLbtcDestinationAddr,
|
|
114
|
+
is as signNetworkFee,
|
|
115
|
+
rs as signStakeAndBake,
|
|
116
|
+
gs as storeNetworkFeeSignature,
|
|
117
|
+
os as storeStakeAndBakeSignature,
|
|
118
|
+
ds as tac,
|
|
119
|
+
As as toBaseDenomination,
|
|
120
|
+
Ss as toSatoshi,
|
|
121
|
+
Ts as unstakeLBTC
|
|
110
122
|
};
|