@wormhole-foundation/sdk-base 1.5.0-beta.0 → 1.5.0-beta.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/constants/chains.d.ts +9 -9
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +1 -1
- package/dist/cjs/constants/chains.js.map +1 -1
- package/dist/cjs/constants/circle.d.ts +101 -215
- package/dist/cjs/constants/circle.d.ts.map +1 -1
- package/dist/cjs/constants/circle.js +5 -9
- package/dist/cjs/constants/circle.js.map +1 -1
- package/dist/cjs/constants/contracts/circle.d.ts +0 -10
- package/dist/cjs/constants/contracts/circle.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/circle.js +0 -14
- package/dist/cjs/constants/contracts/circle.js.map +1 -1
- package/dist/cjs/constants/contracts/core.d.ts +1 -1
- package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/core.js +1 -1
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +42 -261
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/relayer.d.ts +1 -1
- package/dist/cjs/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/relayer.js +1 -0
- package/dist/cjs/constants/contracts/relayer.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts +4 -4
- package/dist/cjs/constants/finality.js +2 -2
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts +24 -24
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +1 -1
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +4 -4
- package/dist/cjs/constants/platforms.js +1 -1
- package/dist/cjs/constants/platforms.js.map +1 -1
- package/dist/cjs/constants/rpc.d.ts +1 -1
- package/dist/cjs/constants/rpc.d.ts.map +1 -1
- package/dist/cjs/constants/rpc.js +4 -4
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/cjs/utils/array.d.ts +2 -0
- package/dist/cjs/utils/array.d.ts.map +1 -1
- package/dist/cjs/utils/array.js +20 -1
- package/dist/cjs/utils/array.js.map +1 -1
- package/dist/cjs/utils/misc.d.ts +2 -0
- package/dist/cjs/utils/misc.d.ts.map +1 -1
- package/dist/cjs/utils/misc.js +9 -1
- package/dist/cjs/utils/misc.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +9 -9
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +1 -1
- package/dist/esm/constants/chains.js.map +1 -1
- package/dist/esm/constants/circle.d.ts +101 -215
- package/dist/esm/constants/circle.d.ts.map +1 -1
- package/dist/esm/constants/circle.js +5 -9
- package/dist/esm/constants/circle.js.map +1 -1
- package/dist/esm/constants/contracts/circle.d.ts +0 -10
- package/dist/esm/constants/contracts/circle.d.ts.map +1 -1
- package/dist/esm/constants/contracts/circle.js +0 -14
- package/dist/esm/constants/contracts/circle.js.map +1 -1
- package/dist/esm/constants/contracts/core.d.ts +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js +1 -1
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +42 -261
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/relayer.d.ts +1 -1
- package/dist/esm/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/esm/constants/contracts/relayer.js +1 -0
- package/dist/esm/constants/contracts/relayer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +4 -4
- package/dist/esm/constants/finality.js +2 -2
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts +24 -24
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +1 -1
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +4 -4
- package/dist/esm/constants/platforms.js +1 -1
- package/dist/esm/constants/platforms.js.map +1 -1
- package/dist/esm/constants/rpc.d.ts +1 -1
- package/dist/esm/constants/rpc.d.ts.map +1 -1
- package/dist/esm/constants/rpc.js +4 -4
- package/dist/esm/constants/rpc.js.map +1 -1
- package/dist/esm/utils/array.d.ts +2 -0
- package/dist/esm/utils/array.d.ts.map +1 -1
- package/dist/esm/utils/array.js +18 -0
- package/dist/esm/utils/array.js.map +1 -1
- package/dist/esm/utils/misc.d.ts +2 -0
- package/dist/esm/utils/misc.d.ts.map +1 -1
- package/dist/esm/utils/misc.js +7 -0
- package/dist/esm/utils/misc.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,15 +9,14 @@ export declare const circleAPI: (<const K1 extends "Mainnet" | "Testnet">(args_0
|
|
|
9
9
|
};
|
|
10
10
|
export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", const K2 extends keyof {
|
|
11
11
|
readonly Mainnet: {
|
|
12
|
-
readonly Ethereum: "
|
|
13
|
-
readonly Avalanche: "
|
|
12
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
13
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
14
14
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
15
15
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
16
16
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
17
|
-
readonly Base: "
|
|
18
|
-
readonly Polygon: "
|
|
17
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
18
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
19
19
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
20
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
21
20
|
};
|
|
22
21
|
readonly Testnet: {
|
|
23
22
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -26,21 +25,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
26
25
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
27
26
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
28
27
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
29
|
-
readonly Polygon: "
|
|
28
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
30
29
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
31
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
32
30
|
};
|
|
33
31
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
34
32
|
readonly Mainnet: {
|
|
35
|
-
readonly Ethereum: "
|
|
36
|
-
readonly Avalanche: "
|
|
33
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
34
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
37
35
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
38
36
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
39
37
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
40
|
-
readonly Base: "
|
|
41
|
-
readonly Polygon: "
|
|
38
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
39
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
42
40
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
43
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
44
41
|
};
|
|
45
42
|
readonly Testnet: {
|
|
46
43
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -49,21 +46,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
49
46
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
50
47
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
51
48
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
52
|
-
readonly Polygon: "
|
|
49
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
53
50
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
54
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
55
51
|
};
|
|
56
52
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => {
|
|
57
53
|
readonly Mainnet: {
|
|
58
|
-
readonly Ethereum: "
|
|
59
|
-
readonly Avalanche: "
|
|
54
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
55
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
60
56
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
61
57
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
62
58
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
63
|
-
readonly Base: "
|
|
64
|
-
readonly Polygon: "
|
|
59
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
60
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
65
61
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
66
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
67
62
|
};
|
|
68
63
|
readonly Testnet: {
|
|
69
64
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -72,21 +67,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
72
67
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
73
68
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
74
69
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
75
|
-
readonly Polygon: "
|
|
70
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
76
71
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
77
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
78
72
|
};
|
|
79
73
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
80
74
|
readonly Mainnet: {
|
|
81
|
-
readonly Ethereum: "
|
|
82
|
-
readonly Avalanche: "
|
|
75
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
76
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
83
77
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
84
78
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
85
79
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
86
|
-
readonly Base: "
|
|
87
|
-
readonly Polygon: "
|
|
80
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
81
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
88
82
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
89
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
90
83
|
};
|
|
91
84
|
readonly Testnet: {
|
|
92
85
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -95,9 +88,8 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
95
88
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
96
89
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
97
90
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
98
|
-
readonly Polygon: "
|
|
91
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
99
92
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
100
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
101
93
|
};
|
|
102
94
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
103
95
|
[key: string]: unknown;
|
|
@@ -105,19 +97,18 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
105
97
|
[key: symbol]: unknown;
|
|
106
98
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
107
99
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
108
|
-
readonly get: (args_0: string, args_1: string) => "
|
|
100
|
+
readonly get: (args_0: string, args_1: string) => "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" | "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" | "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85" | "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" | "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" | "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" | "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" | "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC" | "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238" | "0x5425890298aed601595a70AB815c96711a31Bc65" | "0x5fd84259d66Cd46123540766Be93DFE6D43130D7" | "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d" | "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU" | "0x036CbD53842c5426634e7929541eC2318f3dCF7e" | "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97" | "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC" | undefined;
|
|
109
101
|
} & {
|
|
110
102
|
readonly subMap: <const K extends "Mainnet" | "Testnet">(key: K) => (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) extends infer T_2 ? T_2 extends (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) ? T_2 extends "Mainnet" | "Testnet" ? {
|
|
111
103
|
readonly Mainnet: {
|
|
112
|
-
readonly Ethereum: "
|
|
113
|
-
readonly Avalanche: "
|
|
104
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
105
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
114
106
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
115
107
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
116
108
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
117
|
-
readonly Base: "
|
|
118
|
-
readonly Polygon: "
|
|
109
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
110
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
119
111
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
120
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
121
112
|
};
|
|
122
113
|
readonly Testnet: {
|
|
123
114
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -126,9 +117,8 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
126
117
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
127
118
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
128
119
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
129
|
-
readonly Polygon: "
|
|
120
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
130
121
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
131
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
132
122
|
};
|
|
133
123
|
}[T_2] extends {
|
|
134
124
|
[key: string]: unknown;
|
|
@@ -136,15 +126,14 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
136
126
|
[key: symbol]: unknown;
|
|
137
127
|
} ? (<const K1_1 extends keyof {
|
|
138
128
|
readonly Mainnet: {
|
|
139
|
-
readonly Ethereum: "
|
|
140
|
-
readonly Avalanche: "
|
|
129
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
130
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
141
131
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
142
132
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
143
133
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
144
|
-
readonly Base: "
|
|
145
|
-
readonly Polygon: "
|
|
134
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
135
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
146
136
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
147
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
148
137
|
};
|
|
149
138
|
readonly Testnet: {
|
|
150
139
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -153,21 +142,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
153
142
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
154
143
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
155
144
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
156
|
-
readonly Polygon: "
|
|
145
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
157
146
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
158
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
159
147
|
};
|
|
160
148
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
161
149
|
readonly Mainnet: {
|
|
162
|
-
readonly Ethereum: "
|
|
163
|
-
readonly Avalanche: "
|
|
150
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
151
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
164
152
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
165
153
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
166
154
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
167
|
-
readonly Base: "
|
|
168
|
-
readonly Polygon: "
|
|
155
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
156
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
169
157
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
170
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
171
158
|
};
|
|
172
159
|
readonly Testnet: {
|
|
173
160
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -176,21 +163,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
176
163
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
177
164
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
178
165
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
179
|
-
readonly Polygon: "
|
|
166
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
180
167
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
181
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
182
168
|
};
|
|
183
169
|
}[T_2] ? T_3 extends `bigint(${infer V extends bigint})` ? V : T_3 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_3 : never : never>(args_0: K1_1) => {
|
|
184
170
|
readonly Mainnet: {
|
|
185
|
-
readonly Ethereum: "
|
|
186
|
-
readonly Avalanche: "
|
|
171
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
172
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
187
173
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
188
174
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
189
175
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
190
|
-
readonly Base: "
|
|
191
|
-
readonly Polygon: "
|
|
176
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
177
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
192
178
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
193
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
194
179
|
};
|
|
195
180
|
readonly Testnet: {
|
|
196
181
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -199,21 +184,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
199
184
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
200
185
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
201
186
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
202
|
-
readonly Polygon: "
|
|
187
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
203
188
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
204
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
205
189
|
};
|
|
206
190
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
207
191
|
readonly Mainnet: {
|
|
208
|
-
readonly Ethereum: "
|
|
209
|
-
readonly Avalanche: "
|
|
192
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
193
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
210
194
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
211
195
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
212
196
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
213
|
-
readonly Base: "
|
|
214
|
-
readonly Polygon: "
|
|
197
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
198
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
215
199
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
216
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
217
200
|
};
|
|
218
201
|
readonly Testnet: {
|
|
219
202
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -222,9 +205,8 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
222
205
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
223
206
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
224
207
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
225
|
-
readonly Polygon: "
|
|
208
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
226
209
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
227
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
228
210
|
};
|
|
229
211
|
}[T_2] ? T_4 extends {
|
|
230
212
|
[key: string]: unknown;
|
|
@@ -233,15 +215,14 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
233
215
|
} ? T_4[K1_1 extends bigint ? `bigint(${K1_1})` : K1_1 extends boolean ? `boolean(${K1_1})` : K1_1] : never : never : never) & {
|
|
234
216
|
readonly has: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
235
217
|
readonly Mainnet: {
|
|
236
|
-
readonly Ethereum: "
|
|
237
|
-
readonly Avalanche: "
|
|
218
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
219
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
238
220
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
239
221
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
240
222
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
241
|
-
readonly Base: "
|
|
242
|
-
readonly Polygon: "
|
|
223
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
224
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
243
225
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
244
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
245
226
|
};
|
|
246
227
|
readonly Testnet: {
|
|
247
228
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -250,21 +231,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
250
231
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
251
232
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
252
233
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
253
|
-
readonly Polygon: "
|
|
234
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
254
235
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
255
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
256
236
|
};
|
|
257
237
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
258
238
|
readonly Mainnet: {
|
|
259
|
-
readonly Ethereum: "
|
|
260
|
-
readonly Avalanche: "
|
|
239
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
240
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
261
241
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
262
242
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
263
243
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
264
|
-
readonly Base: "
|
|
265
|
-
readonly Polygon: "
|
|
244
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
245
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
266
246
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
267
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
268
247
|
};
|
|
269
248
|
readonly Testnet: {
|
|
270
249
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -273,21 +252,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
273
252
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
274
253
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
275
254
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
276
|
-
readonly Polygon: "
|
|
255
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
277
256
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
278
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
279
257
|
};
|
|
280
258
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
281
259
|
readonly Mainnet: {
|
|
282
|
-
readonly Ethereum: "
|
|
283
|
-
readonly Avalanche: "
|
|
260
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
261
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
284
262
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
285
263
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
286
264
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
287
|
-
readonly Base: "
|
|
288
|
-
readonly Polygon: "
|
|
265
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
266
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
289
267
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
290
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
291
268
|
};
|
|
292
269
|
readonly Testnet: {
|
|
293
270
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -296,21 +273,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
296
273
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
297
274
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
298
275
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
299
|
-
readonly Polygon: "
|
|
276
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
300
277
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
301
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
302
278
|
};
|
|
303
279
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
304
280
|
readonly Mainnet: {
|
|
305
|
-
readonly Ethereum: "
|
|
306
|
-
readonly Avalanche: "
|
|
281
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
282
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
307
283
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
308
284
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
309
285
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
310
|
-
readonly Base: "
|
|
311
|
-
readonly Polygon: "
|
|
286
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
287
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
312
288
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
313
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
314
289
|
};
|
|
315
290
|
readonly Testnet: {
|
|
316
291
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -319,22 +294,20 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
319
294
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
320
295
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
321
296
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
322
|
-
readonly Polygon: "
|
|
297
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
323
298
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
324
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
325
299
|
};
|
|
326
300
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => boolean;
|
|
327
301
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
328
302
|
readonly Mainnet: {
|
|
329
|
-
readonly Ethereum: "
|
|
330
|
-
readonly Avalanche: "
|
|
303
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
304
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
331
305
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
332
306
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
333
307
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
334
|
-
readonly Base: "
|
|
335
|
-
readonly Polygon: "
|
|
308
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
309
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
336
310
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
337
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
338
311
|
};
|
|
339
312
|
readonly Testnet: {
|
|
340
313
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -343,21 +316,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
343
316
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
344
317
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
345
318
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
346
|
-
readonly Polygon: "
|
|
319
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
347
320
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
348
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
349
321
|
};
|
|
350
322
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
351
323
|
readonly Mainnet: {
|
|
352
|
-
readonly Ethereum: "
|
|
353
|
-
readonly Avalanche: "
|
|
324
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
325
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
354
326
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
355
327
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
356
328
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
357
|
-
readonly Base: "
|
|
358
|
-
readonly Polygon: "
|
|
329
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
330
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
359
331
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
360
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
361
332
|
};
|
|
362
333
|
readonly Testnet: {
|
|
363
334
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -366,21 +337,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
366
337
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
367
338
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
368
339
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
369
|
-
readonly Polygon: "
|
|
340
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
370
341
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
371
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
372
342
|
};
|
|
373
343
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
374
344
|
readonly Mainnet: {
|
|
375
|
-
readonly Ethereum: "
|
|
376
|
-
readonly Avalanche: "
|
|
345
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
346
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
377
347
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
378
348
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
379
349
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
380
|
-
readonly Base: "
|
|
381
|
-
readonly Polygon: "
|
|
350
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
351
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
382
352
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
383
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
384
353
|
};
|
|
385
354
|
readonly Testnet: {
|
|
386
355
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -389,21 +358,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
389
358
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
390
359
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
391
360
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
392
|
-
readonly Polygon: "
|
|
361
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
393
362
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
394
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
395
363
|
};
|
|
396
364
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
397
365
|
readonly Mainnet: {
|
|
398
|
-
readonly Ethereum: "
|
|
399
|
-
readonly Avalanche: "
|
|
366
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
367
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
400
368
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
401
369
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
402
370
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
403
|
-
readonly Base: "
|
|
404
|
-
readonly Polygon: "
|
|
371
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
372
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
405
373
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
406
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
407
374
|
};
|
|
408
375
|
readonly Testnet: {
|
|
409
376
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -412,21 +379,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
412
379
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
413
380
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
414
381
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
415
|
-
readonly Polygon: "
|
|
382
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
416
383
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
417
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
418
384
|
};
|
|
419
385
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => ({
|
|
420
386
|
readonly Mainnet: {
|
|
421
|
-
readonly Ethereum: "
|
|
422
|
-
readonly Avalanche: "
|
|
387
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
388
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
423
389
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
424
390
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
425
391
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
426
|
-
readonly Base: "
|
|
427
|
-
readonly Polygon: "
|
|
392
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
393
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
428
394
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
429
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
430
395
|
};
|
|
431
396
|
readonly Testnet: {
|
|
432
397
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -435,21 +400,19 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
435
400
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
436
401
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
437
402
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
438
|
-
readonly Polygon: "
|
|
403
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
439
404
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
440
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
441
405
|
};
|
|
442
406
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
443
407
|
readonly Mainnet: {
|
|
444
|
-
readonly Ethereum: "
|
|
445
|
-
readonly Avalanche: "
|
|
408
|
+
readonly Ethereum: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
409
|
+
readonly Avalanche: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E";
|
|
446
410
|
readonly Optimism: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
|
|
447
411
|
readonly Arbitrum: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831";
|
|
448
412
|
readonly Solana: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v";
|
|
449
|
-
readonly Base: "
|
|
450
|
-
readonly Polygon: "
|
|
413
|
+
readonly Base: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
|
|
414
|
+
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
451
415
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
452
|
-
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
453
416
|
};
|
|
454
417
|
readonly Testnet: {
|
|
455
418
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -458,9 +421,8 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
458
421
|
readonly ArbitrumSepolia: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d";
|
|
459
422
|
readonly Solana: "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";
|
|
460
423
|
readonly BaseSepolia: "0x036CbD53842c5426634e7929541eC2318f3dCF7e";
|
|
461
|
-
readonly Polygon: "
|
|
424
|
+
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
462
425
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
463
|
-
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
464
426
|
};
|
|
465
427
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
466
428
|
} : never : never : never : never;
|
|
@@ -475,7 +437,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
475
437
|
Base: 6;
|
|
476
438
|
Polygon: 7;
|
|
477
439
|
Sui: 8;
|
|
478
|
-
Aptos: 9;
|
|
479
440
|
};
|
|
480
441
|
Testnet: {
|
|
481
442
|
Sepolia: 0;
|
|
@@ -486,7 +447,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
486
447
|
BaseSepolia: 6;
|
|
487
448
|
Polygon: 7;
|
|
488
449
|
Sui: 8;
|
|
489
|
-
Aptos: 9;
|
|
490
450
|
};
|
|
491
451
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
492
452
|
Mainnet: {
|
|
@@ -498,7 +458,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
498
458
|
Base: 6;
|
|
499
459
|
Polygon: 7;
|
|
500
460
|
Sui: 8;
|
|
501
|
-
Aptos: 9;
|
|
502
461
|
};
|
|
503
462
|
Testnet: {
|
|
504
463
|
Sepolia: 0;
|
|
@@ -509,7 +468,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
509
468
|
BaseSepolia: 6;
|
|
510
469
|
Polygon: 7;
|
|
511
470
|
Sui: 8;
|
|
512
|
-
Aptos: 9;
|
|
513
471
|
};
|
|
514
472
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => {
|
|
515
473
|
Mainnet: {
|
|
@@ -521,7 +479,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
521
479
|
Base: 6;
|
|
522
480
|
Polygon: 7;
|
|
523
481
|
Sui: 8;
|
|
524
|
-
Aptos: 9;
|
|
525
482
|
};
|
|
526
483
|
Testnet: {
|
|
527
484
|
Sepolia: 0;
|
|
@@ -532,7 +489,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
532
489
|
BaseSepolia: 6;
|
|
533
490
|
Polygon: 7;
|
|
534
491
|
Sui: 8;
|
|
535
|
-
Aptos: 9;
|
|
536
492
|
};
|
|
537
493
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
538
494
|
Mainnet: {
|
|
@@ -544,7 +500,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
544
500
|
Base: 6;
|
|
545
501
|
Polygon: 7;
|
|
546
502
|
Sui: 8;
|
|
547
|
-
Aptos: 9;
|
|
548
503
|
};
|
|
549
504
|
Testnet: {
|
|
550
505
|
Sepolia: 0;
|
|
@@ -555,7 +510,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
555
510
|
BaseSepolia: 6;
|
|
556
511
|
Polygon: 7;
|
|
557
512
|
Sui: 8;
|
|
558
|
-
Aptos: 9;
|
|
559
513
|
};
|
|
560
514
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
561
515
|
[key: string]: unknown;
|
|
@@ -563,7 +517,7 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
563
517
|
[key: symbol]: unknown;
|
|
564
518
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
565
519
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
566
|
-
readonly get: (args_0: string, args_1: string) => 0 | 3 | 1 | 2 | 5 | 6 | 7 | 8 |
|
|
520
|
+
readonly get: (args_0: string, args_1: string) => 0 | 3 | 1 | 2 | 5 | 6 | 7 | 8 | undefined;
|
|
567
521
|
} & {
|
|
568
522
|
readonly subMap: <const K extends "Mainnet" | "Testnet">(key: K) => (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) extends infer T_2 ? T_2 extends (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) ? T_2 extends "Mainnet" | "Testnet" ? {
|
|
569
523
|
Mainnet: {
|
|
@@ -575,7 +529,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
575
529
|
Base: 6;
|
|
576
530
|
Polygon: 7;
|
|
577
531
|
Sui: 8;
|
|
578
|
-
Aptos: 9;
|
|
579
532
|
};
|
|
580
533
|
Testnet: {
|
|
581
534
|
Sepolia: 0;
|
|
@@ -586,7 +539,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
586
539
|
BaseSepolia: 6;
|
|
587
540
|
Polygon: 7;
|
|
588
541
|
Sui: 8;
|
|
589
|
-
Aptos: 9;
|
|
590
542
|
};
|
|
591
543
|
}[T_2] extends {
|
|
592
544
|
[key: string]: unknown;
|
|
@@ -602,7 +554,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
602
554
|
Base: 6;
|
|
603
555
|
Polygon: 7;
|
|
604
556
|
Sui: 8;
|
|
605
|
-
Aptos: 9;
|
|
606
557
|
};
|
|
607
558
|
Testnet: {
|
|
608
559
|
Sepolia: 0;
|
|
@@ -613,7 +564,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
613
564
|
BaseSepolia: 6;
|
|
614
565
|
Polygon: 7;
|
|
615
566
|
Sui: 8;
|
|
616
|
-
Aptos: 9;
|
|
617
567
|
};
|
|
618
568
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
619
569
|
Mainnet: {
|
|
@@ -625,7 +575,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
625
575
|
Base: 6;
|
|
626
576
|
Polygon: 7;
|
|
627
577
|
Sui: 8;
|
|
628
|
-
Aptos: 9;
|
|
629
578
|
};
|
|
630
579
|
Testnet: {
|
|
631
580
|
Sepolia: 0;
|
|
@@ -636,7 +585,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
636
585
|
BaseSepolia: 6;
|
|
637
586
|
Polygon: 7;
|
|
638
587
|
Sui: 8;
|
|
639
|
-
Aptos: 9;
|
|
640
588
|
};
|
|
641
589
|
}[T_2] ? T_3 extends `bigint(${infer V extends bigint})` ? V : T_3 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_3 : never : never>(args_0: K1_1) => {
|
|
642
590
|
Mainnet: {
|
|
@@ -648,7 +596,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
648
596
|
Base: 6;
|
|
649
597
|
Polygon: 7;
|
|
650
598
|
Sui: 8;
|
|
651
|
-
Aptos: 9;
|
|
652
599
|
};
|
|
653
600
|
Testnet: {
|
|
654
601
|
Sepolia: 0;
|
|
@@ -659,7 +606,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
659
606
|
BaseSepolia: 6;
|
|
660
607
|
Polygon: 7;
|
|
661
608
|
Sui: 8;
|
|
662
|
-
Aptos: 9;
|
|
663
609
|
};
|
|
664
610
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
665
611
|
Mainnet: {
|
|
@@ -671,7 +617,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
671
617
|
Base: 6;
|
|
672
618
|
Polygon: 7;
|
|
673
619
|
Sui: 8;
|
|
674
|
-
Aptos: 9;
|
|
675
620
|
};
|
|
676
621
|
Testnet: {
|
|
677
622
|
Sepolia: 0;
|
|
@@ -682,7 +627,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
682
627
|
BaseSepolia: 6;
|
|
683
628
|
Polygon: 7;
|
|
684
629
|
Sui: 8;
|
|
685
|
-
Aptos: 9;
|
|
686
630
|
};
|
|
687
631
|
}[T_2] ? T_4 extends {
|
|
688
632
|
[key: string]: unknown;
|
|
@@ -699,7 +643,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
699
643
|
Base: 6;
|
|
700
644
|
Polygon: 7;
|
|
701
645
|
Sui: 8;
|
|
702
|
-
Aptos: 9;
|
|
703
646
|
};
|
|
704
647
|
Testnet: {
|
|
705
648
|
Sepolia: 0;
|
|
@@ -710,7 +653,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
710
653
|
BaseSepolia: 6;
|
|
711
654
|
Polygon: 7;
|
|
712
655
|
Sui: 8;
|
|
713
|
-
Aptos: 9;
|
|
714
656
|
};
|
|
715
657
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
716
658
|
Mainnet: {
|
|
@@ -722,7 +664,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
722
664
|
Base: 6;
|
|
723
665
|
Polygon: 7;
|
|
724
666
|
Sui: 8;
|
|
725
|
-
Aptos: 9;
|
|
726
667
|
};
|
|
727
668
|
Testnet: {
|
|
728
669
|
Sepolia: 0;
|
|
@@ -733,7 +674,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
733
674
|
BaseSepolia: 6;
|
|
734
675
|
Polygon: 7;
|
|
735
676
|
Sui: 8;
|
|
736
|
-
Aptos: 9;
|
|
737
677
|
};
|
|
738
678
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
739
679
|
Mainnet: {
|
|
@@ -745,7 +685,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
745
685
|
Base: 6;
|
|
746
686
|
Polygon: 7;
|
|
747
687
|
Sui: 8;
|
|
748
|
-
Aptos: 9;
|
|
749
688
|
};
|
|
750
689
|
Testnet: {
|
|
751
690
|
Sepolia: 0;
|
|
@@ -756,7 +695,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
756
695
|
BaseSepolia: 6;
|
|
757
696
|
Polygon: 7;
|
|
758
697
|
Sui: 8;
|
|
759
|
-
Aptos: 9;
|
|
760
698
|
};
|
|
761
699
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
762
700
|
Mainnet: {
|
|
@@ -768,7 +706,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
768
706
|
Base: 6;
|
|
769
707
|
Polygon: 7;
|
|
770
708
|
Sui: 8;
|
|
771
|
-
Aptos: 9;
|
|
772
709
|
};
|
|
773
710
|
Testnet: {
|
|
774
711
|
Sepolia: 0;
|
|
@@ -779,7 +716,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
779
716
|
BaseSepolia: 6;
|
|
780
717
|
Polygon: 7;
|
|
781
718
|
Sui: 8;
|
|
782
|
-
Aptos: 9;
|
|
783
719
|
};
|
|
784
720
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => boolean;
|
|
785
721
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -792,7 +728,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
792
728
|
Base: 6;
|
|
793
729
|
Polygon: 7;
|
|
794
730
|
Sui: 8;
|
|
795
|
-
Aptos: 9;
|
|
796
731
|
};
|
|
797
732
|
Testnet: {
|
|
798
733
|
Sepolia: 0;
|
|
@@ -803,7 +738,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
803
738
|
BaseSepolia: 6;
|
|
804
739
|
Polygon: 7;
|
|
805
740
|
Sui: 8;
|
|
806
|
-
Aptos: 9;
|
|
807
741
|
};
|
|
808
742
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
809
743
|
Mainnet: {
|
|
@@ -815,7 +749,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
815
749
|
Base: 6;
|
|
816
750
|
Polygon: 7;
|
|
817
751
|
Sui: 8;
|
|
818
|
-
Aptos: 9;
|
|
819
752
|
};
|
|
820
753
|
Testnet: {
|
|
821
754
|
Sepolia: 0;
|
|
@@ -826,7 +759,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
826
759
|
BaseSepolia: 6;
|
|
827
760
|
Polygon: 7;
|
|
828
761
|
Sui: 8;
|
|
829
|
-
Aptos: 9;
|
|
830
762
|
};
|
|
831
763
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
832
764
|
Mainnet: {
|
|
@@ -838,7 +770,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
838
770
|
Base: 6;
|
|
839
771
|
Polygon: 7;
|
|
840
772
|
Sui: 8;
|
|
841
|
-
Aptos: 9;
|
|
842
773
|
};
|
|
843
774
|
Testnet: {
|
|
844
775
|
Sepolia: 0;
|
|
@@ -849,7 +780,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
849
780
|
BaseSepolia: 6;
|
|
850
781
|
Polygon: 7;
|
|
851
782
|
Sui: 8;
|
|
852
|
-
Aptos: 9;
|
|
853
783
|
};
|
|
854
784
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
855
785
|
Mainnet: {
|
|
@@ -861,7 +791,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
861
791
|
Base: 6;
|
|
862
792
|
Polygon: 7;
|
|
863
793
|
Sui: 8;
|
|
864
|
-
Aptos: 9;
|
|
865
794
|
};
|
|
866
795
|
Testnet: {
|
|
867
796
|
Sepolia: 0;
|
|
@@ -872,7 +801,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
872
801
|
BaseSepolia: 6;
|
|
873
802
|
Polygon: 7;
|
|
874
803
|
Sui: 8;
|
|
875
|
-
Aptos: 9;
|
|
876
804
|
};
|
|
877
805
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => ({
|
|
878
806
|
Mainnet: {
|
|
@@ -884,7 +812,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
884
812
|
Base: 6;
|
|
885
813
|
Polygon: 7;
|
|
886
814
|
Sui: 8;
|
|
887
|
-
Aptos: 9;
|
|
888
815
|
};
|
|
889
816
|
Testnet: {
|
|
890
817
|
Sepolia: 0;
|
|
@@ -895,7 +822,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
895
822
|
BaseSepolia: 6;
|
|
896
823
|
Polygon: 7;
|
|
897
824
|
Sui: 8;
|
|
898
|
-
Aptos: 9;
|
|
899
825
|
};
|
|
900
826
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
901
827
|
Mainnet: {
|
|
@@ -907,7 +833,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
907
833
|
Base: 6;
|
|
908
834
|
Polygon: 7;
|
|
909
835
|
Sui: 8;
|
|
910
|
-
Aptos: 9;
|
|
911
836
|
};
|
|
912
837
|
Testnet: {
|
|
913
838
|
Sepolia: 0;
|
|
@@ -918,7 +843,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
918
843
|
BaseSepolia: 6;
|
|
919
844
|
Polygon: 7;
|
|
920
845
|
Sui: 8;
|
|
921
|
-
Aptos: 9;
|
|
922
846
|
};
|
|
923
847
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
924
848
|
} : never : never : never : never;
|
|
@@ -933,7 +857,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
933
857
|
6: "Base";
|
|
934
858
|
7: "Polygon";
|
|
935
859
|
8: "Sui";
|
|
936
|
-
9: "Aptos";
|
|
937
860
|
};
|
|
938
861
|
Testnet: {
|
|
939
862
|
0: "Sepolia";
|
|
@@ -944,7 +867,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
944
867
|
6: "BaseSepolia";
|
|
945
868
|
7: "Polygon";
|
|
946
869
|
8: "Sui";
|
|
947
|
-
9: "Aptos";
|
|
948
870
|
};
|
|
949
871
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
950
872
|
Mainnet: {
|
|
@@ -956,7 +878,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
956
878
|
6: "Base";
|
|
957
879
|
7: "Polygon";
|
|
958
880
|
8: "Sui";
|
|
959
|
-
9: "Aptos";
|
|
960
881
|
};
|
|
961
882
|
Testnet: {
|
|
962
883
|
0: "Sepolia";
|
|
@@ -967,7 +888,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
967
888
|
6: "BaseSepolia";
|
|
968
889
|
7: "Polygon";
|
|
969
890
|
8: "Sui";
|
|
970
|
-
9: "Aptos";
|
|
971
891
|
};
|
|
972
892
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => {
|
|
973
893
|
Mainnet: {
|
|
@@ -979,7 +899,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
979
899
|
6: "Base";
|
|
980
900
|
7: "Polygon";
|
|
981
901
|
8: "Sui";
|
|
982
|
-
9: "Aptos";
|
|
983
902
|
};
|
|
984
903
|
Testnet: {
|
|
985
904
|
0: "Sepolia";
|
|
@@ -990,7 +909,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
990
909
|
6: "BaseSepolia";
|
|
991
910
|
7: "Polygon";
|
|
992
911
|
8: "Sui";
|
|
993
|
-
9: "Aptos";
|
|
994
912
|
};
|
|
995
913
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
996
914
|
Mainnet: {
|
|
@@ -1002,7 +920,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1002
920
|
6: "Base";
|
|
1003
921
|
7: "Polygon";
|
|
1004
922
|
8: "Sui";
|
|
1005
|
-
9: "Aptos";
|
|
1006
923
|
};
|
|
1007
924
|
Testnet: {
|
|
1008
925
|
0: "Sepolia";
|
|
@@ -1013,7 +930,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1013
930
|
6: "BaseSepolia";
|
|
1014
931
|
7: "Polygon";
|
|
1015
932
|
8: "Sui";
|
|
1016
|
-
9: "Aptos";
|
|
1017
933
|
};
|
|
1018
934
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
1019
935
|
[key: string]: unknown;
|
|
@@ -1021,7 +937,7 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1021
937
|
[key: symbol]: unknown;
|
|
1022
938
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
1023
939
|
readonly has: (args_0: string, args_1: number) => boolean;
|
|
1024
|
-
readonly get: (args_0: string, args_1: number) => "Solana" | "Ethereum" | "Polygon" | "Avalanche" | "Sui" | "
|
|
940
|
+
readonly get: (args_0: string, args_1: number) => "Solana" | "Ethereum" | "Polygon" | "Avalanche" | "Sui" | "Arbitrum" | "Optimism" | "Base" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | undefined;
|
|
1025
941
|
} & {
|
|
1026
942
|
readonly subMap: <const K extends "Mainnet" | "Testnet">(key: K) => (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) extends infer T_2 ? T_2 extends (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) ? T_2 extends "Mainnet" | "Testnet" ? {
|
|
1027
943
|
Mainnet: {
|
|
@@ -1033,7 +949,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1033
949
|
6: "Base";
|
|
1034
950
|
7: "Polygon";
|
|
1035
951
|
8: "Sui";
|
|
1036
|
-
9: "Aptos";
|
|
1037
952
|
};
|
|
1038
953
|
Testnet: {
|
|
1039
954
|
0: "Sepolia";
|
|
@@ -1044,7 +959,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1044
959
|
6: "BaseSepolia";
|
|
1045
960
|
7: "Polygon";
|
|
1046
961
|
8: "Sui";
|
|
1047
|
-
9: "Aptos";
|
|
1048
962
|
};
|
|
1049
963
|
}[T_2] extends {
|
|
1050
964
|
[key: string]: unknown;
|
|
@@ -1060,7 +974,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1060
974
|
6: "Base";
|
|
1061
975
|
7: "Polygon";
|
|
1062
976
|
8: "Sui";
|
|
1063
|
-
9: "Aptos";
|
|
1064
977
|
};
|
|
1065
978
|
Testnet: {
|
|
1066
979
|
0: "Sepolia";
|
|
@@ -1071,7 +984,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1071
984
|
6: "BaseSepolia";
|
|
1072
985
|
7: "Polygon";
|
|
1073
986
|
8: "Sui";
|
|
1074
|
-
9: "Aptos";
|
|
1075
987
|
};
|
|
1076
988
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
1077
989
|
Mainnet: {
|
|
@@ -1083,7 +995,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1083
995
|
6: "Base";
|
|
1084
996
|
7: "Polygon";
|
|
1085
997
|
8: "Sui";
|
|
1086
|
-
9: "Aptos";
|
|
1087
998
|
};
|
|
1088
999
|
Testnet: {
|
|
1089
1000
|
0: "Sepolia";
|
|
@@ -1094,7 +1005,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1094
1005
|
6: "BaseSepolia";
|
|
1095
1006
|
7: "Polygon";
|
|
1096
1007
|
8: "Sui";
|
|
1097
|
-
9: "Aptos";
|
|
1098
1008
|
};
|
|
1099
1009
|
}[T_2] ? T_3 extends `bigint(${infer V extends bigint})` ? V : T_3 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_3 : never : never>(args_0: K1_1) => {
|
|
1100
1010
|
Mainnet: {
|
|
@@ -1106,7 +1016,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1106
1016
|
6: "Base";
|
|
1107
1017
|
7: "Polygon";
|
|
1108
1018
|
8: "Sui";
|
|
1109
|
-
9: "Aptos";
|
|
1110
1019
|
};
|
|
1111
1020
|
Testnet: {
|
|
1112
1021
|
0: "Sepolia";
|
|
@@ -1117,7 +1026,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1117
1026
|
6: "BaseSepolia";
|
|
1118
1027
|
7: "Polygon";
|
|
1119
1028
|
8: "Sui";
|
|
1120
|
-
9: "Aptos";
|
|
1121
1029
|
};
|
|
1122
1030
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
1123
1031
|
Mainnet: {
|
|
@@ -1129,7 +1037,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1129
1037
|
6: "Base";
|
|
1130
1038
|
7: "Polygon";
|
|
1131
1039
|
8: "Sui";
|
|
1132
|
-
9: "Aptos";
|
|
1133
1040
|
};
|
|
1134
1041
|
Testnet: {
|
|
1135
1042
|
0: "Sepolia";
|
|
@@ -1140,7 +1047,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1140
1047
|
6: "BaseSepolia";
|
|
1141
1048
|
7: "Polygon";
|
|
1142
1049
|
8: "Sui";
|
|
1143
|
-
9: "Aptos";
|
|
1144
1050
|
};
|
|
1145
1051
|
}[T_2] ? T_4 extends {
|
|
1146
1052
|
[key: string]: unknown;
|
|
@@ -1157,7 +1063,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1157
1063
|
6: "Base";
|
|
1158
1064
|
7: "Polygon";
|
|
1159
1065
|
8: "Sui";
|
|
1160
|
-
9: "Aptos";
|
|
1161
1066
|
};
|
|
1162
1067
|
Testnet: {
|
|
1163
1068
|
0: "Sepolia";
|
|
@@ -1168,7 +1073,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1168
1073
|
6: "BaseSepolia";
|
|
1169
1074
|
7: "Polygon";
|
|
1170
1075
|
8: "Sui";
|
|
1171
|
-
9: "Aptos";
|
|
1172
1076
|
};
|
|
1173
1077
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1174
1078
|
Mainnet: {
|
|
@@ -1180,7 +1084,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1180
1084
|
6: "Base";
|
|
1181
1085
|
7: "Polygon";
|
|
1182
1086
|
8: "Sui";
|
|
1183
|
-
9: "Aptos";
|
|
1184
1087
|
};
|
|
1185
1088
|
Testnet: {
|
|
1186
1089
|
0: "Sepolia";
|
|
@@ -1191,7 +1094,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1191
1094
|
6: "BaseSepolia";
|
|
1192
1095
|
7: "Polygon";
|
|
1193
1096
|
8: "Sui";
|
|
1194
|
-
9: "Aptos";
|
|
1195
1097
|
};
|
|
1196
1098
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
1197
1099
|
Mainnet: {
|
|
@@ -1203,7 +1105,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1203
1105
|
6: "Base";
|
|
1204
1106
|
7: "Polygon";
|
|
1205
1107
|
8: "Sui";
|
|
1206
|
-
9: "Aptos";
|
|
1207
1108
|
};
|
|
1208
1109
|
Testnet: {
|
|
1209
1110
|
0: "Sepolia";
|
|
@@ -1214,7 +1115,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1214
1115
|
6: "BaseSepolia";
|
|
1215
1116
|
7: "Polygon";
|
|
1216
1117
|
8: "Sui";
|
|
1217
|
-
9: "Aptos";
|
|
1218
1118
|
};
|
|
1219
1119
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1220
1120
|
Mainnet: {
|
|
@@ -1226,7 +1126,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1226
1126
|
6: "Base";
|
|
1227
1127
|
7: "Polygon";
|
|
1228
1128
|
8: "Sui";
|
|
1229
|
-
9: "Aptos";
|
|
1230
1129
|
};
|
|
1231
1130
|
Testnet: {
|
|
1232
1131
|
0: "Sepolia";
|
|
@@ -1237,7 +1136,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1237
1136
|
6: "BaseSepolia";
|
|
1238
1137
|
7: "Polygon";
|
|
1239
1138
|
8: "Sui";
|
|
1240
|
-
9: "Aptos";
|
|
1241
1139
|
};
|
|
1242
1140
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => boolean;
|
|
1243
1141
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -1250,7 +1148,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1250
1148
|
6: "Base";
|
|
1251
1149
|
7: "Polygon";
|
|
1252
1150
|
8: "Sui";
|
|
1253
|
-
9: "Aptos";
|
|
1254
1151
|
};
|
|
1255
1152
|
Testnet: {
|
|
1256
1153
|
0: "Sepolia";
|
|
@@ -1261,7 +1158,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1261
1158
|
6: "BaseSepolia";
|
|
1262
1159
|
7: "Polygon";
|
|
1263
1160
|
8: "Sui";
|
|
1264
|
-
9: "Aptos";
|
|
1265
1161
|
};
|
|
1266
1162
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1267
1163
|
Mainnet: {
|
|
@@ -1273,7 +1169,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1273
1169
|
6: "Base";
|
|
1274
1170
|
7: "Polygon";
|
|
1275
1171
|
8: "Sui";
|
|
1276
|
-
9: "Aptos";
|
|
1277
1172
|
};
|
|
1278
1173
|
Testnet: {
|
|
1279
1174
|
0: "Sepolia";
|
|
@@ -1284,7 +1179,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1284
1179
|
6: "BaseSepolia";
|
|
1285
1180
|
7: "Polygon";
|
|
1286
1181
|
8: "Sui";
|
|
1287
|
-
9: "Aptos";
|
|
1288
1182
|
};
|
|
1289
1183
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
1290
1184
|
Mainnet: {
|
|
@@ -1296,7 +1190,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1296
1190
|
6: "Base";
|
|
1297
1191
|
7: "Polygon";
|
|
1298
1192
|
8: "Sui";
|
|
1299
|
-
9: "Aptos";
|
|
1300
1193
|
};
|
|
1301
1194
|
Testnet: {
|
|
1302
1195
|
0: "Sepolia";
|
|
@@ -1307,7 +1200,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1307
1200
|
6: "BaseSepolia";
|
|
1308
1201
|
7: "Polygon";
|
|
1309
1202
|
8: "Sui";
|
|
1310
|
-
9: "Aptos";
|
|
1311
1203
|
};
|
|
1312
1204
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1313
1205
|
Mainnet: {
|
|
@@ -1319,7 +1211,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1319
1211
|
6: "Base";
|
|
1320
1212
|
7: "Polygon";
|
|
1321
1213
|
8: "Sui";
|
|
1322
|
-
9: "Aptos";
|
|
1323
1214
|
};
|
|
1324
1215
|
Testnet: {
|
|
1325
1216
|
0: "Sepolia";
|
|
@@ -1330,7 +1221,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1330
1221
|
6: "BaseSepolia";
|
|
1331
1222
|
7: "Polygon";
|
|
1332
1223
|
8: "Sui";
|
|
1333
|
-
9: "Aptos";
|
|
1334
1224
|
};
|
|
1335
1225
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => ({
|
|
1336
1226
|
Mainnet: {
|
|
@@ -1342,7 +1232,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1342
1232
|
6: "Base";
|
|
1343
1233
|
7: "Polygon";
|
|
1344
1234
|
8: "Sui";
|
|
1345
|
-
9: "Aptos";
|
|
1346
1235
|
};
|
|
1347
1236
|
Testnet: {
|
|
1348
1237
|
0: "Sepolia";
|
|
@@ -1353,7 +1242,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1353
1242
|
6: "BaseSepolia";
|
|
1354
1243
|
7: "Polygon";
|
|
1355
1244
|
8: "Sui";
|
|
1356
|
-
9: "Aptos";
|
|
1357
1245
|
};
|
|
1358
1246
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
1359
1247
|
Mainnet: {
|
|
@@ -1365,7 +1253,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1365
1253
|
6: "Base";
|
|
1366
1254
|
7: "Polygon";
|
|
1367
1255
|
8: "Sui";
|
|
1368
|
-
9: "Aptos";
|
|
1369
1256
|
};
|
|
1370
1257
|
Testnet: {
|
|
1371
1258
|
0: "Sepolia";
|
|
@@ -1376,17 +1263,16 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1376
1263
|
6: "BaseSepolia";
|
|
1377
1264
|
7: "Polygon";
|
|
1378
1265
|
8: "Sui";
|
|
1379
|
-
9: "Aptos";
|
|
1380
1266
|
};
|
|
1381
1267
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
1382
1268
|
} : never : never : never : never;
|
|
1383
1269
|
};
|
|
1384
|
-
export declare const circleNetworks: ["Mainnet", "Testnet"], circleChainMap: [readonly [readonly ["Ethereum", 0], readonly ["Avalanche", 1], readonly ["Optimism", 2], readonly ["Arbitrum", 3], readonly ["Solana", 5], readonly ["Base", 6], readonly ["Polygon", 7], readonly ["Sui", 8]
|
|
1270
|
+
export declare const circleNetworks: ["Mainnet", "Testnet"], circleChainMap: [readonly [readonly ["Ethereum", 0], readonly ["Avalanche", 1], readonly ["Optimism", 2], readonly ["Arbitrum", 3], readonly ["Solana", 5], readonly ["Base", 6], readonly ["Polygon", 7], readonly ["Sui", 8]], readonly [readonly ["Sepolia", 0], readonly ["Avalanche", 1], readonly ["OptimismSepolia", 2], readonly ["ArbitrumSepolia", 3], readonly ["Solana", 5], readonly ["BaseSepolia", 6], readonly ["Polygon", 7], readonly ["Sui", 8]]];
|
|
1385
1271
|
export type CircleNetwork = (typeof circleNetworks)[number];
|
|
1386
1272
|
export type CircleChain = Column<Flatten<typeof circleChainMap>, 0>[number];
|
|
1387
1273
|
export type CircleChainId = Column<Flatten<typeof circleChainMap>, 1>[number];
|
|
1388
|
-
export declare const isCircleChain: (network: Network, chain: string) => chain is "Solana" | "Ethereum" | "Polygon" | "Avalanche" | "Sui" | "
|
|
1389
|
-
export declare const isCircleChainId: (network: Network, chainId: number) => chainId is 0 | 3 | 1 | 2 | 5 | 6 | 7 | 8
|
|
1274
|
+
export declare const isCircleChain: (network: Network, chain: string) => chain is "Solana" | "Ethereum" | "Polygon" | "Avalanche" | "Sui" | "Arbitrum" | "Optimism" | "Base" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia";
|
|
1275
|
+
export declare const isCircleChainId: (network: Network, chainId: number) => chainId is 0 | 3 | 1 | 2 | 5 | 6 | 7 | 8;
|
|
1390
1276
|
export declare const isCircleSupported: (network: Network, chain: string) => network is "Mainnet" | "Testnet";
|
|
1391
1277
|
export declare function assertCircleChainId(network: Network, chainId: number): asserts chainId is CircleChainId;
|
|
1392
1278
|
export declare function assertCircleChain(network: Network, chain: string): asserts chain is CircleChain;
|