@skip-go/client 1.0.0 → 1.0.1-alpha-1

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.
Files changed (101) hide show
  1. package/dist/api/getAssets.js +2 -0
  2. package/dist/api/getAssetsBetweenChains.js +2 -0
  3. package/dist/api/getBridges.js +2 -0
  4. package/dist/api/getChains.js +2 -0
  5. package/dist/api/getVenues.js +2 -0
  6. package/dist/api/postAssetsFromSource.js +3 -0
  7. package/dist/api/postBalances.js +2 -0
  8. package/dist/api/postIbcOriginAssets.js +2 -0
  9. package/dist/api/postMessages.js +2 -0
  10. package/dist/api/postMessagesDirect.js +2 -0
  11. package/dist/api/postRecommendAssets.js +2 -0
  12. package/dist/api/postRoute.js +2 -0
  13. package/dist/api/postSubmitTransaction.js +2 -0
  14. package/dist/api/postTrackTransaction.js +2 -0
  15. package/dist/api/postTransactionStatus.js +2 -0
  16. package/dist/{chunk-C5CGY2X7.mjs → chunk-33K6EESX.js} +1 -1
  17. package/dist/{chunk-ZMEQSFOL.mjs → chunk-3N7XVGLX.js} +18 -23
  18. package/dist/{chunk-OTLFF5OB.mjs → chunk-3OZQ35X3.js} +101 -138
  19. package/dist/{chunk-7TBBV2YY.mjs → chunk-4JJWOILI.js} +1 -1
  20. package/dist/{chunk-QZ3X6MP3.mjs → chunk-BQTQJQ5E.js} +1 -1
  21. package/dist/{chunk-IHIJJNTV.mjs → chunk-BRJDNGYH.js} +6 -7
  22. package/dist/chunk-BRMONS6A.js +130 -0
  23. package/dist/{chunk-NNZFCKHP.mjs → chunk-C2EDPY6J.js} +1 -1
  24. package/dist/{chunk-KPK3Z6QZ.mjs → chunk-DW4U6YI6.js} +1 -1
  25. package/dist/chunk-GARVPN2H.js +16 -0
  26. package/dist/{chunk-NU7MCJOK.mjs → chunk-JTIHU43D.js} +32 -36
  27. package/dist/{chunk-J7GGREYX.mjs → chunk-KNV72XRZ.js} +1 -1
  28. package/dist/{chunk-CAAR7GDJ.mjs → chunk-MGVXJ2U4.js} +1 -1
  29. package/dist/{chunk-IGD32L7C.mjs → chunk-MTMPHY3Y.js} +1 -1
  30. package/dist/{chunk-CZ27FEZ7.mjs → chunk-PRQ2NHRZ.js} +1 -1
  31. package/dist/{chunk-LJVI5DLG.mjs → chunk-RDRDFJQE.js} +1 -1
  32. package/dist/{chunk-YWYU6P7W.mjs → chunk-RMP3HM5N.js} +2 -2
  33. package/dist/{chunk-DZQJN6OX.mjs → chunk-SQGWZAUC.js} +76 -86
  34. package/dist/{chunk-2ETF4N4H.mjs → chunk-TW77BXMT.js} +4 -5
  35. package/dist/{chunk-2F4MBSMT.mjs → chunk-VMPFHQ7U.js} +14 -20
  36. package/dist/chunk-W6TBGBV3.js +675 -0
  37. package/dist/chunk-Y5EY3Q6D.js +1790 -0
  38. package/dist/index.js +24 -0
  39. package/dist/public-functions/executeRoute.js +12 -0
  40. package/dist/public-functions/getFeeInfoForChain.js +5 -0
  41. package/dist/public-functions/getRecommendedGasPrice.js +7 -0
  42. package/dist/public-functions/getSigningStargateClient.js +4 -0
  43. package/dist/public-functions/setApiOptions.js +2 -0
  44. package/dist/public-functions/setClientOptions.js +4 -0
  45. package/package.json +12 -3
  46. package/dist/api/getAssets.d.mts +0 -19
  47. package/dist/api/getAssets.mjs +0 -2
  48. package/dist/api/getAssetsBetweenChains.d.mts +0 -56
  49. package/dist/api/getAssetsBetweenChains.mjs +0 -2
  50. package/dist/api/getBridges.d.mts +0 -54
  51. package/dist/api/getBridges.mjs +0 -2
  52. package/dist/api/getChains.d.mts +0 -41
  53. package/dist/api/getChains.mjs +0 -2
  54. package/dist/api/getVenues.d.mts +0 -13
  55. package/dist/api/getVenues.mjs +0 -2
  56. package/dist/api/postAssetsFromSource.d.mts +0 -13
  57. package/dist/api/postAssetsFromSource.mjs +0 -3
  58. package/dist/api/postBalances.d.mts +0 -35
  59. package/dist/api/postBalances.mjs +0 -2
  60. package/dist/api/postIbcOriginAssets.d.mts +0 -32
  61. package/dist/api/postIbcOriginAssets.mjs +0 -2
  62. package/dist/api/postMessages.d.mts +0 -528
  63. package/dist/api/postMessages.mjs +0 -2
  64. package/dist/api/postMessagesDirect.d.mts +0 -568
  65. package/dist/api/postMessagesDirect.mjs +0 -2
  66. package/dist/api/postRecommendAssets.d.mts +0 -40
  67. package/dist/api/postRecommendAssets.mjs +0 -2
  68. package/dist/api/postRoute.d.mts +0 -460
  69. package/dist/api/postRoute.mjs +0 -2
  70. package/dist/api/postSubmitTransaction.d.mts +0 -13
  71. package/dist/api/postSubmitTransaction.mjs +0 -2
  72. package/dist/api/postTrackTransaction.d.mts +0 -13
  73. package/dist/api/postTrackTransaction.mjs +0 -2
  74. package/dist/api/postTransactionStatus.d.mts +0 -559
  75. package/dist/api/postTransactionStatus.mjs +0 -2
  76. package/dist/apiState-CdzxTxYd.d.mts +0 -6
  77. package/dist/chunk-2FYLP573.mjs +0 -15
  78. package/dist/chunk-DKIWPD5I.mjs +0 -124
  79. package/dist/chunk-I2MX24LT.mjs +0 -2316
  80. package/dist/chunk-RXWDHQLG.mjs +0 -231
  81. package/dist/client-types-CVch1pZ-.d.mts +0 -60
  82. package/dist/executeRoute-CRdeEz1o.d.mts +0 -69
  83. package/dist/generateApi-3mHZ6Zbr.d.mts +0 -22
  84. package/dist/index.d.mts +0 -37
  85. package/dist/index.mjs +0 -24
  86. package/dist/public-functions/executeRoute.d.mts +0 -9
  87. package/dist/public-functions/executeRoute.mjs +0 -12
  88. package/dist/public-functions/getFeeInfoForChain.d.mts +0 -9
  89. package/dist/public-functions/getFeeInfoForChain.mjs +0 -5
  90. package/dist/public-functions/getRecommendedGasPrice.d.mts +0 -9
  91. package/dist/public-functions/getRecommendedGasPrice.mjs +0 -7
  92. package/dist/public-functions/getSigningStargateClient.d.mts +0 -13
  93. package/dist/public-functions/getSigningStargateClient.mjs +0 -4
  94. package/dist/public-functions/setApiOptions.d.mts +0 -9
  95. package/dist/public-functions/setApiOptions.mjs +0 -2
  96. package/dist/public-functions/setClientOptions.d.mts +0 -9
  97. package/dist/public-functions/setClientOptions.mjs +0 -4
  98. package/dist/setClientOptions-CVB_OUIn.d.mts +0 -19
  99. package/dist/swaggerTypes-O9-gvCT1.d.mts +0 -1890
  100. /package/dist/{chunk-ZAF3Z56R.mjs → chunk-SWYON2RG.js} +0 -0
  101. /package/dist/{chunk-TUBI6VE6.mjs → chunk-VQ5SIQWU.js} +0 -0
package/dist/index.js ADDED
@@ -0,0 +1,24 @@
1
+ export { executeRoute } from './chunk-Y5EY3Q6D.js';
2
+ export { getRecommendedGasPrice } from './chunk-BRJDNGYH.js';
3
+ import './chunk-VQ5SIQWU.js';
4
+ export { getFeeInfoForChain } from './chunk-VMPFHQ7U.js';
5
+ export { GAS_STATION_CHAIN_IDS } from './chunk-SWYON2RG.js';
6
+ export { getSigningStargateClient } from './chunk-3N7XVGLX.js';
7
+ import './chunk-JTIHU43D.js';
8
+ export { setApiOptions } from './chunk-TW77BXMT.js';
9
+ export { setClientOptions } from './chunk-SQGWZAUC.js';
10
+ import './chunk-3OZQ35X3.js';
11
+ export { ibcOriginAssets } from './chunk-PRQ2NHRZ.js';
12
+ export { messages } from './chunk-DW4U6YI6.js';
13
+ export { messagesDirect } from './chunk-BQTQJQ5E.js';
14
+ export { recommendAssets } from './chunk-4JJWOILI.js';
15
+ export { route } from './chunk-GARVPN2H.js';
16
+ export { submitTransaction } from './chunk-RDRDFJQE.js';
17
+ export { trackTransaction } from './chunk-MGVXJ2U4.js';
18
+ export { transactionStatus } from './chunk-33K6EESX.js';
19
+ export { assetsBetweenChains } from './chunk-MTMPHY3Y.js';
20
+ export { bridges } from './chunk-KNV72XRZ.js';
21
+ export { venues } from './chunk-C2EDPY6J.js';
22
+ export { assetsFromSource } from './chunk-RMP3HM5N.js';
23
+ export { assets, balances, chains } from './chunk-BRMONS6A.js';
24
+ export { Api, AutopilotAction, AxelarTransferState, AxelarTransferType, BridgeType, CCTPTransferState, ChainType, ContentType, ContractCallWithTokenErrorType, FeeType, GoFastTransferState, HttpClient, HyperlaneTransferState, LayerZeroTransferState, OPInitTransferState, PacketErrorType, Reason, RoutePriceWarningType, SendTokenErrorType, StargateTransferState, StatusErrorType, TransactionState, TransferState } from './chunk-W6TBGBV3.js';
@@ -0,0 +1,12 @@
1
+ export { executeRoute } from '../chunk-Y5EY3Q6D.js';
2
+ import '../chunk-VQ5SIQWU.js';
3
+ import '../chunk-SWYON2RG.js';
4
+ import '../chunk-3N7XVGLX.js';
5
+ import '../chunk-JTIHU43D.js';
6
+ import '../chunk-3OZQ35X3.js';
7
+ import '../chunk-DW4U6YI6.js';
8
+ import '../chunk-RDRDFJQE.js';
9
+ import '../chunk-MGVXJ2U4.js';
10
+ import '../chunk-33K6EESX.js';
11
+ import '../chunk-BRMONS6A.js';
12
+ import '../chunk-W6TBGBV3.js';
@@ -0,0 +1,5 @@
1
+ export { getFeeInfoForChain } from '../chunk-VMPFHQ7U.js';
2
+ import '../chunk-SWYON2RG.js';
3
+ import '../chunk-JTIHU43D.js';
4
+ import '../chunk-BRMONS6A.js';
5
+ import '../chunk-W6TBGBV3.js';
@@ -0,0 +1,7 @@
1
+ export { getRecommendedGasPrice } from '../chunk-BRJDNGYH.js';
2
+ import '../chunk-VQ5SIQWU.js';
3
+ import '../chunk-VMPFHQ7U.js';
4
+ import '../chunk-SWYON2RG.js';
5
+ import '../chunk-JTIHU43D.js';
6
+ import '../chunk-BRMONS6A.js';
7
+ import '../chunk-W6TBGBV3.js';
@@ -0,0 +1,4 @@
1
+ export { getSigningStargateClient } from '../chunk-3N7XVGLX.js';
2
+ import '../chunk-JTIHU43D.js';
3
+ import '../chunk-BRMONS6A.js';
4
+ import '../chunk-W6TBGBV3.js';
@@ -0,0 +1,2 @@
1
+ export { setApiOptions } from '../chunk-TW77BXMT.js';
2
+ import '../chunk-W6TBGBV3.js';
@@ -0,0 +1,4 @@
1
+ export { setClientOptions } from '../chunk-SQGWZAUC.js';
2
+ import '../chunk-3OZQ35X3.js';
3
+ import '../chunk-BRMONS6A.js';
4
+ import '../chunk-W6TBGBV3.js';
package/package.json CHANGED
@@ -1,10 +1,19 @@
1
1
  {
2
2
  "name": "@skip-go/client",
3
3
  "description": "JavaScript SDK for Skip Go API",
4
- "version": "1.0.0",
4
+ "version": "1.0.1-alpha-1",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
- "main": "dist/index.mjs",
7
- "types": "dist/index.d.mts",
6
+ "type": "module",
7
+ "main": "dist/index.js",
8
+ "module": "dist/index.js",
9
+ "types": "dist/index.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ },
15
+ "./package.json": "./package.json"
16
+ },
8
17
  "files": [
9
18
  "dist/*",
10
19
  "*.js",
@@ -1,19 +0,0 @@
1
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
2
- import { c as Asset } from '../swaggerTypes-O9-gvCT1.mjs';
3
-
4
- declare const assets: (options?: ({
5
- chainIds?: string[] | undefined;
6
- nativeOnly?: boolean | undefined;
7
- includeNoMetadataAssets?: boolean | undefined;
8
- includeCw20Assets?: boolean | undefined;
9
- includeEvmAssets?: boolean | undefined;
10
- includeSvmAssets?: boolean | undefined;
11
- onlyTestnets?: boolean | undefined;
12
- } & SkipApiOptions & {
13
- abortDuplicateRequests?: boolean | undefined;
14
- }) | undefined) => Promise<Record<string, Asset[]> | undefined>;
15
- declare const transformAssetsMap: (input?: Record<string, {
16
- assets?: Asset[];
17
- }>) => Record<string, Asset[]>;
18
-
19
- export { assets, transformAssetsMap };
@@ -1,2 +0,0 @@
1
- export { assets, transformAssetsMap } from '../chunk-DKIWPD5I.mjs';
2
- import '../chunk-RXWDHQLG.mjs';
@@ -1,56 +0,0 @@
1
- import { I as BridgeType } from '../swaggerTypes-O9-gvCT1.mjs';
2
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
3
-
4
- declare const assetsBetweenChains: (options?: ({
5
- sourceChainId?: string | undefined;
6
- destChainId?: string | undefined;
7
- includeNoMetadataAssets?: boolean | undefined;
8
- includeCw20Assets?: boolean | undefined;
9
- includeEvmAssets?: boolean | undefined;
10
- allowMultiTx?: boolean | undefined;
11
- } & SkipApiOptions & {
12
- abortDuplicateRequests?: boolean | undefined;
13
- }) | undefined) => Promise<{
14
- assetsBetweenChains?: {
15
- assetOnSource?: {
16
- chainId: string;
17
- coingeckoId?: string | undefined;
18
- decimals?: number | undefined;
19
- denom: string;
20
- description?: string | undefined;
21
- isCw20: boolean;
22
- isEvm: boolean;
23
- isSvm: boolean;
24
- logoUri?: string | undefined;
25
- name?: string | undefined;
26
- originChainId: string;
27
- originDenom: string;
28
- recommendedSymbol?: string | undefined;
29
- symbol?: string | undefined;
30
- tokenContract?: string | undefined;
31
- trace: string;
32
- } | undefined;
33
- assetOnDest?: {
34
- chainId: string;
35
- coingeckoId?: string | undefined;
36
- decimals?: number | undefined;
37
- denom: string;
38
- description?: string | undefined;
39
- isCw20: boolean;
40
- isEvm: boolean;
41
- isSvm: boolean;
42
- logoUri?: string | undefined;
43
- name?: string | undefined;
44
- originChainId: string;
45
- originDenom: string;
46
- recommendedSymbol?: string | undefined;
47
- symbol?: string | undefined;
48
- tokenContract?: string | undefined;
49
- trace: string;
50
- } | undefined;
51
- txsRequired: number;
52
- bridges?: BridgeType[] | undefined;
53
- }[] | undefined;
54
- } | undefined>;
55
-
56
- export { assetsBetweenChains };
@@ -1,2 +0,0 @@
1
- export { assetsBetweenChains } from '../chunk-IGD32L7C.mjs';
2
- import '../chunk-RXWDHQLG.mjs';
@@ -1,54 +0,0 @@
1
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
2
- import { ba as ContentType, I as BridgeType } from '../swaggerTypes-O9-gvCT1.mjs';
3
-
4
- declare const bridges: (options?: ({
5
- cache?: RequestCache | undefined;
6
- credentials?: RequestCredentials | undefined;
7
- headers?: string[][] | {
8
- [x: string]: string;
9
- } | {
10
- append: {};
11
- delete: {};
12
- get: {};
13
- getSetCookie: {};
14
- has: {};
15
- set: {};
16
- forEach: {};
17
- entries: {};
18
- keys: {};
19
- values: {};
20
- } | undefined;
21
- integrity?: string | undefined;
22
- keepalive?: boolean | undefined;
23
- mode?: RequestMode | undefined;
24
- redirect?: RequestRedirect | undefined;
25
- referrer?: string | undefined;
26
- referrerPolicy?: ReferrerPolicy | undefined;
27
- signal?: {
28
- readonly aborted: boolean;
29
- onabort: {} | null;
30
- readonly reason: any;
31
- throwIfAborted: {};
32
- addEventListener: {};
33
- removeEventListener: {};
34
- dispatchEvent: {};
35
- } | null | undefined;
36
- window?: null | undefined;
37
- secure?: boolean | undefined;
38
- type?: ContentType | undefined;
39
- format?: "arrayBuffer" | "blob" | "formData" | "json" | "text" | undefined;
40
- baseUrl?: string | undefined;
41
- cancelToken?: string | number | {
42
- toString: {};
43
- valueOf: {};
44
- readonly description: string | undefined;
45
- } | undefined;
46
- } & SkipApiOptions & {
47
- abortDuplicateRequests?: boolean | undefined;
48
- }) | undefined) => Promise<{
49
- id?: BridgeType | undefined;
50
- name?: string | undefined;
51
- logoUri?: string | undefined;
52
- }[] | undefined>;
53
-
54
- export { bridges };
@@ -1,2 +0,0 @@
1
- export { bridges } from '../chunk-J7GGREYX.mjs';
2
- import '../chunk-RXWDHQLG.mjs';
@@ -1,41 +0,0 @@
1
- import { K as ChainType } from '../swaggerTypes-O9-gvCT1.mjs';
2
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
3
-
4
- declare const chains: (options?: ({
5
- chainIds?: string[] | undefined;
6
- includeEvm?: boolean | undefined;
7
- includeSvm?: boolean | undefined;
8
- onlyTestnets?: boolean | undefined;
9
- } & SkipApiOptions & {
10
- abortDuplicateRequests?: boolean | undefined;
11
- }) | undefined) => Promise<{
12
- chainName: string;
13
- chainId: string;
14
- pfmEnabled: boolean;
15
- cosmosModuleSupport: {
16
- authz?: boolean | undefined;
17
- feegrant?: boolean | undefined;
18
- };
19
- supportsMemo: boolean;
20
- logoUri?: string | undefined;
21
- bech32Prefix: string;
22
- feeAssets: {
23
- denom: string;
24
- gasPrice?: {
25
- average?: string | undefined;
26
- high?: string | undefined;
27
- low?: string | undefined;
28
- } | undefined;
29
- }[];
30
- chainType: ChainType;
31
- ibcCapabilities: {
32
- cosmosPfm?: boolean | undefined;
33
- cosmosIbcHooks?: boolean | undefined;
34
- cosmosMemo?: boolean | undefined;
35
- cosmosAutopilot?: boolean | undefined;
36
- };
37
- isTestnet: boolean;
38
- prettyName: string;
39
- }[] | undefined>;
40
-
41
- export { chains };
@@ -1,2 +0,0 @@
1
- export { chains } from '../chunk-DKIWPD5I.mjs';
2
- import '../chunk-RXWDHQLG.mjs';
@@ -1,13 +0,0 @@
1
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
2
-
3
- declare const venues: (options?: ({
4
- onlyTestnets?: boolean | undefined;
5
- } & SkipApiOptions & {
6
- abortDuplicateRequests?: boolean | undefined;
7
- }) | undefined) => Promise<{
8
- chainId?: string | undefined;
9
- name?: string | undefined;
10
- logoUri?: string | undefined;
11
- }[] | undefined>;
12
-
13
- export { venues };
@@ -1,2 +0,0 @@
1
- export { venues } from '../chunk-NNZFCKHP.mjs';
2
- import '../chunk-RXWDHQLG.mjs';
@@ -1,13 +0,0 @@
1
- import { c as Asset } from '../swaggerTypes-O9-gvCT1.mjs';
2
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
3
-
4
- declare const assetsFromSource: (options?: ({
5
- sourceAssetDenom: string;
6
- sourceAssetChainId: string;
7
- allowMultiTx?: boolean | undefined;
8
- includeCw20Assets?: boolean | undefined;
9
- } & SkipApiOptions & {
10
- abortDuplicateRequests?: boolean | undefined;
11
- }) | undefined) => Promise<Record<string, Asset[]> | undefined>;
12
-
13
- export { assetsFromSource };
@@ -1,3 +0,0 @@
1
- export { assetsFromSource } from '../chunk-YWYU6P7W.mjs';
2
- import '../chunk-DKIWPD5I.mjs';
3
- import '../chunk-RXWDHQLG.mjs';
@@ -1,35 +0,0 @@
1
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
2
- import { A as ApiRequest, a as ApiResponse } from '../generateApi-3mHZ6Zbr.mjs';
3
- import '../swaggerTypes-O9-gvCT1.mjs';
4
-
5
- declare const balances: (options?: ({
6
- chains?: {
7
- [x: string]: {
8
- address?: string | undefined;
9
- denoms?: string[] | undefined;
10
- };
11
- } | undefined;
12
- } & SkipApiOptions & {
13
- abortDuplicateRequests?: boolean | undefined;
14
- }) | undefined) => Promise<{
15
- chains?: {
16
- [x: string]: {
17
- denoms?: {
18
- [x: string]: {
19
- amount: string;
20
- decimals?: number | undefined;
21
- formattedAmount: string;
22
- price?: string | undefined;
23
- valueUsd?: string | undefined;
24
- error?: {
25
- message?: string | undefined;
26
- } | undefined;
27
- };
28
- } | undefined;
29
- };
30
- } | undefined;
31
- } | undefined>;
32
- type BalanceRequest = ApiRequest<"getBalances">;
33
- type BalanceResponse = ApiResponse<"getBalances">;
34
-
35
- export { type BalanceRequest, type BalanceResponse, balances };
@@ -1,2 +0,0 @@
1
- export { balances } from '../chunk-DKIWPD5I.mjs';
2
- import '../chunk-RXWDHQLG.mjs';
@@ -1,32 +0,0 @@
1
- import { S as SkipApiOptions } from '../apiState-CdzxTxYd.mjs';
2
-
3
- declare const ibcOriginAssets: (options?: ({
4
- assets?: {
5
- denom?: string | undefined;
6
- chainId?: string | undefined;
7
- }[] | undefined;
8
- } & SkipApiOptions & {
9
- abortDuplicateRequests?: boolean | undefined;
10
- }) | undefined) => Promise<{
11
- asset?: {
12
- chainId: string;
13
- coingeckoId?: string | undefined;
14
- decimals?: number | undefined;
15
- denom: string;
16
- description?: string | undefined;
17
- isCw20: boolean;
18
- isEvm: boolean;
19
- isSvm: boolean;
20
- logoUri?: string | undefined;
21
- name?: string | undefined;
22
- originChainId: string;
23
- originDenom: string;
24
- recommendedSymbol?: string | undefined;
25
- symbol?: string | undefined;
26
- tokenContract?: string | undefined;
27
- trace: string;
28
- } | undefined;
29
- assetFound?: boolean | undefined;
30
- }[] | undefined>;
31
-
32
- export { ibcOriginAssets };
@@ -1,2 +0,0 @@
1
- export { ibcOriginAssets } from '../chunk-CZ27FEZ7.mjs';
2
- import '../chunk-RXWDHQLG.mjs';