@rash2x/bridge-widget 0.8.1 → 0.8.2
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/evaa-bridge.cjs +2 -1
- package/dist/evaa-bridge.cjs.map +1 -1
- package/dist/evaa-bridge.mjs +8 -7
- package/dist/{index-CEfGNliz.cjs → index-BcqN6B-E.cjs} +2734 -2636
- package/dist/index-BcqN6B-E.cjs.map +1 -0
- package/dist/{index-BgRN7kwd.js → index-BiPDLFPf.js} +2740 -2642
- package/dist/index-BiPDLFPf.js.map +1 -0
- package/dist/{index-CA5BH32n.js → index-BqxDubHD.js} +2 -2
- package/dist/{index-CA5BH32n.js.map → index-BqxDubHD.js.map} +1 -1
- package/dist/{index-BA7b93G2.cjs → index-CFKU946o.cjs} +2 -2
- package/dist/{index-BA7b93G2.cjs.map → index-CFKU946o.cjs.map} +1 -1
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
- package/dist/index-BgRN7kwd.js.map +0 -1
- package/dist/index-CEfGNliz.cjs.map +0 -1
package/dist/evaa-bridge.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-BcqN6B-E.cjs");
|
|
4
4
|
exports.DEFAULT_SLIPPAGE_BPS = index.DEFAULT_SLIPPAGE_BPS;
|
|
5
5
|
exports.EvaaBridge = index.EvaaBridge;
|
|
6
6
|
exports.RoutePriority = index.RoutePriority;
|
|
@@ -36,6 +36,7 @@ exports.isNativeAddress = index.isNativeAddress;
|
|
|
36
36
|
exports.isZeroAddr = index.isZeroAddr;
|
|
37
37
|
exports.listAssetsForSelect = index.listAssetsForSelect;
|
|
38
38
|
exports.lookupTokenMeta = index.lookupTokenMeta;
|
|
39
|
+
exports.makeTokenBalanceKey = index.makeTokenBalanceKey;
|
|
39
40
|
exports.normalizeTickerSymbol = index.normalizeTickerSymbol;
|
|
40
41
|
exports.pollUntilDelivered = index.pollUntilDelivered;
|
|
41
42
|
exports.reportBridgeTransaction = index.reportBridgeTransaction;
|
package/dist/evaa-bridge.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"evaa-bridge.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"evaa-bridge.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/evaa-bridge.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L, d, f, e, D, Q, H, y, B, U, w, s, v, r, p, q, G, Z,
|
|
1
|
+
import { L, d, f, e, D, Q, H, y, B, U, w, s, v, r, p, q, G, Z, a6, $, a3, x, z, a0, A, _, a4, a5, X, Y, S, a1, P, I, V, a2, W, a7, a8, J, K, F, N, t, o, i, u, l, m, j, n, h, k } from "./index-BiPDLFPf.js";
|
|
2
2
|
export {
|
|
3
3
|
L as DEFAULT_SLIPPAGE_BPS,
|
|
4
4
|
d as EvaaBridge,
|
|
@@ -18,16 +18,16 @@ export {
|
|
|
18
18
|
q as formatUsd,
|
|
19
19
|
G as fromLD,
|
|
20
20
|
Z as getChains,
|
|
21
|
-
|
|
21
|
+
a6 as getDeliveryStatus,
|
|
22
22
|
$ as getDestTokens,
|
|
23
|
-
|
|
23
|
+
a3 as getEvmBalances,
|
|
24
24
|
x as getQuoteAmounts,
|
|
25
25
|
z as getQuoteDetails,
|
|
26
26
|
a0 as getQuotesByPriority,
|
|
27
27
|
A as getRouteDisplayName,
|
|
28
28
|
_ as getTokens,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
a4 as getTonBalances,
|
|
30
|
+
a5 as getTronBalances,
|
|
31
31
|
X as isAllowedFromChain,
|
|
32
32
|
Y as isAllowedToChain,
|
|
33
33
|
S as isNativeAddrEqual,
|
|
@@ -35,9 +35,10 @@ export {
|
|
|
35
35
|
P as isZeroAddr,
|
|
36
36
|
I as listAssetsForSelect,
|
|
37
37
|
V as lookupTokenMeta,
|
|
38
|
+
a2 as makeTokenBalanceKey,
|
|
38
39
|
W as normalizeTickerSymbol,
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
a7 as pollUntilDelivered,
|
|
41
|
+
a8 as reportBridgeTransaction,
|
|
41
42
|
J as resolveTokenOnChain,
|
|
42
43
|
K as resolveTokenOnChainFromMatrix,
|
|
43
44
|
F as toLD,
|