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