@circle-fin/usdckit 0.23.1 → 0.24.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.
- package/dist/cjs/actions/index.d.ts +1 -1
- package/dist/cjs/chains/ARC_TESTNET.d.ts +2 -2
- package/dist/cjs/chains/ARC_TESTNET.js +3 -36
- package/dist/cjs/chains/BASE.d.ts +6 -6
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/cjs/chains/MATIC.d.ts +1 -1
- package/dist/cjs/chains/MONAD.d.ts +184 -0
- package/dist/cjs/chains/MONAD.js +24 -0
- package/dist/cjs/chains/MONAD_TESTNET.d.ts +178 -0
- package/dist/cjs/chains/MONAD_TESTNET.js +24 -0
- package/dist/cjs/chains/NEAR.d.ts +1 -1
- package/dist/cjs/chains/NEAR_TESTNET.d.ts +1 -1
- package/dist/cjs/chains/OP.d.ts +6 -6
- package/dist/cjs/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/cjs/chains/UNI.d.ts +7 -7
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/cjs/chains/index.d.ts +4 -2
- package/dist/cjs/chains/index.js +5 -1
- package/dist/cjs/chains/index.test.js +2 -0
- package/dist/cjs/chains.d.ts +2 -0
- package/dist/cjs/chains.js +12 -0
- package/dist/cjs/client.d.ts +1 -1
- package/dist/cjs/extractChain.d.ts +405 -45
- package/dist/cjs/extractChain.test.js +4 -0
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +402 -42
- package/dist/cjs/providers/circle-wallets/actions/createAccount.js +0 -3
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +402 -42
- package/dist/cjs/providers/circle-wallets/index.d.ts +643 -106
- package/dist/cjs/providers/circle-wallets/index.js +3 -0
- package/dist/cjs/providers/circle-wallets/transports/index.js +0 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +1 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +7 -7
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +40 -40
- package/dist/cjs/providers/uniswap/chains/BASE.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/cjs/providers/uniswap/chains/MATIC.d.ts +1 -1
- package/dist/cjs/providers/uniswap/chains/OP.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/cjs/providers/uniswap/chains/UNI.d.ts +7 -7
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/cjs/providers/uniswap/index.d.ts +40 -40
- package/dist/cjs/utils/createConfig.d.ts +1 -1
- package/dist/cjs/utils/createCustomWalletClient.d.ts +1 -1
- package/dist/cjs/utils/getChainContractByAddress.d.ts +1 -1
- package/dist/cjs/utils/getClient.d.ts +26 -0
- package/dist/cjs/utils/getContract.d.ts +8 -8
- package/dist/esm/actions/index.d.ts +1 -1
- package/dist/esm/chains/ARC_TESTNET.d.ts +2 -2
- package/dist/esm/chains/ARC_TESTNET.js +1 -34
- package/dist/esm/chains/BASE.d.ts +6 -6
- package/dist/esm/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/esm/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/esm/chains/MATIC.d.ts +1 -1
- package/dist/esm/chains/MONAD.d.ts +184 -0
- package/dist/esm/chains/MONAD.js +21 -0
- package/dist/esm/chains/MONAD_TESTNET.d.ts +178 -0
- package/dist/esm/chains/MONAD_TESTNET.js +21 -0
- package/dist/esm/chains/NEAR.d.ts +1 -1
- package/dist/esm/chains/NEAR_TESTNET.d.ts +1 -1
- package/dist/esm/chains/OP.d.ts +6 -6
- package/dist/esm/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/esm/chains/UNI.d.ts +7 -7
- package/dist/esm/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/esm/chains/index.d.ts +4 -2
- package/dist/esm/chains/index.js +3 -1
- package/dist/esm/chains/index.test.js +2 -0
- package/dist/esm/chains.d.ts +2 -0
- package/dist/esm/chains.js +11 -0
- package/dist/esm/client.d.ts +1 -1
- package/dist/esm/extractChain.d.ts +405 -45
- package/dist/esm/extractChain.test.js +6 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/package.json +1 -0
- package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +402 -42
- package/dist/esm/providers/circle-wallets/actions/createAccount.js +0 -3
- package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +402 -42
- package/dist/esm/providers/circle-wallets/index.d.ts +643 -106
- package/dist/esm/providers/circle-wallets/index.js +4 -1
- package/dist/esm/providers/circle-wallets/transports/index.js +0 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +1 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +7 -7
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +40 -40
- package/dist/esm/providers/uniswap/chains/BASE.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +1 -1
- package/dist/esm/providers/uniswap/chains/MATIC.d.ts +1 -1
- package/dist/esm/providers/uniswap/chains/OP.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts +6 -6
- package/dist/esm/providers/uniswap/chains/UNI.d.ts +7 -7
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +7 -7
- package/dist/esm/providers/uniswap/index.d.ts +40 -40
- package/dist/esm/utils/createConfig.d.ts +1 -1
- package/dist/esm/utils/createCustomWalletClient.d.ts +1 -1
- package/dist/esm/utils/getChainContractByAddress.d.ts +1 -1
- package/dist/esm/utils/getClient.d.ts +26 -0
- package/dist/esm/utils/getContract.d.ts +8 -8
- package/package.json +17 -6
|
@@ -213,7 +213,7 @@ export declare const chain: {
|
|
|
213
213
|
formatters: {
|
|
214
214
|
readonly block: {
|
|
215
215
|
exclude: [] | undefined;
|
|
216
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
216
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
217
217
|
baseFeePerGas: bigint | null;
|
|
218
218
|
blobGasUsed: bigint;
|
|
219
219
|
difficulty: bigint;
|
|
@@ -246,7 +246,7 @@ export declare const chain: {
|
|
|
246
246
|
};
|
|
247
247
|
readonly transaction: {
|
|
248
248
|
exclude: [] | undefined;
|
|
249
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
249
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
250
250
|
blockHash: `0x${string}` | null;
|
|
251
251
|
blockNumber: bigint | null;
|
|
252
252
|
from: import("viem").Address;
|
|
@@ -274,16 +274,16 @@ export declare const chain: {
|
|
|
274
274
|
r: import("viem").Hex;
|
|
275
275
|
s: import("viem").Hex;
|
|
276
276
|
v: bigint;
|
|
277
|
+
value: bigint;
|
|
278
|
+
gas: bigint;
|
|
277
279
|
to: import("viem").Address | null;
|
|
278
280
|
from: import("viem").Address;
|
|
279
|
-
gas: bigint;
|
|
280
281
|
nonce: number;
|
|
281
|
-
value: bigint;
|
|
282
282
|
blockHash: `0x${string}` | null;
|
|
283
283
|
blockNumber: bigint | null;
|
|
284
|
+
transactionIndex: number | null;
|
|
284
285
|
hash: import("viem").Hash;
|
|
285
286
|
input: import("viem").Hex;
|
|
286
|
-
transactionIndex: number | null;
|
|
287
287
|
typeHex: import("viem").Hex | null;
|
|
288
288
|
accessList?: undefined | undefined;
|
|
289
289
|
authorizationList?: undefined | undefined;
|
|
@@ -415,7 +415,7 @@ export declare const chain: {
|
|
|
415
415
|
};
|
|
416
416
|
readonly transactionReceipt: {
|
|
417
417
|
exclude: [] | undefined;
|
|
418
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
418
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
419
419
|
blobGasPrice?: bigint | undefined;
|
|
420
420
|
blobGasUsed?: bigint | undefined;
|
|
421
421
|
blockHash: import("viem").Hash;
|
package/dist/cjs/chains/UNI.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const chain: {
|
|
|
6
6
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
blockTime:
|
|
9
|
+
blockTime: 1000;
|
|
10
10
|
contracts: {
|
|
11
11
|
readonly USDC: {
|
|
12
12
|
readonly address: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
@@ -208,7 +208,7 @@ export declare const chain: {
|
|
|
208
208
|
formatters: {
|
|
209
209
|
readonly block: {
|
|
210
210
|
exclude: [] | undefined;
|
|
211
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
211
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
212
212
|
baseFeePerGas: bigint | null;
|
|
213
213
|
blobGasUsed: bigint;
|
|
214
214
|
difficulty: bigint;
|
|
@@ -241,7 +241,7 @@ export declare const chain: {
|
|
|
241
241
|
};
|
|
242
242
|
readonly transaction: {
|
|
243
243
|
exclude: [] | undefined;
|
|
244
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
244
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
245
245
|
blockHash: `0x${string}` | null;
|
|
246
246
|
blockNumber: bigint | null;
|
|
247
247
|
from: import("viem").Address;
|
|
@@ -269,16 +269,16 @@ export declare const chain: {
|
|
|
269
269
|
r: import("viem").Hex;
|
|
270
270
|
s: import("viem").Hex;
|
|
271
271
|
v: bigint;
|
|
272
|
+
value: bigint;
|
|
273
|
+
gas: bigint;
|
|
272
274
|
to: import("viem").Address | null;
|
|
273
275
|
from: import("viem").Address;
|
|
274
|
-
gas: bigint;
|
|
275
276
|
nonce: number;
|
|
276
|
-
value: bigint;
|
|
277
277
|
blockHash: `0x${string}` | null;
|
|
278
278
|
blockNumber: bigint | null;
|
|
279
|
+
transactionIndex: number | null;
|
|
279
280
|
hash: import("viem").Hash;
|
|
280
281
|
input: import("viem").Hex;
|
|
281
|
-
transactionIndex: number | null;
|
|
282
282
|
typeHex: import("viem").Hex | null;
|
|
283
283
|
accessList?: undefined | undefined;
|
|
284
284
|
authorizationList?: undefined | undefined;
|
|
@@ -410,7 +410,7 @@ export declare const chain: {
|
|
|
410
410
|
};
|
|
411
411
|
readonly transactionReceipt: {
|
|
412
412
|
exclude: [] | undefined;
|
|
413
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
413
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
414
414
|
blobGasPrice?: bigint | undefined;
|
|
415
415
|
blobGasUsed?: bigint | undefined;
|
|
416
416
|
blockHash: import("viem").Hash;
|
|
@@ -6,7 +6,7 @@ export declare const chain: {
|
|
|
6
6
|
readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
blockTime:
|
|
9
|
+
blockTime: 1000;
|
|
10
10
|
contracts: {
|
|
11
11
|
readonly USDC: {
|
|
12
12
|
readonly address: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
@@ -208,7 +208,7 @@ export declare const chain: {
|
|
|
208
208
|
formatters: {
|
|
209
209
|
readonly block: {
|
|
210
210
|
exclude: [] | undefined;
|
|
211
|
-
format: (args: import("viem/chains").OpStackRpcBlock) => {
|
|
211
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
212
212
|
baseFeePerGas: bigint | null;
|
|
213
213
|
blobGasUsed: bigint;
|
|
214
214
|
difficulty: bigint;
|
|
@@ -241,7 +241,7 @@ export declare const chain: {
|
|
|
241
241
|
};
|
|
242
242
|
readonly transaction: {
|
|
243
243
|
exclude: [] | undefined;
|
|
244
|
-
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
244
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
245
245
|
blockHash: `0x${string}` | null;
|
|
246
246
|
blockNumber: bigint | null;
|
|
247
247
|
from: import("viem").Address;
|
|
@@ -269,16 +269,16 @@ export declare const chain: {
|
|
|
269
269
|
r: import("viem").Hex;
|
|
270
270
|
s: import("viem").Hex;
|
|
271
271
|
v: bigint;
|
|
272
|
+
value: bigint;
|
|
273
|
+
gas: bigint;
|
|
272
274
|
to: import("viem").Address | null;
|
|
273
275
|
from: import("viem").Address;
|
|
274
|
-
gas: bigint;
|
|
275
276
|
nonce: number;
|
|
276
|
-
value: bigint;
|
|
277
277
|
blockHash: `0x${string}` | null;
|
|
278
278
|
blockNumber: bigint | null;
|
|
279
|
+
transactionIndex: number | null;
|
|
279
280
|
hash: import("viem").Hash;
|
|
280
281
|
input: import("viem").Hex;
|
|
281
|
-
transactionIndex: number | null;
|
|
282
282
|
typeHex: import("viem").Hex | null;
|
|
283
283
|
accessList?: undefined | undefined;
|
|
284
284
|
authorizationList?: undefined | undefined;
|
|
@@ -410,7 +410,7 @@ export declare const chain: {
|
|
|
410
410
|
};
|
|
411
411
|
readonly transactionReceipt: {
|
|
412
412
|
exclude: [] | undefined;
|
|
413
|
-
format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
|
|
413
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
414
414
|
blobGasPrice?: bigint | undefined;
|
|
415
415
|
blobGasUsed?: bigint | undefined;
|
|
416
416
|
blockHash: import("viem").Hash;
|
|
@@ -9,6 +9,8 @@ import { chain as ETH } from './ETH.js';
|
|
|
9
9
|
import { chain as ETH_SEPOLIA } from './ETH_SEPOLIA.js';
|
|
10
10
|
import { chain as MATIC } from './MATIC.js';
|
|
11
11
|
import { chain as MATIC_AMOY } from './MATIC_AMOY.js';
|
|
12
|
+
import { chain as MONAD } from './MONAD.js';
|
|
13
|
+
import { chain as MONAD_TESTNET } from './MONAD_TESTNET.js';
|
|
12
14
|
import { chain as NEAR } from './NEAR.js';
|
|
13
15
|
import { chain as NEAR_TESTNET } from './NEAR_TESTNET.js';
|
|
14
16
|
import { chain as OP } from './OP.js';
|
|
@@ -17,5 +19,5 @@ import { chain as SOL } from './SOL.js';
|
|
|
17
19
|
import { chain as SOL_DEVNET } from './SOL_DEVNET.js';
|
|
18
20
|
import { chain as UNI } from './UNI.js';
|
|
19
21
|
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;
|
|
22
|
+
export { ARB, ARB_SEPOLIA, ARC_TESTNET, AVAX, AVAX_FUJI, ETH, ETH_SEPOLIA, MATIC, MATIC_AMOY, MONAD, MONAD_TESTNET, BASE, BASE_SEPOLIA, OP, OP_SEPOLIA, UNI, UNI_SEPOLIA, NEAR, NEAR_TESTNET, SOL, SOL_DEVNET, };
|
|
23
|
+
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 MONAD | typeof MONAD_TESTNET | 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;
|
package/dist/cjs/chains/index.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// of this source code or any related proprietary information is strictly
|
|
11
11
|
// prohibited without the express written permission of Circle Internet Group, Inc.
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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;
|
|
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.MONAD_TESTNET = exports.MONAD = 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
14
|
const ARB_js_1 = require("./ARB.js");
|
|
15
15
|
Object.defineProperty(exports, "ARB", { enumerable: true, get: function () { return ARB_js_1.chain; } });
|
|
16
16
|
const ARB_SEPOLIA_js_1 = require("./ARB_SEPOLIA.js");
|
|
@@ -33,6 +33,10 @@ const MATIC_js_1 = require("./MATIC.js");
|
|
|
33
33
|
Object.defineProperty(exports, "MATIC", { enumerable: true, get: function () { return MATIC_js_1.chain; } });
|
|
34
34
|
const MATIC_AMOY_js_1 = require("./MATIC_AMOY.js");
|
|
35
35
|
Object.defineProperty(exports, "MATIC_AMOY", { enumerable: true, get: function () { return MATIC_AMOY_js_1.chain; } });
|
|
36
|
+
const MONAD_js_1 = require("./MONAD.js");
|
|
37
|
+
Object.defineProperty(exports, "MONAD", { enumerable: true, get: function () { return MONAD_js_1.chain; } });
|
|
38
|
+
const MONAD_TESTNET_js_1 = require("./MONAD_TESTNET.js");
|
|
39
|
+
Object.defineProperty(exports, "MONAD_TESTNET", { enumerable: true, get: function () { return MONAD_TESTNET_js_1.chain; } });
|
|
36
40
|
const NEAR_js_1 = require("./NEAR.js");
|
|
37
41
|
Object.defineProperty(exports, "NEAR", { enumerable: true, get: function () { return NEAR_js_1.chain; } });
|
|
38
42
|
const NEAR_TESTNET_js_1 = require("./NEAR_TESTNET.js");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) 2025, Circle Internet Group, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// Circle Internet Group, Inc. CONFIDENTIAL
|
|
6
|
+
//
|
|
7
|
+
// This file includes unpublished proprietary source code of Circle Internet
|
|
8
|
+
// Group, Inc. The copyright notice above does not
|
|
9
|
+
// evidence any actual or intended publication of such source code. Disclosure
|
|
10
|
+
// of this source code or any related proprietary information is strictly
|
|
11
|
+
// prohibited without the express written permission of Circle Internet Group, Inc.
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/cjs/client.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Actions as CoreActions } from './actions/index.js';
|
|
2
|
-
import type { Chain } from './chains
|
|
2
|
+
import type { Chain } from './chains.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';
|