@imtbl/sdk 1.51.2-alpha.2 → 1.51.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/{blockchain_data-B8Y0wBNg.js → blockchain_data-BXc2pT0f.js} +2 -2
- package/dist/blockchain_data.js +3 -3
- package/dist/browser/checkout/{AddFundsWidget-B6lxg3-d.js → AddFundsWidget-gUJVDYv_.js} +2 -2
- package/dist/browser/checkout/{BridgeWidget-BsJMfbMd.js → BridgeWidget-3UbIwU6n.js} +5 -5
- package/dist/browser/checkout/{CheckoutWidget-DFkDATHf.js → CheckoutWidget-C4tOrk2y.js} +18 -36
- package/dist/browser/checkout/{OnRampWidget-QHUxzsNL.js → OnRampWidget-DqPejNhx.js} +3 -3
- package/dist/browser/checkout/{SaleWidget-6XVHHx78.js → SaleWidget-rgseW9MM.js} +9 -9
- package/dist/browser/checkout/{SpendingCapHero-BOGiq2Br.js → SpendingCapHero-DAidHDcm.js} +1 -1
- package/dist/browser/checkout/{SwapWidget-CRLt7sOf.js → SwapWidget-DzyLBVHX.js} +6 -6
- package/dist/browser/checkout/{TextInputForm-DTMMP9L1.js → TextInputForm-BEa_pzDA.js} +1 -1
- package/dist/browser/checkout/{TopUpView-CMKjjqCh.js → TopUpView-EQSatEo0.js} +1 -1
- package/dist/browser/checkout/{WalletWidget-CL4wDvCI.js → WalletWidget-BiYTgNC6.js} +3 -3
- package/dist/browser/checkout/{auto-track-CtPV_Uwy.js → auto-track-BHfKaUsi.js} +1 -1
- package/dist/browser/checkout/{balance-6n0VLt18.js → balance-BcyJcnyd.js} +2 -2
- package/dist/browser/checkout/{index-D0vPA5zH.js → index-BK2rKCsb.js} +1 -1
- package/dist/browser/checkout/{index-DNulskt6.js → index-BfgGTx6o.js} +1 -1
- package/dist/browser/checkout/{index-DJD5AByC.js → index-BjZmc98C.js} +1 -1
- package/dist/browser/checkout/{index-CjshWKlm.js → index-BycofDTk.js} +23 -23
- package/dist/browser/checkout/{index-C4G5HCXv.js → index-CaE5DRoW.js} +1 -1
- package/dist/browser/checkout/{index-U6OI_-oo.js → index-DqvoKQhG.js} +1 -1
- package/dist/browser/checkout/{index-DEnK71D8.js → index-DvkRiiMH.js} +2 -2
- package/dist/browser/checkout/{index-CW0LGbJg.js → index-w6D6lSI5.js} +1 -1
- package/dist/browser/checkout/{index.umd-CfvJk2bO.js → index.umd-DsaaRFps.js} +1 -1
- package/dist/browser/checkout/{retry-CVrWwmTg.js → retry-JTDsH41g.js} +1 -1
- package/dist/browser/checkout/sdk.js +4 -4
- package/dist/browser/checkout/widgets-esm.js +1 -1
- package/dist/browser/checkout/widgets.js +21 -39
- package/dist/{checkout-CZRH9L8k.js → checkout-C-9cJevS.js} +5 -11
- package/dist/checkout.d.ts +0 -6
- package/dist/checkout.js +5 -5
- package/dist/{config-DKvCpBga.js → config-Bigxrl15.js} +1 -1
- package/dist/config.js +1 -1
- package/dist/{index-C6JNgyT9.js → index-Bsq7qQUh.js} +1 -1
- package/dist/{index-6zQkooVk.js → index-C9ouUZ56.js} +1 -1
- package/dist/{index-DVkoP8J3.js → index-CXBbqZZE.js} +1 -1
- package/dist/{index-ChlzQDSW.js → index-Ca9_tRKa.js} +4 -4
- package/dist/{index-BnU9Va_S.js → index-DKJEKIyJ.js} +3 -3
- package/dist/{index-clKDQqCM.js → index-Drimuu53.js} +1 -1
- package/dist/index.browser.js +4 -4
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +7 -13
- package/dist/index.d.ts +0 -6
- package/dist/index.js +14 -14
- package/dist/{minting_backend-C5WvSm2V.js → minting_backend-C9a24z4a.js} +3 -3
- package/dist/minting_backend.js +5 -5
- package/dist/{orderbook-CkTWPIjZ.js → orderbook-COKz-AFm.js} +1 -1
- package/dist/orderbook.js +2 -2
- package/dist/{passport-DWj1GOGJ.js → passport-BN89YTHh.js} +3 -3
- package/dist/passport.js +4 -4
- package/dist/{webhook-BoCzP3RD.js → webhook-C09Blfff.js} +1 -1
- package/dist/webhook.js +2 -2
- package/dist/{x-COLA3nTe.js → x-ME92JJO2.js} +3 -3
- package/dist/x.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -216,7 +216,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
216
216
|
};
|
|
217
217
|
|
|
218
218
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
219
|
-
const SDK_VERSION$1 = '1.51.2
|
|
219
|
+
const SDK_VERSION$1 = '1.51.2';
|
|
220
220
|
const getFrameParentDomain$1 = () => {
|
|
221
221
|
if (isNode$1()) {
|
|
222
222
|
return '';
|
|
@@ -14501,7 +14501,7 @@ class MultiRollupApiClients {
|
|
|
14501
14501
|
}
|
|
14502
14502
|
|
|
14503
14503
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14504
|
-
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.51.2
|
|
14504
|
+
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.51.2' };
|
|
14505
14505
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
14506
14506
|
if (!basePath.trim()) {
|
|
14507
14507
|
throw Error('basePath can not be empty');
|
|
@@ -14573,7 +14573,7 @@ class APIError extends Error {
|
|
|
14573
14573
|
|
|
14574
14574
|
/* eslint-disable implicit-arrow-linebreak */
|
|
14575
14575
|
const defaultHeaders$1 = {
|
|
14576
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.51.2
|
|
14576
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.51.2',
|
|
14577
14577
|
};
|
|
14578
14578
|
/**
|
|
14579
14579
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -15047,7 +15047,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
|
15047
15047
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
15048
15048
|
class ApiConfiguration extends index$2.Configuration {
|
|
15049
15049
|
}
|
|
15050
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.51.2
|
|
15050
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.51.2' };
|
|
15051
15051
|
/**
|
|
15052
15052
|
* @dev use createImmutableXConfiguration instead
|
|
15053
15053
|
*/
|
|
@@ -15088,7 +15088,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
15088
15088
|
coreContractAddress,
|
|
15089
15089
|
registrationContractAddress,
|
|
15090
15090
|
registrationV4ContractAddress,
|
|
15091
|
-
sdkVersion: 'ts-immutable-sdk-1.51.2
|
|
15091
|
+
sdkVersion: 'ts-immutable-sdk-1.51.2',
|
|
15092
15092
|
baseConfig,
|
|
15093
15093
|
});
|
|
15094
15094
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
|
@@ -53057,7 +53057,7 @@ const flattenProperties = (properties) => {
|
|
|
53057
53057
|
};
|
|
53058
53058
|
|
|
53059
53059
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
53060
|
-
const SDK_VERSION = '1.51.2
|
|
53060
|
+
const SDK_VERSION = '1.51.2';
|
|
53061
53061
|
const getFrameParentDomain = () => {
|
|
53062
53062
|
if (isNode()) {
|
|
53063
53063
|
return '';
|
|
@@ -58451,7 +58451,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
58451
58451
|
maxPriorityFeePerGas: ethers.BigNumber.from(10e9),
|
|
58452
58452
|
};
|
|
58453
58453
|
|
|
58454
|
-
const SDK_VERSION_MARKER = '1.51.2
|
|
58454
|
+
const SDK_VERSION_MARKER = '1.51.2';
|
|
58455
58455
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
58456
58456
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
58457
58457
|
|
|
@@ -58677,7 +58677,6 @@ class CheckoutConfiguration {
|
|
|
58677
58677
|
environment;
|
|
58678
58678
|
networkMap;
|
|
58679
58679
|
publishableKey;
|
|
58680
|
-
overrides;
|
|
58681
58680
|
constructor(config, httpClient) {
|
|
58682
58681
|
if (!Object.values(Environment$1).includes(config.baseConfig.environment)) {
|
|
58683
58682
|
throw new CheckoutConfigurationError('Invalid checkout configuration of environment');
|
|
@@ -58698,11 +58697,6 @@ class CheckoutConfiguration {
|
|
|
58698
58697
|
isDevelopment: this.isDevelopment,
|
|
58699
58698
|
isProduction: this.isProduction,
|
|
58700
58699
|
});
|
|
58701
|
-
this.overrides = config.overrides ?? {};
|
|
58702
|
-
}
|
|
58703
|
-
// eslint-disable-next-line class-methods-use-this
|
|
58704
|
-
get sdkVersion() {
|
|
58705
|
-
return globalPackageVersion();
|
|
58706
58700
|
}
|
|
58707
58701
|
}
|
|
58708
58702
|
|
package/dist/index.d.ts
CHANGED
|
@@ -29506,8 +29506,6 @@ type ExchangeOverrides = {
|
|
|
29506
29506
|
};
|
|
29507
29507
|
|
|
29508
29508
|
interface CheckoutOverrides {
|
|
29509
|
-
environment?: Environment;
|
|
29510
|
-
[key: string]: unknown;
|
|
29511
29509
|
}
|
|
29512
29510
|
interface CheckoutFeatureConfiguration {
|
|
29513
29511
|
enable: boolean;
|
|
@@ -29544,8 +29542,6 @@ interface CheckoutModuleConfiguration extends ModuleConfiguration<CheckoutOverri
|
|
|
29544
29542
|
bridge?: CheckoutBridgeConfiguration;
|
|
29545
29543
|
passport?: Passport;
|
|
29546
29544
|
publishableKey?: string;
|
|
29547
|
-
environment?: Environment;
|
|
29548
|
-
overrides?: CheckoutOverrides;
|
|
29549
29545
|
}
|
|
29550
29546
|
/**
|
|
29551
29547
|
* A type representing various remotely defined configurations which are
|
|
@@ -30223,9 +30219,7 @@ declare class CheckoutConfiguration {
|
|
|
30223
30219
|
readonly environment: Environment;
|
|
30224
30220
|
readonly networkMap: NetworkMap;
|
|
30225
30221
|
readonly publishableKey: string;
|
|
30226
|
-
readonly overrides: CheckoutModuleConfiguration['overrides'];
|
|
30227
30222
|
constructor(config: CheckoutModuleConfiguration, httpClient: HttpClient);
|
|
30228
|
-
get sdkVersion(): string;
|
|
30229
30223
|
}
|
|
30230
30224
|
|
|
30231
30225
|
interface FiatRampWidgetParams {
|
package/dist/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { c as config } from './config-
|
|
2
|
-
export { b as blockchainData } from './blockchain_data-
|
|
3
|
-
export { p as passport } from './passport-
|
|
4
|
-
export { o as orderbook } from './orderbook-
|
|
5
|
-
export { c as checkout } from './checkout-
|
|
6
|
-
export { x } from './x-
|
|
7
|
-
export { w as webhook } from './webhook-
|
|
8
|
-
export { m as mintingBackend } from './minting_backend-
|
|
9
|
-
import './index-
|
|
1
|
+
export { c as config } from './config-Bigxrl15.js';
|
|
2
|
+
export { b as blockchainData } from './blockchain_data-BXc2pT0f.js';
|
|
3
|
+
export { p as passport } from './passport-BN89YTHh.js';
|
|
4
|
+
export { o as orderbook } from './orderbook-COKz-AFm.js';
|
|
5
|
+
export { c as checkout } from './checkout-C-9cJevS.js';
|
|
6
|
+
export { x } from './x-ME92JJO2.js';
|
|
7
|
+
export { w as webhook } from './webhook-C09Blfff.js';
|
|
8
|
+
export { m as mintingBackend } from './minting_backend-C9a24z4a.js';
|
|
9
|
+
import './index-CXBbqZZE.js';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'lru-memorise';
|
|
12
12
|
import 'global-const';
|
|
13
|
-
import './index-
|
|
14
|
-
import './index-
|
|
15
|
-
import './index-
|
|
13
|
+
import './index-DKJEKIyJ.js';
|
|
14
|
+
import './index-C9ouUZ56.js';
|
|
15
|
+
import './index-Ca9_tRKa.js';
|
|
16
16
|
import '@ethersproject/keccak256';
|
|
17
17
|
import '@ethersproject/strings';
|
|
18
18
|
import 'bn.js';
|
|
@@ -35,7 +35,7 @@ import 'events';
|
|
|
35
35
|
import '@0xsequence/abi';
|
|
36
36
|
import '@0xsequence/core';
|
|
37
37
|
import 'uuid';
|
|
38
|
-
import './index-
|
|
38
|
+
import './index-Drimuu53.js';
|
|
39
39
|
import 'form-data';
|
|
40
40
|
import 'ethers-v6';
|
|
41
41
|
import 'merkletreejs';
|
|
@@ -47,5 +47,5 @@ import '@ethersproject/solidity';
|
|
|
47
47
|
import '@uniswap/router-sdk';
|
|
48
48
|
import '@ethersproject/units';
|
|
49
49
|
import '@ethersproject/bignumber';
|
|
50
|
-
import './index-
|
|
50
|
+
import './index-Bsq7qQUh.js';
|
|
51
51
|
import 'sns-validator';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as BlockchainData } from './index-
|
|
2
|
-
import { h as handle } from './index-
|
|
3
|
-
import { t as track, s as setEnvironment, b as setPublishableApiKey } from './index-
|
|
1
|
+
import { B as BlockchainData } from './index-DKJEKIyJ.js';
|
|
2
|
+
import { h as handle } from './index-Bsq7qQUh.js';
|
|
3
|
+
import { t as track, s as setEnvironment, b as setPublishableApiKey } from './index-CXBbqZZE.js';
|
|
4
4
|
|
|
5
5
|
const moduleName = 'minting_backend_sdk';
|
|
6
6
|
const trackInitializePersistencePG = () => {
|
package/dist/minting_backend.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { M as MintingBackendModule, a as mintingPersistencePg, b as mintingPersistencePrismaSqlite, p as processMint, r as recordMint, s as submitMintingRequests } from './minting_backend-
|
|
2
|
-
import './index-
|
|
3
|
-
import './index-
|
|
1
|
+
export { M as MintingBackendModule, a as mintingPersistencePg, b as mintingPersistencePrismaSqlite, p as processMint, r as recordMint, s as submitMintingRequests } from './minting_backend-C9a24z4a.js';
|
|
2
|
+
import './index-DKJEKIyJ.js';
|
|
3
|
+
import './index-C9ouUZ56.js';
|
|
4
4
|
import 'axios';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-CXBbqZZE.js';
|
|
6
6
|
import 'lru-memorise';
|
|
7
7
|
import 'global-const';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-Bsq7qQUh.js';
|
|
9
9
|
import 'sns-validator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-
|
|
1
|
+
import { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-Drimuu53.js';
|
|
2
2
|
|
|
3
3
|
var orderbook = /*#__PURE__*/Object.freeze({
|
|
4
4
|
__proto__: null,
|
package/dist/orderbook.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-
|
|
2
|
-
import './index-
|
|
1
|
+
export { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-Drimuu53.js';
|
|
2
|
+
import './index-CXBbqZZE.js';
|
|
3
3
|
import 'axios';
|
|
4
4
|
import 'lru-memorise';
|
|
5
5
|
import 'global-const';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import globalAxios, { isAxiosError as isAxiosError$1 } from 'axios';
|
|
2
|
-
import { M as MultiRollupApiClients, c as createConfig, m as multiRollupConfig, I as ImxApiClients, d as imxApiConfig } from './index-
|
|
3
|
-
import { g as IMXClient, s as signRaw, c as convertToSignableToken, t as generateLegacyStarkPrivateKey, r as createStarkSigner } from './index-
|
|
4
|
-
import { c as setPassportClientId, t as track, d as trackFlow, e as trackError, u as utils$2, i as identify, g as getDetail, D as Detail, f as trackDuration, E as Environment } from './index-
|
|
2
|
+
import { M as MultiRollupApiClients, c as createConfig, m as multiRollupConfig, I as ImxApiClients, d as imxApiConfig } from './index-C9ouUZ56.js';
|
|
3
|
+
import { g as IMXClient, s as signRaw, c as convertToSignableToken, t as generateLegacyStarkPrivateKey, r as createStarkSigner } from './index-Ca9_tRKa.js';
|
|
4
|
+
import { c as setPassportClientId, t as track, d as trackFlow, e as trackError, u as utils$2, i as identify, g as getDetail, D as Detail, f as trackDuration, E as Environment } from './index-CXBbqZZE.js';
|
|
5
5
|
import { UserManager, User, ErrorTimeout, ErrorResponse, InMemoryWebStorage, WebStorageStateStore } from 'oidc-client-ts';
|
|
6
6
|
import * as crypto from 'crypto';
|
|
7
7
|
import jwt_decode from 'jwt-decode';
|
package/dist/passport.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { J as JsonRpcError, P as Passport, a as PassportError, b as ProviderErrorCode, c as ProviderEvent, R as RpcErrorCode } from './passport-
|
|
1
|
+
export { J as JsonRpcError, P as Passport, a as PassportError, b as ProviderErrorCode, c as ProviderEvent, R as RpcErrorCode } from './passport-BN89YTHh.js';
|
|
2
2
|
import 'axios';
|
|
3
|
-
import './index-
|
|
4
|
-
import './index-
|
|
5
|
-
import './index-
|
|
3
|
+
import './index-C9ouUZ56.js';
|
|
4
|
+
import './index-Ca9_tRKa.js';
|
|
5
|
+
import './index-CXBbqZZE.js';
|
|
6
6
|
import 'lru-memorise';
|
|
7
7
|
import 'global-const';
|
|
8
8
|
import '@ethersproject/keccak256';
|
package/dist/webhook.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { I as ImxConfiguration, c as convertToSignableToken, s as signRaw, e as exportContracts, a as signMessage, E as EncodingApi, M as MintsApi, b as signRegisterEthAddress, A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, D as DepositsApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, w as production, x as sandbox, y as serializePackedSignature, z as starkEcOrder } from './index-
|
|
2
|
-
import { b as index$2 } from './index-
|
|
1
|
+
import { I as ImxConfiguration, c as convertToSignableToken, s as signRaw, e as exportContracts, a as signMessage, E as EncodingApi, M as MintsApi, b as signRegisterEthAddress, A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, D as DepositsApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, w as production, x as sandbox, y as serializePackedSignature, z as starkEcOrder } from './index-Ca9_tRKa.js';
|
|
2
|
+
import { b as index$2 } from './index-C9ouUZ56.js';
|
|
3
3
|
import { isAxiosError } from 'axios';
|
|
4
4
|
import * as encUtils from 'enc-utils';
|
|
5
5
|
import { parseUnits } from '@ethersproject/units';
|
|
6
6
|
import { BigNumber } from '@ethersproject/bignumber';
|
|
7
7
|
import { ethers } from 'ethers';
|
|
8
8
|
import detectEthereumProvider from '@metamask/detect-provider';
|
|
9
|
-
import { E as Environment, I as ImmutableConfiguration } from './index-
|
|
9
|
+
import { E as Environment, I as ImmutableConfiguration } from './index-CXBbqZZE.js';
|
|
10
10
|
import { Signer } from '@ethersproject/abstract-signer';
|
|
11
11
|
|
|
12
12
|
function isChainValid(chainID, config) {
|
package/dist/x.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, e as Contracts, D as DepositsApi, E as EncodingApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, I as ImxConfiguration, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, M as MintsApi, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, r as imxClientCreateStarkSigner, t as imxClientGenerateLegacyStarkPrivateKey, w as production, x as sandbox, y as serializePackedSignature, b as signRegisterEthAddress, z as starkEcOrder } from './index-
|
|
2
|
-
export { G as GenericIMXProvider, M as MetaMaskIMXProvider, P as ProviderConfiguration } from './x-
|
|
3
|
-
export { E as Environment, I as ImmutableConfiguration } from './index-
|
|
1
|
+
export { A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, e as Contracts, D as DepositsApi, E as EncodingApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, I as ImxConfiguration, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, M as MintsApi, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, r as imxClientCreateStarkSigner, t as imxClientGenerateLegacyStarkPrivateKey, w as production, x as sandbox, y as serializePackedSignature, b as signRegisterEthAddress, z as starkEcOrder } from './index-Ca9_tRKa.js';
|
|
2
|
+
export { G as GenericIMXProvider, M as MetaMaskIMXProvider, P as ProviderConfiguration } from './x-ME92JJO2.js';
|
|
3
|
+
export { E as Environment, I as ImmutableConfiguration } from './index-CXBbqZZE.js';
|
|
4
4
|
export { Signer as EthSigner } from '@ethersproject/abstract-signer';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-C9ouUZ56.js';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import '@ethersproject/keccak256';
|
|
8
8
|
import '@ethersproject/strings';
|
package/package.json
CHANGED