@gardenfi/core 3.1.2 → 3.1.3-beta.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/{ccip-CcqqBKRt.cjs → ccip-CoK_g_s0.cjs} +1 -1
- package/dist/{ccip-CmDSvv5g.js → ccip-fFmTEKgV.js} +1 -1
- package/dist/{index-CXBmeQii.js → index-BgO5SheZ.js} +2050 -2049
- package/dist/{index-DO-nU4_X.cjs → index-CJMkaKG-.cjs} +31 -31
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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-CJMkaKG-.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.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;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as s, F as t, I as n, J as r, K as o, E as i, G as l, U as d, Q as A, M as S, N as C, m as T, k as c, j as h, P as k, h as m, S as p, T as I, O as N, X as v, A as y, u as F, p as O, n as R, w as L, x as w, y as E, z as G, o as _, C as g, r as u, R as M, D as P, t as f, v as B, q as X } from "./index-
|
|
1
|
+
import { L as s, F as t, I as n, J as r, K as o, E as i, G as l, U as d, Q as A, M as S, N as C, m as T, k as c, j as h, P as k, h as m, S as p, T as I, O as N, X as v, A as y, u as F, p as O, n as R, w as L, x as w, y as E, z as G, o as _, C as g, r as u, R as M, D as P, t as f, v as B, q as X } from "./index-BgO5SheZ.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.2",
|
|
3
|
+
"version": "3.1.3-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "vite build",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@coral-xyz/anchor": "^0.31.1",
|
|
31
31
|
"@crossmarkio/sdk": "^0.4.0",
|
|
32
|
-
"@gardenfi/orderbook": "3.1.2",
|
|
32
|
+
"@gardenfi/orderbook": "3.1.3-beta.2",
|
|
33
33
|
"@gardenfi/utils": "3.1.1",
|
|
34
34
|
"@mysten/signers": "^0.3.4",
|
|
35
35
|
"@mysten/sui": "^1.37.1",
|