@circle-fin/usdckit 0.23.0 → 0.23.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.
Files changed (34) hide show
  1. package/dist/cjs/actions/index.d.ts +1 -1
  2. package/dist/cjs/chains/index.d.ts +21 -19
  3. package/dist/cjs/chains/index.js +25 -25
  4. package/dist/cjs/client.d.ts +1 -1
  5. package/dist/cjs/extractChain.d.ts +1198 -1198
  6. package/dist/cjs/index.d.ts +2 -2
  7. package/dist/cjs/index.js +1 -1
  8. package/dist/cjs/metadata.js +1 -1
  9. package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +994 -994
  10. package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +994 -994
  11. package/dist/cjs/utils/createConfig.d.ts +1 -1
  12. package/dist/cjs/utils/createCustomWalletClient.d.ts +1 -1
  13. package/dist/cjs/utils/getChainContractByAddress.d.ts +1 -1
  14. package/dist/cjs/utils/getContract.d.ts +8 -8
  15. package/dist/esm/actions/index.d.ts +1 -1
  16. package/dist/esm/chains/index.d.ts +21 -19
  17. package/dist/esm/chains/index.js +20 -19
  18. package/dist/esm/client.d.ts +1 -1
  19. package/dist/esm/extractChain.d.ts +1198 -1198
  20. package/dist/esm/index.d.ts +2 -2
  21. package/dist/esm/index.js +1 -1
  22. package/dist/esm/metadata.js +1 -1
  23. package/dist/esm/package.json +1 -0
  24. package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +994 -994
  25. package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +994 -994
  26. package/dist/esm/utils/createConfig.d.ts +1 -1
  27. package/dist/esm/utils/createCustomWalletClient.d.ts +1 -1
  28. package/dist/esm/utils/getChainContractByAddress.d.ts +1 -1
  29. package/dist/esm/utils/getContract.d.ts +8 -8
  30. package/package.json +13 -2
  31. package/dist/cjs/chains.d.ts +0 -2
  32. package/dist/cjs/chains.js +0 -12
  33. package/dist/esm/chains.d.ts +0 -2
  34. package/dist/esm/chains.js +0 -11
@@ -6,7 +6,7 @@ import { signEIP2612Permit } from './signEIP2612Permit.js';
6
6
  import { swapExactIn } from './swapExactIn.js';
7
7
  import { sweep } from './sweep.js';
8
8
  import { transfer } from './transfer.js';
9
- import type { Chain } from '../chains.js';
9
+ import type { Chain } from '../chains/index.js';
10
10
  import type { Account } from '../types.js';
11
11
  import type { GenerateTransferLinkParams } from './generateTransferLink.js';
12
12
  import type { GetSwapExactInQuoteParams } from './getSwapExactInQuote.js';
@@ -1,19 +1,21 @@
1
- export { chain as ARB } from './ARB.js';
2
- export { chain as ARB_SEPOLIA } from './ARB_SEPOLIA.js';
3
- export { chain as ARC_TESTNET } from './ARC_TESTNET.js';
4
- export { chain as AVAX } from './AVAX.js';
5
- export { chain as AVAX_FUJI } from './AVAX_FUJI.js';
6
- export { chain as ETH } from './ETH.js';
7
- export { chain as ETH_SEPOLIA } from './ETH_SEPOLIA.js';
8
- export { chain as MATIC } from './MATIC.js';
9
- export { chain as MATIC_AMOY } from './MATIC_AMOY.js';
10
- export { chain as BASE } from './BASE.js';
11
- export { chain as BASE_SEPOLIA } from './BASE_SEPOLIA.js';
12
- export { chain as OP } from './OP.js';
13
- export { chain as OP_SEPOLIA } from './OP_SEPOLIA.js';
14
- export { chain as UNI } from './UNI.js';
15
- export { chain as UNI_SEPOLIA } from './UNI_SEPOLIA.js';
16
- export { chain as NEAR } from './NEAR.js';
17
- export { chain as NEAR_TESTNET } from './NEAR_TESTNET.js';
18
- export { chain as SOL } from './SOL.js';
19
- export { chain as SOL_DEVNET } from './SOL_DEVNET.js';
1
+ import { chain as ARB } from './ARB.js';
2
+ import { chain as ARB_SEPOLIA } from './ARB_SEPOLIA.js';
3
+ import { chain as ARC_TESTNET } from './ARC_TESTNET.js';
4
+ import { chain as AVAX } from './AVAX.js';
5
+ import { chain as AVAX_FUJI } from './AVAX_FUJI.js';
6
+ import { chain as BASE } from './BASE.js';
7
+ import { chain as BASE_SEPOLIA } from './BASE_SEPOLIA.js';
8
+ import { chain as ETH } from './ETH.js';
9
+ import { chain as ETH_SEPOLIA } from './ETH_SEPOLIA.js';
10
+ import { chain as MATIC } from './MATIC.js';
11
+ import { chain as MATIC_AMOY } from './MATIC_AMOY.js';
12
+ import { chain as NEAR } from './NEAR.js';
13
+ import { chain as NEAR_TESTNET } from './NEAR_TESTNET.js';
14
+ import { chain as OP } from './OP.js';
15
+ import { chain as OP_SEPOLIA } from './OP_SEPOLIA.js';
16
+ import { chain as SOL } from './SOL.js';
17
+ import { chain as SOL_DEVNET } from './SOL_DEVNET.js';
18
+ import { chain as UNI } from './UNI.js';
19
+ import { chain as UNI_SEPOLIA } from './UNI_SEPOLIA.js';
20
+ export { ARB, ARB_SEPOLIA, ARC_TESTNET, AVAX, AVAX_FUJI, ETH, ETH_SEPOLIA, MATIC, MATIC_AMOY, BASE, BASE_SEPOLIA, OP, OP_SEPOLIA, UNI, UNI_SEPOLIA, NEAR, NEAR_TESTNET, SOL, SOL_DEVNET, };
21
+ export type Chain = typeof ARB | typeof ARB_SEPOLIA | typeof ARC_TESTNET | typeof AVAX | typeof AVAX_FUJI | typeof ETH | typeof ETH_SEPOLIA | typeof MATIC | typeof MATIC_AMOY | typeof BASE | typeof BASE_SEPOLIA | typeof OP | typeof OP_SEPOLIA | typeof UNI | typeof UNI_SEPOLIA | typeof NEAR | typeof NEAR_TESTNET | typeof SOL | typeof SOL_DEVNET;
@@ -11,41 +11,41 @@
11
11
  // prohibited without the express written permission of Circle Internet Group, Inc.
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports.SOL_DEVNET = exports.SOL = exports.NEAR_TESTNET = exports.NEAR = exports.UNI_SEPOLIA = exports.UNI = exports.OP_SEPOLIA = exports.OP = exports.BASE_SEPOLIA = exports.BASE = exports.MATIC_AMOY = exports.MATIC = exports.ETH_SEPOLIA = exports.ETH = exports.AVAX_FUJI = exports.AVAX = exports.ARC_TESTNET = exports.ARB_SEPOLIA = exports.ARB = void 0;
14
- var ARB_js_1 = require("./ARB.js");
14
+ const ARB_js_1 = require("./ARB.js");
15
15
  Object.defineProperty(exports, "ARB", { enumerable: true, get: function () { return ARB_js_1.chain; } });
16
- var ARB_SEPOLIA_js_1 = require("./ARB_SEPOLIA.js");
16
+ const ARB_SEPOLIA_js_1 = require("./ARB_SEPOLIA.js");
17
17
  Object.defineProperty(exports, "ARB_SEPOLIA", { enumerable: true, get: function () { return ARB_SEPOLIA_js_1.chain; } });
18
- var ARC_TESTNET_js_1 = require("./ARC_TESTNET.js");
18
+ const ARC_TESTNET_js_1 = require("./ARC_TESTNET.js");
19
19
  Object.defineProperty(exports, "ARC_TESTNET", { enumerable: true, get: function () { return ARC_TESTNET_js_1.chain; } });
20
- var AVAX_js_1 = require("./AVAX.js");
20
+ const AVAX_js_1 = require("./AVAX.js");
21
21
  Object.defineProperty(exports, "AVAX", { enumerable: true, get: function () { return AVAX_js_1.chain; } });
22
- var AVAX_FUJI_js_1 = require("./AVAX_FUJI.js");
22
+ const AVAX_FUJI_js_1 = require("./AVAX_FUJI.js");
23
23
  Object.defineProperty(exports, "AVAX_FUJI", { enumerable: true, get: function () { return AVAX_FUJI_js_1.chain; } });
24
- var ETH_js_1 = require("./ETH.js");
24
+ const BASE_js_1 = require("./BASE.js");
25
+ Object.defineProperty(exports, "BASE", { enumerable: true, get: function () { return BASE_js_1.chain; } });
26
+ const BASE_SEPOLIA_js_1 = require("./BASE_SEPOLIA.js");
27
+ Object.defineProperty(exports, "BASE_SEPOLIA", { enumerable: true, get: function () { return BASE_SEPOLIA_js_1.chain; } });
28
+ const ETH_js_1 = require("./ETH.js");
25
29
  Object.defineProperty(exports, "ETH", { enumerable: true, get: function () { return ETH_js_1.chain; } });
26
- var ETH_SEPOLIA_js_1 = require("./ETH_SEPOLIA.js");
30
+ const ETH_SEPOLIA_js_1 = require("./ETH_SEPOLIA.js");
27
31
  Object.defineProperty(exports, "ETH_SEPOLIA", { enumerable: true, get: function () { return ETH_SEPOLIA_js_1.chain; } });
28
- var MATIC_js_1 = require("./MATIC.js");
32
+ const MATIC_js_1 = require("./MATIC.js");
29
33
  Object.defineProperty(exports, "MATIC", { enumerable: true, get: function () { return MATIC_js_1.chain; } });
30
- var MATIC_AMOY_js_1 = require("./MATIC_AMOY.js");
34
+ const MATIC_AMOY_js_1 = require("./MATIC_AMOY.js");
31
35
  Object.defineProperty(exports, "MATIC_AMOY", { enumerable: true, get: function () { return MATIC_AMOY_js_1.chain; } });
32
- var BASE_js_1 = require("./BASE.js");
33
- Object.defineProperty(exports, "BASE", { enumerable: true, get: function () { return BASE_js_1.chain; } });
34
- var BASE_SEPOLIA_js_1 = require("./BASE_SEPOLIA.js");
35
- Object.defineProperty(exports, "BASE_SEPOLIA", { enumerable: true, get: function () { return BASE_SEPOLIA_js_1.chain; } });
36
- var OP_js_1 = require("./OP.js");
37
- Object.defineProperty(exports, "OP", { enumerable: true, get: function () { return OP_js_1.chain; } });
38
- var OP_SEPOLIA_js_1 = require("./OP_SEPOLIA.js");
39
- Object.defineProperty(exports, "OP_SEPOLIA", { enumerable: true, get: function () { return OP_SEPOLIA_js_1.chain; } });
40
- var UNI_js_1 = require("./UNI.js");
41
- Object.defineProperty(exports, "UNI", { enumerable: true, get: function () { return UNI_js_1.chain; } });
42
- var UNI_SEPOLIA_js_1 = require("./UNI_SEPOLIA.js");
43
- Object.defineProperty(exports, "UNI_SEPOLIA", { enumerable: true, get: function () { return UNI_SEPOLIA_js_1.chain; } });
44
- var NEAR_js_1 = require("./NEAR.js");
36
+ const NEAR_js_1 = require("./NEAR.js");
45
37
  Object.defineProperty(exports, "NEAR", { enumerable: true, get: function () { return NEAR_js_1.chain; } });
46
- var NEAR_TESTNET_js_1 = require("./NEAR_TESTNET.js");
38
+ const NEAR_TESTNET_js_1 = require("./NEAR_TESTNET.js");
47
39
  Object.defineProperty(exports, "NEAR_TESTNET", { enumerable: true, get: function () { return NEAR_TESTNET_js_1.chain; } });
48
- var SOL_js_1 = require("./SOL.js");
40
+ const OP_js_1 = require("./OP.js");
41
+ Object.defineProperty(exports, "OP", { enumerable: true, get: function () { return OP_js_1.chain; } });
42
+ const OP_SEPOLIA_js_1 = require("./OP_SEPOLIA.js");
43
+ Object.defineProperty(exports, "OP_SEPOLIA", { enumerable: true, get: function () { return OP_SEPOLIA_js_1.chain; } });
44
+ const SOL_js_1 = require("./SOL.js");
49
45
  Object.defineProperty(exports, "SOL", { enumerable: true, get: function () { return SOL_js_1.chain; } });
50
- var SOL_DEVNET_js_1 = require("./SOL_DEVNET.js");
46
+ const SOL_DEVNET_js_1 = require("./SOL_DEVNET.js");
51
47
  Object.defineProperty(exports, "SOL_DEVNET", { enumerable: true, get: function () { return SOL_DEVNET_js_1.chain; } });
48
+ const UNI_js_1 = require("./UNI.js");
49
+ Object.defineProperty(exports, "UNI", { enumerable: true, get: function () { return UNI_js_1.chain; } });
50
+ const UNI_SEPOLIA_js_1 = require("./UNI_SEPOLIA.js");
51
+ Object.defineProperty(exports, "UNI_SEPOLIA", { enumerable: true, get: function () { return UNI_SEPOLIA_js_1.chain; } });
@@ -1,5 +1,5 @@
1
1
  import type { Actions as CoreActions } from './actions/index.js';
2
- import type { Chain } from './chains.js';
2
+ import type { Chain } from './chains/index.js';
3
3
  import type { Actions as CircleWalletsActions } from './providers/circle-wallets/actions/index.js';
4
4
  import type { EIP1474Methods as CircleWalletsMethods } from './providers/circle-wallets/transports/index.js';
5
5
  import type { Actions as CrossChainTransferProtocolActions } from './providers/cross-chain-transfer-protocol/actions/index.js';