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