@gardenfi/core 3.1.3-beta.12 → 3.1.3-beta.14
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/{ccip-nA35Qoqq.cjs → ccip-BMAGhn8q.cjs} +1 -1
- package/dist/{ccip-BWn0XTSk.js → ccip-LYIlmy_n.js} +1 -1
- package/dist/{index-KYoyd7o6.cjs → index-DRFEDDQS.cjs} +2 -2
- package/dist/{index-eQAvhrQk.js → index-DzWiG-3v.js} +2 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/src/lib/garden/garden.types.d.ts +4 -0
- package/dist/src/lib/quote/quote.types.d.ts +4 -0
- package/package.json +3 -3
|
@@ -12201,7 +12201,7 @@ async function Ru(t, e) {
|
|
|
12201
12201
|
});
|
|
12202
12202
|
return ne === "0x" ? { data: void 0 } : { data: ne };
|
|
12203
12203
|
} catch (ee) {
|
|
12204
|
-
const G = Px(ee), { offchainLookup: O, offchainLookupSignature: L } = await import("./ccip-
|
|
12204
|
+
const G = Px(ee), { offchainLookup: O, offchainLookupSignature: L } = await import("./ccip-LYIlmy_n.js");
|
|
12205
12205
|
if (t.ccipRead !== !1 && (G == null ? void 0 : G.slice(0, 10)) === L && g)
|
|
12206
12206
|
return { data: await O(t, { data: G, to: g }) };
|
|
12207
12207
|
throw F && (G == null ? void 0 : G.slice(0, 10)) === "0x101bb98d" ? new cS({ factory: p }) : j1(ee, {
|
|
@@ -33461,6 +33461,7 @@ class C6 extends W6 {
|
|
|
33461
33461
|
secret_hash: ut(u)
|
|
33462
33462
|
} : {},
|
|
33463
33463
|
solver_id: r.solverId,
|
|
33464
|
+
...r.quoteId ? { quote_id: r.quoteId } : {},
|
|
33464
33465
|
affiliate_fees: r.affiliateFee,
|
|
33465
33466
|
slippage: 0
|
|
33466
33467
|
}, b = await super.createOrder(m);
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-DRFEDDQS.cjs");exports.API=e.API;exports.BitcoinNetwork=e.BitcoinNetwork;exports.BitcoinProvider=e.BitcoinProvider;exports.BitcoinWallet=e.BitcoinWallet;exports.DEFAULT_AFFILIATE_ASSET=e.DEFAULT_AFFILIATE_ASSET;exports.EvmRelay=e.EvmRelay;exports.Garden=e.Garden;exports.OrderCreationStatus=e.OrderCreationStatus;exports.Quote=e.Quote;exports.STARKNET_CONFIG=e.STARKNET_CONFIG;exports.SUI_CONFIG=e.SUI_CONFIG;exports.SecretManager=e.SecretManager;exports.SolanaHTLC=e.SolanaHTLC;exports.SolanaRelay=e.SolanaRelay;exports.SolanaRelayerAddress=e.SolanaRelayerAddress;exports.StarknetHTLC=e.StarknetHTLC;exports.StarknetRelay=e.StarknetRelay;exports.TRON_CONFIG=e.TRON_CONFIG;exports.XRPL_CONFIG=e.XRPL_CONFIG;exports.XrplRelay=e.XrplRelay;exports.alpenTestnet=e.alpenTestnet;exports.arcTestnet=e.arcTestnet;exports.botanixMainnet=e.botanixMainnet;exports.checkStarknetAlloance=e.checkAllowance;exports.checkStarknetAllowanceAndApprove=e.checkAllowanceAndApprove;exports.evmToViemChainMap=e.evmToViemChainMap;exports.getChainNameFromChainId=e.getChainNameFromChainId;exports.hyperevm=e.hyperevm;exports.hyperliquidTestnet=e.hyperliquidTestnet;exports.isStarknetAllowanceSufficient=e.isAllowanceSufficient;exports.megaethMainnet=e.megaethMainnet;exports.resolveApiConfig=e.resolveApiConfig;exports.solanaProgramAddress=e.solanaProgramAddress;exports.switchOrAddNetwork=e.switchOrAddNetwork;exports.toXOnly=e.toXOnly;exports.validateBTCAddress=e.validateBTCAddress;exports.validateLTCAddress=e.validateLTCAddress;exports.validateLightningAddress=e.validateLightningAddress;exports.validateSparkAddress=e.validateSparkAddress;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as s, K as t, L as n, M as r, N as i, E as l, G as o, Y as d, Q as A, P as S, R as T, m as c, k as C, j as h, V as k, h as p, S as v, T as m, U as I, X as N, D as y, I as F, x as O, p as R, n as L, y as g, z as w, A as E, C as G, o as _, F as u, r as M, W as P, J as f, t as B, v as X, q as x, w as U, u as q } from "./index-
|
|
1
|
+
import { O as s, K as t, L as n, M as r, N as i, E as l, G as o, Y as d, Q as A, P as S, R as T, m as c, k as C, j as h, V as k, h as p, S as v, T as m, U as I, X as N, D as y, I as F, x as O, p as R, n as L, y as g, z as w, A as E, C as G, o as _, F as u, r as M, W as P, J as f, t as B, v as X, q as x, w as U, u as q } from "./index-DzWiG-3v.js";
|
|
2
2
|
export {
|
|
3
3
|
s as API,
|
|
4
4
|
t as BitcoinNetwork,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gardenfi/core",
|
|
3
|
-
"version": "3.1.3-beta.
|
|
3
|
+
"version": "3.1.3-beta.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "vite build",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@buildonspark/spark-sdk": "^0.6.3",
|
|
31
31
|
"@coral-xyz/anchor": "^0.31.1",
|
|
32
32
|
"@crossmarkio/sdk": "^0.4.0",
|
|
33
|
-
"@gardenfi/orderbook": "3.1.3-beta.
|
|
34
|
-
"@gardenfi/utils": "3.1.1-beta.
|
|
33
|
+
"@gardenfi/orderbook": "3.1.3-beta.14",
|
|
34
|
+
"@gardenfi/utils": "3.1.1-beta.12",
|
|
35
35
|
"@mysten/signers": "^0.3.4",
|
|
36
36
|
"@mysten/sui": "^1.37.1",
|
|
37
37
|
"@mysten/wallet-standard": "^0.16.9",
|