@wormhole-foundation/sdk-base 1.6.1-beta.3 → 1.7.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/chains.d.ts +9 -7
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +1 -0
- package/dist/cjs/constants/chains.js.map +1 -1
- package/dist/cjs/constants/circle.d.ts +6 -120
- package/dist/cjs/constants/circle.d.ts.map +1 -1
- package/dist/cjs/constants/circle.js +3 -7
- 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 +2 -0
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +83 -245
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.js +2 -0
- package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts +3 -4
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +1 -2
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts +24 -4
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +1 -0
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +4 -3
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +1 -0
- 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 +2 -1
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +9 -7
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +1 -0
- package/dist/esm/constants/chains.js.map +1 -1
- package/dist/esm/constants/circle.d.ts +6 -120
- package/dist/esm/constants/circle.d.ts.map +1 -1
- package/dist/esm/constants/circle.js +3 -7
- 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 +2 -0
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +83 -245
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.js +2 -0
- package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +3 -4
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +1 -2
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts +24 -4
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +1 -0
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +4 -3
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +1 -0
- 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 +2 -1
- package/dist/esm/constants/rpc.js.map +1 -1
- package/package.json +1 -1
|
@@ -18,7 +18,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
18
18
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
19
19
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
20
20
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
21
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
22
21
|
};
|
|
23
22
|
readonly Testnet: {
|
|
24
23
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -30,7 +29,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
30
29
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
31
30
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
32
31
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
33
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
34
32
|
};
|
|
35
33
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
36
34
|
readonly Mainnet: {
|
|
@@ -43,7 +41,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
43
41
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
44
42
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
45
43
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
46
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
47
44
|
};
|
|
48
45
|
readonly Testnet: {
|
|
49
46
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -55,7 +52,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
55
52
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
56
53
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
57
54
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
58
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
59
55
|
};
|
|
60
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) => {
|
|
61
57
|
readonly Mainnet: {
|
|
@@ -68,7 +64,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
68
64
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
69
65
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
70
66
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
71
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
72
67
|
};
|
|
73
68
|
readonly Testnet: {
|
|
74
69
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -80,7 +75,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
80
75
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
81
76
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
82
77
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
83
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
84
78
|
};
|
|
85
79
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
86
80
|
readonly Mainnet: {
|
|
@@ -93,7 +87,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
93
87
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
94
88
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
95
89
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
96
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
97
90
|
};
|
|
98
91
|
readonly Testnet: {
|
|
99
92
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -105,7 +98,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
105
98
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
106
99
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
107
100
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
108
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
109
101
|
};
|
|
110
102
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
111
103
|
[key: string]: unknown;
|
|
@@ -113,7 +105,7 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
113
105
|
[key: symbol]: unknown;
|
|
114
106
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
115
107
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
116
|
-
readonly get: (args_0: string, args_1: string) => "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" | "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" | "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85" | "0xaf88d065e77c8cC2239327C5EDb3A432268e5831" | "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" | "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" | "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359" | "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC" | "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b" | "
|
|
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;
|
|
117
109
|
} & {
|
|
118
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" ? {
|
|
119
111
|
readonly Mainnet: {
|
|
@@ -126,7 +118,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
126
118
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
127
119
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
128
120
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
129
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
130
121
|
};
|
|
131
122
|
readonly Testnet: {
|
|
132
123
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -138,7 +129,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
138
129
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
139
130
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
140
131
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
141
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
142
132
|
};
|
|
143
133
|
}[T_2] extends {
|
|
144
134
|
[key: string]: unknown;
|
|
@@ -155,7 +145,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
155
145
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
156
146
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
157
147
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
158
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
159
148
|
};
|
|
160
149
|
readonly Testnet: {
|
|
161
150
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -167,7 +156,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
167
156
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
168
157
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
169
158
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
170
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
171
159
|
};
|
|
172
160
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
173
161
|
readonly Mainnet: {
|
|
@@ -180,7 +168,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
180
168
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
181
169
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
182
170
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
183
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
184
171
|
};
|
|
185
172
|
readonly Testnet: {
|
|
186
173
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -192,7 +179,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
192
179
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
193
180
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
194
181
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
195
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
196
182
|
};
|
|
197
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) => {
|
|
198
184
|
readonly Mainnet: {
|
|
@@ -205,7 +191,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
205
191
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
206
192
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
207
193
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
208
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
209
194
|
};
|
|
210
195
|
readonly Testnet: {
|
|
211
196
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -217,7 +202,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
217
202
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
218
203
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
219
204
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
220
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
221
205
|
};
|
|
222
206
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
223
207
|
readonly Mainnet: {
|
|
@@ -230,7 +214,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
230
214
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
231
215
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
232
216
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
233
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
234
217
|
};
|
|
235
218
|
readonly Testnet: {
|
|
236
219
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -242,7 +225,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
242
225
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
243
226
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
244
227
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
245
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
246
228
|
};
|
|
247
229
|
}[T_2] ? T_4 extends {
|
|
248
230
|
[key: string]: unknown;
|
|
@@ -260,7 +242,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
260
242
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
261
243
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
262
244
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
263
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
264
245
|
};
|
|
265
246
|
readonly Testnet: {
|
|
266
247
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -272,7 +253,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
272
253
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
273
254
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
274
255
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
275
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
276
256
|
};
|
|
277
257
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
278
258
|
readonly Mainnet: {
|
|
@@ -285,7 +265,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
285
265
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
286
266
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
287
267
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
288
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
289
268
|
};
|
|
290
269
|
readonly Testnet: {
|
|
291
270
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -297,7 +276,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
297
276
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
298
277
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
299
278
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
300
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
301
279
|
};
|
|
302
280
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
303
281
|
readonly Mainnet: {
|
|
@@ -310,7 +288,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
310
288
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
311
289
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
312
290
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
313
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
314
291
|
};
|
|
315
292
|
readonly Testnet: {
|
|
316
293
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -322,7 +299,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
322
299
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
323
300
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
324
301
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
325
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
326
302
|
};
|
|
327
303
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
328
304
|
readonly Mainnet: {
|
|
@@ -335,7 +311,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
335
311
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
336
312
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
337
313
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
338
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
339
314
|
};
|
|
340
315
|
readonly Testnet: {
|
|
341
316
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -347,7 +322,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
347
322
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
348
323
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
349
324
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
350
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
351
325
|
};
|
|
352
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;
|
|
353
327
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -361,7 +335,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
361
335
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
362
336
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
363
337
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
364
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
365
338
|
};
|
|
366
339
|
readonly Testnet: {
|
|
367
340
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -373,7 +346,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
373
346
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
374
347
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
375
348
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
376
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
377
349
|
};
|
|
378
350
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
379
351
|
readonly Mainnet: {
|
|
@@ -386,7 +358,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
386
358
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
387
359
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
388
360
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
389
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
390
361
|
};
|
|
391
362
|
readonly Testnet: {
|
|
392
363
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -398,7 +369,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
398
369
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
399
370
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
400
371
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
401
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
402
372
|
};
|
|
403
373
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
404
374
|
readonly Mainnet: {
|
|
@@ -411,7 +381,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
411
381
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
412
382
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
413
383
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
414
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
415
384
|
};
|
|
416
385
|
readonly Testnet: {
|
|
417
386
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -423,7 +392,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
423
392
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
424
393
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
425
394
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
426
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
427
395
|
};
|
|
428
396
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
429
397
|
readonly Mainnet: {
|
|
@@ -436,7 +404,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
436
404
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
437
405
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
438
406
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
439
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
440
407
|
};
|
|
441
408
|
readonly Testnet: {
|
|
442
409
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -448,7 +415,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
448
415
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
449
416
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
450
417
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
451
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
452
418
|
};
|
|
453
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>) => ({
|
|
454
420
|
readonly Mainnet: {
|
|
@@ -461,7 +427,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
461
427
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
462
428
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
463
429
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
464
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
465
430
|
};
|
|
466
431
|
readonly Testnet: {
|
|
467
432
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -473,7 +438,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
473
438
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
474
439
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
475
440
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
476
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
477
441
|
};
|
|
478
442
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
479
443
|
readonly Mainnet: {
|
|
@@ -486,7 +450,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
486
450
|
readonly Polygon: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359";
|
|
487
451
|
readonly Sui: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC";
|
|
488
452
|
readonly Aptos: "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b";
|
|
489
|
-
readonly Unichain: "0x078D782b760474a361dDA0AF3839290b0EF57AD6";
|
|
490
453
|
};
|
|
491
454
|
readonly Testnet: {
|
|
492
455
|
readonly Sepolia: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
@@ -498,7 +461,6 @@ export declare const usdcContract: (<const K1 extends "Mainnet" | "Testnet", con
|
|
|
498
461
|
readonly Polygon: "0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97";
|
|
499
462
|
readonly Sui: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC";
|
|
500
463
|
readonly Aptos: "0x69091fbab5f7d635ee7ac5098cf0c1efbe31d68fec0f2cd565e8d168daf52832";
|
|
501
|
-
readonly Unichain: "0x31d0220469e10c4E71834a79b1f276d740d3768F";
|
|
502
464
|
};
|
|
503
465
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
504
466
|
} : never : never : never : never;
|
|
@@ -514,7 +476,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
514
476
|
Polygon: 7;
|
|
515
477
|
Sui: 8;
|
|
516
478
|
Aptos: 9;
|
|
517
|
-
Unichain: 10;
|
|
518
479
|
};
|
|
519
480
|
Testnet: {
|
|
520
481
|
Sepolia: 0;
|
|
@@ -526,7 +487,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
526
487
|
Polygon: 7;
|
|
527
488
|
Sui: 8;
|
|
528
489
|
Aptos: 9;
|
|
529
|
-
Unichain: 10;
|
|
530
490
|
};
|
|
531
491
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
532
492
|
Mainnet: {
|
|
@@ -539,7 +499,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
539
499
|
Polygon: 7;
|
|
540
500
|
Sui: 8;
|
|
541
501
|
Aptos: 9;
|
|
542
|
-
Unichain: 10;
|
|
543
502
|
};
|
|
544
503
|
Testnet: {
|
|
545
504
|
Sepolia: 0;
|
|
@@ -551,7 +510,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
551
510
|
Polygon: 7;
|
|
552
511
|
Sui: 8;
|
|
553
512
|
Aptos: 9;
|
|
554
|
-
Unichain: 10;
|
|
555
513
|
};
|
|
556
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) => {
|
|
557
515
|
Mainnet: {
|
|
@@ -564,7 +522,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
564
522
|
Polygon: 7;
|
|
565
523
|
Sui: 8;
|
|
566
524
|
Aptos: 9;
|
|
567
|
-
Unichain: 10;
|
|
568
525
|
};
|
|
569
526
|
Testnet: {
|
|
570
527
|
Sepolia: 0;
|
|
@@ -576,7 +533,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
576
533
|
Polygon: 7;
|
|
577
534
|
Sui: 8;
|
|
578
535
|
Aptos: 9;
|
|
579
|
-
Unichain: 10;
|
|
580
536
|
};
|
|
581
537
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
582
538
|
Mainnet: {
|
|
@@ -589,7 +545,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
589
545
|
Polygon: 7;
|
|
590
546
|
Sui: 8;
|
|
591
547
|
Aptos: 9;
|
|
592
|
-
Unichain: 10;
|
|
593
548
|
};
|
|
594
549
|
Testnet: {
|
|
595
550
|
Sepolia: 0;
|
|
@@ -601,7 +556,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
601
556
|
Polygon: 7;
|
|
602
557
|
Sui: 8;
|
|
603
558
|
Aptos: 9;
|
|
604
|
-
Unichain: 10;
|
|
605
559
|
};
|
|
606
560
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
607
561
|
[key: string]: unknown;
|
|
@@ -609,7 +563,7 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
609
563
|
[key: symbol]: unknown;
|
|
610
564
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
611
565
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
612
|
-
readonly get: (args_0: string, args_1: string) => 0 | 3 | 1 | 2 | 5 | 6 | 7 | 8 | 9 |
|
|
566
|
+
readonly get: (args_0: string, args_1: string) => 0 | 3 | 1 | 2 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
613
567
|
} & {
|
|
614
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" ? {
|
|
615
569
|
Mainnet: {
|
|
@@ -622,7 +576,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
622
576
|
Polygon: 7;
|
|
623
577
|
Sui: 8;
|
|
624
578
|
Aptos: 9;
|
|
625
|
-
Unichain: 10;
|
|
626
579
|
};
|
|
627
580
|
Testnet: {
|
|
628
581
|
Sepolia: 0;
|
|
@@ -634,7 +587,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
634
587
|
Polygon: 7;
|
|
635
588
|
Sui: 8;
|
|
636
589
|
Aptos: 9;
|
|
637
|
-
Unichain: 10;
|
|
638
590
|
};
|
|
639
591
|
}[T_2] extends {
|
|
640
592
|
[key: string]: unknown;
|
|
@@ -651,7 +603,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
651
603
|
Polygon: 7;
|
|
652
604
|
Sui: 8;
|
|
653
605
|
Aptos: 9;
|
|
654
|
-
Unichain: 10;
|
|
655
606
|
};
|
|
656
607
|
Testnet: {
|
|
657
608
|
Sepolia: 0;
|
|
@@ -663,7 +614,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
663
614
|
Polygon: 7;
|
|
664
615
|
Sui: 8;
|
|
665
616
|
Aptos: 9;
|
|
666
|
-
Unichain: 10;
|
|
667
617
|
};
|
|
668
618
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
669
619
|
Mainnet: {
|
|
@@ -676,7 +626,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
676
626
|
Polygon: 7;
|
|
677
627
|
Sui: 8;
|
|
678
628
|
Aptos: 9;
|
|
679
|
-
Unichain: 10;
|
|
680
629
|
};
|
|
681
630
|
Testnet: {
|
|
682
631
|
Sepolia: 0;
|
|
@@ -688,7 +637,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
688
637
|
Polygon: 7;
|
|
689
638
|
Sui: 8;
|
|
690
639
|
Aptos: 9;
|
|
691
|
-
Unichain: 10;
|
|
692
640
|
};
|
|
693
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) => {
|
|
694
642
|
Mainnet: {
|
|
@@ -701,7 +649,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
701
649
|
Polygon: 7;
|
|
702
650
|
Sui: 8;
|
|
703
651
|
Aptos: 9;
|
|
704
|
-
Unichain: 10;
|
|
705
652
|
};
|
|
706
653
|
Testnet: {
|
|
707
654
|
Sepolia: 0;
|
|
@@ -713,7 +660,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
713
660
|
Polygon: 7;
|
|
714
661
|
Sui: 8;
|
|
715
662
|
Aptos: 9;
|
|
716
|
-
Unichain: 10;
|
|
717
663
|
};
|
|
718
664
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
719
665
|
Mainnet: {
|
|
@@ -726,7 +672,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
726
672
|
Polygon: 7;
|
|
727
673
|
Sui: 8;
|
|
728
674
|
Aptos: 9;
|
|
729
|
-
Unichain: 10;
|
|
730
675
|
};
|
|
731
676
|
Testnet: {
|
|
732
677
|
Sepolia: 0;
|
|
@@ -738,7 +683,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
738
683
|
Polygon: 7;
|
|
739
684
|
Sui: 8;
|
|
740
685
|
Aptos: 9;
|
|
741
|
-
Unichain: 10;
|
|
742
686
|
};
|
|
743
687
|
}[T_2] ? T_4 extends {
|
|
744
688
|
[key: string]: unknown;
|
|
@@ -756,7 +700,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
756
700
|
Polygon: 7;
|
|
757
701
|
Sui: 8;
|
|
758
702
|
Aptos: 9;
|
|
759
|
-
Unichain: 10;
|
|
760
703
|
};
|
|
761
704
|
Testnet: {
|
|
762
705
|
Sepolia: 0;
|
|
@@ -768,7 +711,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
768
711
|
Polygon: 7;
|
|
769
712
|
Sui: 8;
|
|
770
713
|
Aptos: 9;
|
|
771
|
-
Unichain: 10;
|
|
772
714
|
};
|
|
773
715
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
774
716
|
Mainnet: {
|
|
@@ -781,7 +723,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
781
723
|
Polygon: 7;
|
|
782
724
|
Sui: 8;
|
|
783
725
|
Aptos: 9;
|
|
784
|
-
Unichain: 10;
|
|
785
726
|
};
|
|
786
727
|
Testnet: {
|
|
787
728
|
Sepolia: 0;
|
|
@@ -793,7 +734,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
793
734
|
Polygon: 7;
|
|
794
735
|
Sui: 8;
|
|
795
736
|
Aptos: 9;
|
|
796
|
-
Unichain: 10;
|
|
797
737
|
};
|
|
798
738
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
799
739
|
Mainnet: {
|
|
@@ -806,7 +746,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
806
746
|
Polygon: 7;
|
|
807
747
|
Sui: 8;
|
|
808
748
|
Aptos: 9;
|
|
809
|
-
Unichain: 10;
|
|
810
749
|
};
|
|
811
750
|
Testnet: {
|
|
812
751
|
Sepolia: 0;
|
|
@@ -818,7 +757,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
818
757
|
Polygon: 7;
|
|
819
758
|
Sui: 8;
|
|
820
759
|
Aptos: 9;
|
|
821
|
-
Unichain: 10;
|
|
822
760
|
};
|
|
823
761
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
824
762
|
Mainnet: {
|
|
@@ -831,7 +769,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
831
769
|
Polygon: 7;
|
|
832
770
|
Sui: 8;
|
|
833
771
|
Aptos: 9;
|
|
834
|
-
Unichain: 10;
|
|
835
772
|
};
|
|
836
773
|
Testnet: {
|
|
837
774
|
Sepolia: 0;
|
|
@@ -843,7 +780,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
843
780
|
Polygon: 7;
|
|
844
781
|
Sui: 8;
|
|
845
782
|
Aptos: 9;
|
|
846
|
-
Unichain: 10;
|
|
847
783
|
};
|
|
848
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;
|
|
849
785
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -857,7 +793,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
857
793
|
Polygon: 7;
|
|
858
794
|
Sui: 8;
|
|
859
795
|
Aptos: 9;
|
|
860
|
-
Unichain: 10;
|
|
861
796
|
};
|
|
862
797
|
Testnet: {
|
|
863
798
|
Sepolia: 0;
|
|
@@ -869,7 +804,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
869
804
|
Polygon: 7;
|
|
870
805
|
Sui: 8;
|
|
871
806
|
Aptos: 9;
|
|
872
|
-
Unichain: 10;
|
|
873
807
|
};
|
|
874
808
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
875
809
|
Mainnet: {
|
|
@@ -882,7 +816,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
882
816
|
Polygon: 7;
|
|
883
817
|
Sui: 8;
|
|
884
818
|
Aptos: 9;
|
|
885
|
-
Unichain: 10;
|
|
886
819
|
};
|
|
887
820
|
Testnet: {
|
|
888
821
|
Sepolia: 0;
|
|
@@ -894,7 +827,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
894
827
|
Polygon: 7;
|
|
895
828
|
Sui: 8;
|
|
896
829
|
Aptos: 9;
|
|
897
|
-
Unichain: 10;
|
|
898
830
|
};
|
|
899
831
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
900
832
|
Mainnet: {
|
|
@@ -907,7 +839,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
907
839
|
Polygon: 7;
|
|
908
840
|
Sui: 8;
|
|
909
841
|
Aptos: 9;
|
|
910
|
-
Unichain: 10;
|
|
911
842
|
};
|
|
912
843
|
Testnet: {
|
|
913
844
|
Sepolia: 0;
|
|
@@ -919,7 +850,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
919
850
|
Polygon: 7;
|
|
920
851
|
Sui: 8;
|
|
921
852
|
Aptos: 9;
|
|
922
|
-
Unichain: 10;
|
|
923
853
|
};
|
|
924
854
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
925
855
|
Mainnet: {
|
|
@@ -932,7 +862,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
932
862
|
Polygon: 7;
|
|
933
863
|
Sui: 8;
|
|
934
864
|
Aptos: 9;
|
|
935
|
-
Unichain: 10;
|
|
936
865
|
};
|
|
937
866
|
Testnet: {
|
|
938
867
|
Sepolia: 0;
|
|
@@ -944,7 +873,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
944
873
|
Polygon: 7;
|
|
945
874
|
Sui: 8;
|
|
946
875
|
Aptos: 9;
|
|
947
|
-
Unichain: 10;
|
|
948
876
|
};
|
|
949
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>) => ({
|
|
950
878
|
Mainnet: {
|
|
@@ -957,7 +885,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
957
885
|
Polygon: 7;
|
|
958
886
|
Sui: 8;
|
|
959
887
|
Aptos: 9;
|
|
960
|
-
Unichain: 10;
|
|
961
888
|
};
|
|
962
889
|
Testnet: {
|
|
963
890
|
Sepolia: 0;
|
|
@@ -969,7 +896,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
969
896
|
Polygon: 7;
|
|
970
897
|
Sui: 8;
|
|
971
898
|
Aptos: 9;
|
|
972
|
-
Unichain: 10;
|
|
973
899
|
};
|
|
974
900
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
975
901
|
Mainnet: {
|
|
@@ -982,7 +908,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
982
908
|
Polygon: 7;
|
|
983
909
|
Sui: 8;
|
|
984
910
|
Aptos: 9;
|
|
985
|
-
Unichain: 10;
|
|
986
911
|
};
|
|
987
912
|
Testnet: {
|
|
988
913
|
Sepolia: 0;
|
|
@@ -994,7 +919,6 @@ export declare const circleChainId: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
994
919
|
Polygon: 7;
|
|
995
920
|
Sui: 8;
|
|
996
921
|
Aptos: 9;
|
|
997
|
-
Unichain: 10;
|
|
998
922
|
};
|
|
999
923
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
1000
924
|
} : never : never : never : never;
|
|
@@ -1010,7 +934,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1010
934
|
7: "Polygon";
|
|
1011
935
|
8: "Sui";
|
|
1012
936
|
9: "Aptos";
|
|
1013
|
-
10: "Unichain";
|
|
1014
937
|
};
|
|
1015
938
|
Testnet: {
|
|
1016
939
|
0: "Sepolia";
|
|
@@ -1022,7 +945,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1022
945
|
7: "Polygon";
|
|
1023
946
|
8: "Sui";
|
|
1024
947
|
9: "Aptos";
|
|
1025
|
-
10: "Unichain";
|
|
1026
948
|
};
|
|
1027
949
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
1028
950
|
Mainnet: {
|
|
@@ -1035,7 +957,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1035
957
|
7: "Polygon";
|
|
1036
958
|
8: "Sui";
|
|
1037
959
|
9: "Aptos";
|
|
1038
|
-
10: "Unichain";
|
|
1039
960
|
};
|
|
1040
961
|
Testnet: {
|
|
1041
962
|
0: "Sepolia";
|
|
@@ -1047,7 +968,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1047
968
|
7: "Polygon";
|
|
1048
969
|
8: "Sui";
|
|
1049
970
|
9: "Aptos";
|
|
1050
|
-
10: "Unichain";
|
|
1051
971
|
};
|
|
1052
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) => {
|
|
1053
973
|
Mainnet: {
|
|
@@ -1060,7 +980,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1060
980
|
7: "Polygon";
|
|
1061
981
|
8: "Sui";
|
|
1062
982
|
9: "Aptos";
|
|
1063
|
-
10: "Unichain";
|
|
1064
983
|
};
|
|
1065
984
|
Testnet: {
|
|
1066
985
|
0: "Sepolia";
|
|
@@ -1072,7 +991,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1072
991
|
7: "Polygon";
|
|
1073
992
|
8: "Sui";
|
|
1074
993
|
9: "Aptos";
|
|
1075
|
-
10: "Unichain";
|
|
1076
994
|
};
|
|
1077
995
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
1078
996
|
Mainnet: {
|
|
@@ -1085,7 +1003,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1085
1003
|
7: "Polygon";
|
|
1086
1004
|
8: "Sui";
|
|
1087
1005
|
9: "Aptos";
|
|
1088
|
-
10: "Unichain";
|
|
1089
1006
|
};
|
|
1090
1007
|
Testnet: {
|
|
1091
1008
|
0: "Sepolia";
|
|
@@ -1097,7 +1014,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1097
1014
|
7: "Polygon";
|
|
1098
1015
|
8: "Sui";
|
|
1099
1016
|
9: "Aptos";
|
|
1100
|
-
10: "Unichain";
|
|
1101
1017
|
};
|
|
1102
1018
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
1103
1019
|
[key: string]: unknown;
|
|
@@ -1105,7 +1021,7 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1105
1021
|
[key: symbol]: unknown;
|
|
1106
1022
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
1107
1023
|
readonly has: (args_0: string, args_1: number) => boolean;
|
|
1108
|
-
readonly get: (args_0: string, args_1: number) => "Solana" | "Ethereum" | "Polygon" | "Avalanche" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Base" | "
|
|
1024
|
+
readonly get: (args_0: string, args_1: number) => "Solana" | "Ethereum" | "Polygon" | "Avalanche" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Base" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | undefined;
|
|
1109
1025
|
} & {
|
|
1110
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" ? {
|
|
1111
1027
|
Mainnet: {
|
|
@@ -1118,7 +1034,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1118
1034
|
7: "Polygon";
|
|
1119
1035
|
8: "Sui";
|
|
1120
1036
|
9: "Aptos";
|
|
1121
|
-
10: "Unichain";
|
|
1122
1037
|
};
|
|
1123
1038
|
Testnet: {
|
|
1124
1039
|
0: "Sepolia";
|
|
@@ -1130,7 +1045,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1130
1045
|
7: "Polygon";
|
|
1131
1046
|
8: "Sui";
|
|
1132
1047
|
9: "Aptos";
|
|
1133
|
-
10: "Unichain";
|
|
1134
1048
|
};
|
|
1135
1049
|
}[T_2] extends {
|
|
1136
1050
|
[key: string]: unknown;
|
|
@@ -1147,7 +1061,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1147
1061
|
7: "Polygon";
|
|
1148
1062
|
8: "Sui";
|
|
1149
1063
|
9: "Aptos";
|
|
1150
|
-
10: "Unichain";
|
|
1151
1064
|
};
|
|
1152
1065
|
Testnet: {
|
|
1153
1066
|
0: "Sepolia";
|
|
@@ -1159,7 +1072,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1159
1072
|
7: "Polygon";
|
|
1160
1073
|
8: "Sui";
|
|
1161
1074
|
9: "Aptos";
|
|
1162
|
-
10: "Unichain";
|
|
1163
1075
|
};
|
|
1164
1076
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
1165
1077
|
Mainnet: {
|
|
@@ -1172,7 +1084,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1172
1084
|
7: "Polygon";
|
|
1173
1085
|
8: "Sui";
|
|
1174
1086
|
9: "Aptos";
|
|
1175
|
-
10: "Unichain";
|
|
1176
1087
|
};
|
|
1177
1088
|
Testnet: {
|
|
1178
1089
|
0: "Sepolia";
|
|
@@ -1184,7 +1095,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1184
1095
|
7: "Polygon";
|
|
1185
1096
|
8: "Sui";
|
|
1186
1097
|
9: "Aptos";
|
|
1187
|
-
10: "Unichain";
|
|
1188
1098
|
};
|
|
1189
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) => {
|
|
1190
1100
|
Mainnet: {
|
|
@@ -1197,7 +1107,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1197
1107
|
7: "Polygon";
|
|
1198
1108
|
8: "Sui";
|
|
1199
1109
|
9: "Aptos";
|
|
1200
|
-
10: "Unichain";
|
|
1201
1110
|
};
|
|
1202
1111
|
Testnet: {
|
|
1203
1112
|
0: "Sepolia";
|
|
@@ -1209,7 +1118,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1209
1118
|
7: "Polygon";
|
|
1210
1119
|
8: "Sui";
|
|
1211
1120
|
9: "Aptos";
|
|
1212
|
-
10: "Unichain";
|
|
1213
1121
|
};
|
|
1214
1122
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
1215
1123
|
Mainnet: {
|
|
@@ -1222,7 +1130,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1222
1130
|
7: "Polygon";
|
|
1223
1131
|
8: "Sui";
|
|
1224
1132
|
9: "Aptos";
|
|
1225
|
-
10: "Unichain";
|
|
1226
1133
|
};
|
|
1227
1134
|
Testnet: {
|
|
1228
1135
|
0: "Sepolia";
|
|
@@ -1234,7 +1141,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1234
1141
|
7: "Polygon";
|
|
1235
1142
|
8: "Sui";
|
|
1236
1143
|
9: "Aptos";
|
|
1237
|
-
10: "Unichain";
|
|
1238
1144
|
};
|
|
1239
1145
|
}[T_2] ? T_4 extends {
|
|
1240
1146
|
[key: string]: unknown;
|
|
@@ -1252,7 +1158,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1252
1158
|
7: "Polygon";
|
|
1253
1159
|
8: "Sui";
|
|
1254
1160
|
9: "Aptos";
|
|
1255
|
-
10: "Unichain";
|
|
1256
1161
|
};
|
|
1257
1162
|
Testnet: {
|
|
1258
1163
|
0: "Sepolia";
|
|
@@ -1264,7 +1169,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1264
1169
|
7: "Polygon";
|
|
1265
1170
|
8: "Sui";
|
|
1266
1171
|
9: "Aptos";
|
|
1267
|
-
10: "Unichain";
|
|
1268
1172
|
};
|
|
1269
1173
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1270
1174
|
Mainnet: {
|
|
@@ -1277,7 +1181,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1277
1181
|
7: "Polygon";
|
|
1278
1182
|
8: "Sui";
|
|
1279
1183
|
9: "Aptos";
|
|
1280
|
-
10: "Unichain";
|
|
1281
1184
|
};
|
|
1282
1185
|
Testnet: {
|
|
1283
1186
|
0: "Sepolia";
|
|
@@ -1289,7 +1192,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1289
1192
|
7: "Polygon";
|
|
1290
1193
|
8: "Sui";
|
|
1291
1194
|
9: "Aptos";
|
|
1292
|
-
10: "Unichain";
|
|
1293
1195
|
};
|
|
1294
1196
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
1295
1197
|
Mainnet: {
|
|
@@ -1302,7 +1204,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1302
1204
|
7: "Polygon";
|
|
1303
1205
|
8: "Sui";
|
|
1304
1206
|
9: "Aptos";
|
|
1305
|
-
10: "Unichain";
|
|
1306
1207
|
};
|
|
1307
1208
|
Testnet: {
|
|
1308
1209
|
0: "Sepolia";
|
|
@@ -1314,7 +1215,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1314
1215
|
7: "Polygon";
|
|
1315
1216
|
8: "Sui";
|
|
1316
1217
|
9: "Aptos";
|
|
1317
|
-
10: "Unichain";
|
|
1318
1218
|
};
|
|
1319
1219
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1320
1220
|
Mainnet: {
|
|
@@ -1327,7 +1227,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1327
1227
|
7: "Polygon";
|
|
1328
1228
|
8: "Sui";
|
|
1329
1229
|
9: "Aptos";
|
|
1330
|
-
10: "Unichain";
|
|
1331
1230
|
};
|
|
1332
1231
|
Testnet: {
|
|
1333
1232
|
0: "Sepolia";
|
|
@@ -1339,7 +1238,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1339
1238
|
7: "Polygon";
|
|
1340
1239
|
8: "Sui";
|
|
1341
1240
|
9: "Aptos";
|
|
1342
|
-
10: "Unichain";
|
|
1343
1241
|
};
|
|
1344
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;
|
|
1345
1243
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -1353,7 +1251,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1353
1251
|
7: "Polygon";
|
|
1354
1252
|
8: "Sui";
|
|
1355
1253
|
9: "Aptos";
|
|
1356
|
-
10: "Unichain";
|
|
1357
1254
|
};
|
|
1358
1255
|
Testnet: {
|
|
1359
1256
|
0: "Sepolia";
|
|
@@ -1365,7 +1262,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1365
1262
|
7: "Polygon";
|
|
1366
1263
|
8: "Sui";
|
|
1367
1264
|
9: "Aptos";
|
|
1368
|
-
10: "Unichain";
|
|
1369
1265
|
};
|
|
1370
1266
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1371
1267
|
Mainnet: {
|
|
@@ -1378,7 +1274,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1378
1274
|
7: "Polygon";
|
|
1379
1275
|
8: "Sui";
|
|
1380
1276
|
9: "Aptos";
|
|
1381
|
-
10: "Unichain";
|
|
1382
1277
|
};
|
|
1383
1278
|
Testnet: {
|
|
1384
1279
|
0: "Sepolia";
|
|
@@ -1390,7 +1285,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1390
1285
|
7: "Polygon";
|
|
1391
1286
|
8: "Sui";
|
|
1392
1287
|
9: "Aptos";
|
|
1393
|
-
10: "Unichain";
|
|
1394
1288
|
};
|
|
1395
1289
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
1396
1290
|
Mainnet: {
|
|
@@ -1403,7 +1297,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1403
1297
|
7: "Polygon";
|
|
1404
1298
|
8: "Sui";
|
|
1405
1299
|
9: "Aptos";
|
|
1406
|
-
10: "Unichain";
|
|
1407
1300
|
};
|
|
1408
1301
|
Testnet: {
|
|
1409
1302
|
0: "Sepolia";
|
|
@@ -1415,7 +1308,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1415
1308
|
7: "Polygon";
|
|
1416
1309
|
8: "Sui";
|
|
1417
1310
|
9: "Aptos";
|
|
1418
|
-
10: "Unichain";
|
|
1419
1311
|
};
|
|
1420
1312
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
1421
1313
|
Mainnet: {
|
|
@@ -1428,7 +1320,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1428
1320
|
7: "Polygon";
|
|
1429
1321
|
8: "Sui";
|
|
1430
1322
|
9: "Aptos";
|
|
1431
|
-
10: "Unichain";
|
|
1432
1323
|
};
|
|
1433
1324
|
Testnet: {
|
|
1434
1325
|
0: "Sepolia";
|
|
@@ -1440,7 +1331,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1440
1331
|
7: "Polygon";
|
|
1441
1332
|
8: "Sui";
|
|
1442
1333
|
9: "Aptos";
|
|
1443
|
-
10: "Unichain";
|
|
1444
1334
|
};
|
|
1445
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>) => ({
|
|
1446
1336
|
Mainnet: {
|
|
@@ -1453,7 +1343,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1453
1343
|
7: "Polygon";
|
|
1454
1344
|
8: "Sui";
|
|
1455
1345
|
9: "Aptos";
|
|
1456
|
-
10: "Unichain";
|
|
1457
1346
|
};
|
|
1458
1347
|
Testnet: {
|
|
1459
1348
|
0: "Sepolia";
|
|
@@ -1465,7 +1354,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1465
1354
|
7: "Polygon";
|
|
1466
1355
|
8: "Sui";
|
|
1467
1356
|
9: "Aptos";
|
|
1468
|
-
10: "Unichain";
|
|
1469
1357
|
};
|
|
1470
1358
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
1471
1359
|
Mainnet: {
|
|
@@ -1478,7 +1366,6 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1478
1366
|
7: "Polygon";
|
|
1479
1367
|
8: "Sui";
|
|
1480
1368
|
9: "Aptos";
|
|
1481
|
-
10: "Unichain";
|
|
1482
1369
|
};
|
|
1483
1370
|
Testnet: {
|
|
1484
1371
|
0: "Sepolia";
|
|
@@ -1490,17 +1377,16 @@ export declare const circleChainIdToChain: (<const K1 extends "Mainnet" | "Testn
|
|
|
1490
1377
|
7: "Polygon";
|
|
1491
1378
|
8: "Sui";
|
|
1492
1379
|
9: "Aptos";
|
|
1493
|
-
10: "Unichain";
|
|
1494
1380
|
};
|
|
1495
1381
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
1496
1382
|
} : never : never : never : never;
|
|
1497
1383
|
};
|
|
1498
|
-
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]
|
|
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]]];
|
|
1499
1385
|
export type CircleNetwork = (typeof circleNetworks)[number];
|
|
1500
1386
|
export type CircleChain = Column<Flatten<typeof circleChainMap>, 0>[number];
|
|
1501
1387
|
export type CircleChainId = Column<Flatten<typeof circleChainMap>, 1>[number];
|
|
1502
|
-
export declare const isCircleChain: (network: Network, chain: string) => chain is "Solana" | "Ethereum" | "Polygon" | "Avalanche" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Base" | "
|
|
1503
|
-
export declare const isCircleChainId: (network: Network, chainId: number) => chainId is 0 | 3 | 1 | 2 | 5 | 6 | 7 | 8 | 9
|
|
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;
|
|
1504
1390
|
export declare const isCircleSupported: (network: Network, chain: string) => network is "Mainnet" | "Testnet";
|
|
1505
1391
|
export declare function assertCircleChainId(network: Network, chainId: number): asserts chainId is CircleChainId;
|
|
1506
1392
|
export declare function assertCircleChain(network: Network, chain: string): asserts chain is CircleChain;
|