@circle-fin/app-kit 1.3.0 → 1.4.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/CHANGELOG.md +6 -0
- package/chains.cjs +555 -2
- package/chains.d.ts +327 -2
- package/chains.mjs +555 -2
- package/index.cjs +18499 -8579
- package/index.d.ts +4469 -268
- package/index.mjs +18500 -8580
- package/package.json +9 -2
package/chains.d.ts
CHANGED
|
@@ -138,6 +138,19 @@ declare const ArcTestnet: {
|
|
|
138
138
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
139
139
|
readonly adapter: "0xBBD70b01a1CAbc96d5b7b129Ae1AAabdf50dd40b";
|
|
140
140
|
};
|
|
141
|
+
readonly gateway: {
|
|
142
|
+
readonly domain: 26;
|
|
143
|
+
readonly contracts: {
|
|
144
|
+
readonly v1: {
|
|
145
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
146
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
readonly forwarderSupported: {
|
|
150
|
+
readonly source: true;
|
|
151
|
+
readonly destination: true;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
141
154
|
};
|
|
142
155
|
|
|
143
156
|
/**
|
|
@@ -188,6 +201,19 @@ declare const Arbitrum: {
|
|
|
188
201
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
189
202
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
190
203
|
};
|
|
204
|
+
readonly gateway: {
|
|
205
|
+
readonly domain: 3;
|
|
206
|
+
readonly contracts: {
|
|
207
|
+
readonly v1: {
|
|
208
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
209
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
readonly forwarderSupported: {
|
|
213
|
+
readonly source: true;
|
|
214
|
+
readonly destination: true;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
191
217
|
};
|
|
192
218
|
|
|
193
219
|
/**
|
|
@@ -237,6 +263,19 @@ declare const ArbitrumSepolia: {
|
|
|
237
263
|
readonly kitContracts: {
|
|
238
264
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
239
265
|
};
|
|
266
|
+
readonly gateway: {
|
|
267
|
+
readonly domain: 3;
|
|
268
|
+
readonly contracts: {
|
|
269
|
+
readonly v1: {
|
|
270
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
271
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
readonly forwarderSupported: {
|
|
275
|
+
readonly source: true;
|
|
276
|
+
readonly destination: true;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
240
279
|
};
|
|
241
280
|
|
|
242
281
|
/**
|
|
@@ -287,6 +326,19 @@ declare const Avalanche: {
|
|
|
287
326
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
288
327
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
289
328
|
};
|
|
329
|
+
readonly gateway: {
|
|
330
|
+
readonly domain: 1;
|
|
331
|
+
readonly contracts: {
|
|
332
|
+
readonly v1: {
|
|
333
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
334
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
readonly forwarderSupported: {
|
|
338
|
+
readonly source: true;
|
|
339
|
+
readonly destination: true;
|
|
340
|
+
};
|
|
341
|
+
};
|
|
290
342
|
};
|
|
291
343
|
|
|
292
344
|
/**
|
|
@@ -336,6 +388,19 @@ declare const AvalancheFuji: {
|
|
|
336
388
|
readonly kitContracts: {
|
|
337
389
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
338
390
|
};
|
|
391
|
+
readonly gateway: {
|
|
392
|
+
readonly domain: 1;
|
|
393
|
+
readonly contracts: {
|
|
394
|
+
readonly v1: {
|
|
395
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
396
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
readonly forwarderSupported: {
|
|
400
|
+
readonly source: true;
|
|
401
|
+
readonly destination: true;
|
|
402
|
+
};
|
|
403
|
+
};
|
|
339
404
|
};
|
|
340
405
|
|
|
341
406
|
/**
|
|
@@ -386,6 +451,19 @@ declare const Base: {
|
|
|
386
451
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
387
452
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
388
453
|
};
|
|
454
|
+
readonly gateway: {
|
|
455
|
+
readonly domain: 6;
|
|
456
|
+
readonly contracts: {
|
|
457
|
+
readonly v1: {
|
|
458
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
459
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
readonly forwarderSupported: {
|
|
463
|
+
readonly source: true;
|
|
464
|
+
readonly destination: true;
|
|
465
|
+
};
|
|
466
|
+
};
|
|
389
467
|
};
|
|
390
468
|
|
|
391
469
|
/**
|
|
@@ -435,6 +513,19 @@ declare const BaseSepolia: {
|
|
|
435
513
|
readonly kitContracts: {
|
|
436
514
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
437
515
|
};
|
|
516
|
+
readonly gateway: {
|
|
517
|
+
readonly domain: 6;
|
|
518
|
+
readonly contracts: {
|
|
519
|
+
readonly v1: {
|
|
520
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
521
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
readonly forwarderSupported: {
|
|
525
|
+
readonly source: true;
|
|
526
|
+
readonly destination: true;
|
|
527
|
+
};
|
|
528
|
+
};
|
|
438
529
|
};
|
|
439
530
|
|
|
440
531
|
/**
|
|
@@ -541,7 +632,7 @@ declare const Ethereum: {
|
|
|
541
632
|
readonly chainId: 1;
|
|
542
633
|
readonly isTestnet: false;
|
|
543
634
|
readonly explorerUrl: "https://etherscan.io/tx/{hash}";
|
|
544
|
-
readonly rpcEndpoints: readonly ["https://
|
|
635
|
+
readonly rpcEndpoints: readonly ["https://ethereum-rpc.publicnode.com", "https://ethereum.publicnode.com"];
|
|
545
636
|
readonly eurcAddress: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
546
637
|
readonly usdcAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
547
638
|
readonly usdtAddress: "0xdac17f958d2ee523a2206206994597c13d831ec7";
|
|
@@ -571,6 +662,19 @@ declare const Ethereum: {
|
|
|
571
662
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
572
663
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
573
664
|
};
|
|
665
|
+
readonly gateway: {
|
|
666
|
+
readonly domain: 0;
|
|
667
|
+
readonly contracts: {
|
|
668
|
+
readonly v1: {
|
|
669
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
670
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
671
|
+
};
|
|
672
|
+
};
|
|
673
|
+
readonly forwarderSupported: {
|
|
674
|
+
readonly source: true;
|
|
675
|
+
readonly destination: true;
|
|
676
|
+
};
|
|
677
|
+
};
|
|
574
678
|
};
|
|
575
679
|
|
|
576
680
|
/**
|
|
@@ -591,7 +695,7 @@ declare const EthereumSepolia: {
|
|
|
591
695
|
readonly chainId: 11155111;
|
|
592
696
|
readonly isTestnet: true;
|
|
593
697
|
readonly explorerUrl: "https://sepolia.etherscan.io/tx/{hash}";
|
|
594
|
-
readonly rpcEndpoints: readonly ["https://sepolia.
|
|
698
|
+
readonly rpcEndpoints: readonly ["https://ethereum-sepolia-rpc.publicnode.com"];
|
|
595
699
|
readonly eurcAddress: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
596
700
|
readonly usdcAddress: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
597
701
|
readonly usdtAddress: null;
|
|
@@ -620,6 +724,19 @@ declare const EthereumSepolia: {
|
|
|
620
724
|
readonly kitContracts: {
|
|
621
725
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
622
726
|
};
|
|
727
|
+
readonly gateway: {
|
|
728
|
+
readonly domain: 0;
|
|
729
|
+
readonly contracts: {
|
|
730
|
+
readonly v1: {
|
|
731
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
732
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
733
|
+
};
|
|
734
|
+
};
|
|
735
|
+
readonly forwarderSupported: {
|
|
736
|
+
readonly source: true;
|
|
737
|
+
readonly destination: true;
|
|
738
|
+
};
|
|
739
|
+
};
|
|
623
740
|
};
|
|
624
741
|
|
|
625
742
|
/**
|
|
@@ -666,6 +783,19 @@ declare const HyperEVM: {
|
|
|
666
783
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
667
784
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
668
785
|
};
|
|
786
|
+
readonly gateway: {
|
|
787
|
+
readonly domain: 19;
|
|
788
|
+
readonly contracts: {
|
|
789
|
+
readonly v1: {
|
|
790
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
791
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
readonly forwarderSupported: {
|
|
795
|
+
readonly source: true;
|
|
796
|
+
readonly destination: true;
|
|
797
|
+
};
|
|
798
|
+
};
|
|
669
799
|
};
|
|
670
800
|
|
|
671
801
|
/**
|
|
@@ -710,6 +840,19 @@ declare const HyperEVMTestnet: {
|
|
|
710
840
|
readonly kitContracts: {
|
|
711
841
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
712
842
|
};
|
|
843
|
+
readonly gateway: {
|
|
844
|
+
readonly domain: 19;
|
|
845
|
+
readonly contracts: {
|
|
846
|
+
readonly v1: {
|
|
847
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
848
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
849
|
+
};
|
|
850
|
+
};
|
|
851
|
+
readonly forwarderSupported: {
|
|
852
|
+
readonly source: true;
|
|
853
|
+
readonly destination: true;
|
|
854
|
+
};
|
|
855
|
+
};
|
|
713
856
|
};
|
|
714
857
|
|
|
715
858
|
/**
|
|
@@ -937,6 +1080,19 @@ declare const Optimism: {
|
|
|
937
1080
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
938
1081
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
939
1082
|
};
|
|
1083
|
+
readonly gateway: {
|
|
1084
|
+
readonly domain: 2;
|
|
1085
|
+
readonly contracts: {
|
|
1086
|
+
readonly v1: {
|
|
1087
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
1088
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
1089
|
+
};
|
|
1090
|
+
};
|
|
1091
|
+
readonly forwarderSupported: {
|
|
1092
|
+
readonly source: true;
|
|
1093
|
+
readonly destination: true;
|
|
1094
|
+
};
|
|
1095
|
+
};
|
|
940
1096
|
};
|
|
941
1097
|
|
|
942
1098
|
/**
|
|
@@ -986,6 +1142,19 @@ declare const OptimismSepolia: {
|
|
|
986
1142
|
readonly kitContracts: {
|
|
987
1143
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
988
1144
|
};
|
|
1145
|
+
readonly gateway: {
|
|
1146
|
+
readonly domain: 2;
|
|
1147
|
+
readonly contracts: {
|
|
1148
|
+
readonly v1: {
|
|
1149
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
1150
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
1151
|
+
};
|
|
1152
|
+
};
|
|
1153
|
+
readonly forwarderSupported: {
|
|
1154
|
+
readonly source: true;
|
|
1155
|
+
readonly destination: true;
|
|
1156
|
+
};
|
|
1157
|
+
};
|
|
989
1158
|
};
|
|
990
1159
|
|
|
991
1160
|
/**
|
|
@@ -1126,6 +1295,19 @@ declare const Polygon: {
|
|
|
1126
1295
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1127
1296
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1128
1297
|
};
|
|
1298
|
+
readonly gateway: {
|
|
1299
|
+
readonly domain: 7;
|
|
1300
|
+
readonly contracts: {
|
|
1301
|
+
readonly v1: {
|
|
1302
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
1303
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
1304
|
+
};
|
|
1305
|
+
};
|
|
1306
|
+
readonly forwarderSupported: {
|
|
1307
|
+
readonly source: true;
|
|
1308
|
+
readonly destination: true;
|
|
1309
|
+
};
|
|
1310
|
+
};
|
|
1129
1311
|
};
|
|
1130
1312
|
|
|
1131
1313
|
/**
|
|
@@ -1175,6 +1357,19 @@ declare const PolygonAmoy: {
|
|
|
1175
1357
|
readonly kitContracts: {
|
|
1176
1358
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1177
1359
|
};
|
|
1360
|
+
readonly gateway: {
|
|
1361
|
+
readonly domain: 7;
|
|
1362
|
+
readonly contracts: {
|
|
1363
|
+
readonly v1: {
|
|
1364
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
1365
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
1366
|
+
};
|
|
1367
|
+
};
|
|
1368
|
+
readonly forwarderSupported: {
|
|
1369
|
+
readonly source: true;
|
|
1370
|
+
readonly destination: true;
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1178
1373
|
};
|
|
1179
1374
|
|
|
1180
1375
|
/**
|
|
@@ -1221,6 +1416,19 @@ declare const Sei: {
|
|
|
1221
1416
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1222
1417
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1223
1418
|
};
|
|
1419
|
+
readonly gateway: {
|
|
1420
|
+
readonly domain: 16;
|
|
1421
|
+
readonly contracts: {
|
|
1422
|
+
readonly v1: {
|
|
1423
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
1424
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
1425
|
+
};
|
|
1426
|
+
};
|
|
1427
|
+
readonly forwarderSupported: {
|
|
1428
|
+
readonly source: true;
|
|
1429
|
+
readonly destination: true;
|
|
1430
|
+
};
|
|
1431
|
+
};
|
|
1224
1432
|
};
|
|
1225
1433
|
|
|
1226
1434
|
/**
|
|
@@ -1265,6 +1473,19 @@ declare const SeiTestnet: {
|
|
|
1265
1473
|
readonly kitContracts: {
|
|
1266
1474
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1267
1475
|
};
|
|
1476
|
+
readonly gateway: {
|
|
1477
|
+
readonly domain: 16;
|
|
1478
|
+
readonly contracts: {
|
|
1479
|
+
readonly v1: {
|
|
1480
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
1481
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
1482
|
+
};
|
|
1483
|
+
};
|
|
1484
|
+
readonly forwarderSupported: {
|
|
1485
|
+
readonly source: true;
|
|
1486
|
+
readonly destination: true;
|
|
1487
|
+
};
|
|
1488
|
+
};
|
|
1268
1489
|
};
|
|
1269
1490
|
|
|
1270
1491
|
/**
|
|
@@ -1309,6 +1530,19 @@ declare const Sonic: {
|
|
|
1309
1530
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1310
1531
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1311
1532
|
};
|
|
1533
|
+
readonly gateway: {
|
|
1534
|
+
readonly domain: 13;
|
|
1535
|
+
readonly contracts: {
|
|
1536
|
+
readonly v1: {
|
|
1537
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
1538
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
1539
|
+
};
|
|
1540
|
+
};
|
|
1541
|
+
readonly forwarderSupported: {
|
|
1542
|
+
readonly source: true;
|
|
1543
|
+
readonly destination: true;
|
|
1544
|
+
};
|
|
1545
|
+
};
|
|
1312
1546
|
};
|
|
1313
1547
|
|
|
1314
1548
|
/**
|
|
@@ -1352,6 +1586,19 @@ declare const SonicTestnet: {
|
|
|
1352
1586
|
readonly kitContracts: {
|
|
1353
1587
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1354
1588
|
};
|
|
1589
|
+
readonly gateway: {
|
|
1590
|
+
readonly domain: 13;
|
|
1591
|
+
readonly contracts: {
|
|
1592
|
+
readonly v1: {
|
|
1593
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
1594
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
1595
|
+
};
|
|
1596
|
+
};
|
|
1597
|
+
readonly forwarderSupported: {
|
|
1598
|
+
readonly source: true;
|
|
1599
|
+
readonly destination: true;
|
|
1600
|
+
};
|
|
1601
|
+
};
|
|
1355
1602
|
};
|
|
1356
1603
|
|
|
1357
1604
|
/**
|
|
@@ -1400,6 +1647,19 @@ declare const Solana: {
|
|
|
1400
1647
|
readonly kitContracts: {
|
|
1401
1648
|
readonly bridge: "DFaauJEjmiHkPs1JG89A4p95hDWi9m9SAEERY1LQJiC3";
|
|
1402
1649
|
};
|
|
1650
|
+
readonly gateway: {
|
|
1651
|
+
readonly domain: 5;
|
|
1652
|
+
readonly contracts: {
|
|
1653
|
+
readonly v1: {
|
|
1654
|
+
readonly wallet: "GATEwy4YxeiEbRJLwB6dXgg7q61e6zBPrMzYj5h1pRXQ";
|
|
1655
|
+
readonly minter: "GATEm5SoBJiSw1v2Pz1iPBgUYkXzCUJ27XSXhDfSyzVZ";
|
|
1656
|
+
};
|
|
1657
|
+
};
|
|
1658
|
+
readonly forwarderSupported: {
|
|
1659
|
+
readonly source: true;
|
|
1660
|
+
readonly destination: false;
|
|
1661
|
+
};
|
|
1662
|
+
};
|
|
1403
1663
|
};
|
|
1404
1664
|
|
|
1405
1665
|
/**
|
|
@@ -1448,6 +1708,19 @@ declare const SolanaDevnet: {
|
|
|
1448
1708
|
readonly bridge: "DFaauJEjmiHkPs1JG89A4p95hDWi9m9SAEERY1LQJiC3";
|
|
1449
1709
|
};
|
|
1450
1710
|
readonly rpcEndpoints: readonly ["https://api.devnet.solana.com"];
|
|
1711
|
+
readonly gateway: {
|
|
1712
|
+
readonly domain: 5;
|
|
1713
|
+
readonly contracts: {
|
|
1714
|
+
readonly v1: {
|
|
1715
|
+
readonly wallet: "GATEwdfmYNELfp5wDmmR6noSr2vHnAfBPMm2PvCzX5vu";
|
|
1716
|
+
readonly minter: "GATEmKK2ECL1brEngQZWCgMWPbvrEYqsV6u29dAaHavr";
|
|
1717
|
+
};
|
|
1718
|
+
};
|
|
1719
|
+
readonly forwarderSupported: {
|
|
1720
|
+
readonly source: true;
|
|
1721
|
+
readonly destination: false;
|
|
1722
|
+
};
|
|
1723
|
+
};
|
|
1451
1724
|
};
|
|
1452
1725
|
|
|
1453
1726
|
/**
|
|
@@ -1498,6 +1771,19 @@ declare const Unichain: {
|
|
|
1498
1771
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1499
1772
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1500
1773
|
};
|
|
1774
|
+
readonly gateway: {
|
|
1775
|
+
readonly domain: 10;
|
|
1776
|
+
readonly contracts: {
|
|
1777
|
+
readonly v1: {
|
|
1778
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
1779
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
1780
|
+
};
|
|
1781
|
+
};
|
|
1782
|
+
readonly forwarderSupported: {
|
|
1783
|
+
readonly source: true;
|
|
1784
|
+
readonly destination: true;
|
|
1785
|
+
};
|
|
1786
|
+
};
|
|
1501
1787
|
};
|
|
1502
1788
|
|
|
1503
1789
|
/**
|
|
@@ -1547,6 +1833,19 @@ declare const UnichainSepolia: {
|
|
|
1547
1833
|
readonly kitContracts: {
|
|
1548
1834
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1549
1835
|
};
|
|
1836
|
+
readonly gateway: {
|
|
1837
|
+
readonly domain: 10;
|
|
1838
|
+
readonly contracts: {
|
|
1839
|
+
readonly v1: {
|
|
1840
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
1841
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
1842
|
+
};
|
|
1843
|
+
};
|
|
1844
|
+
readonly forwarderSupported: {
|
|
1845
|
+
readonly source: true;
|
|
1846
|
+
readonly destination: true;
|
|
1847
|
+
};
|
|
1848
|
+
};
|
|
1550
1849
|
};
|
|
1551
1850
|
|
|
1552
1851
|
/**
|
|
@@ -1591,6 +1890,19 @@ declare const WorldChain: {
|
|
|
1591
1890
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1592
1891
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1593
1892
|
};
|
|
1893
|
+
readonly gateway: {
|
|
1894
|
+
readonly domain: 14;
|
|
1895
|
+
readonly contracts: {
|
|
1896
|
+
readonly v1: {
|
|
1897
|
+
readonly wallet: "0x77777777Dcc4d5A8B6E418Fd04D8997ef11000eE";
|
|
1898
|
+
readonly minter: "0x2222222d7164433c4C09B0b0D809a9b52C04C205";
|
|
1899
|
+
};
|
|
1900
|
+
};
|
|
1901
|
+
readonly forwarderSupported: {
|
|
1902
|
+
readonly source: true;
|
|
1903
|
+
readonly destination: true;
|
|
1904
|
+
};
|
|
1905
|
+
};
|
|
1594
1906
|
};
|
|
1595
1907
|
|
|
1596
1908
|
/**
|
|
@@ -1634,6 +1946,19 @@ declare const WorldChainSepolia: {
|
|
|
1634
1946
|
readonly kitContracts: {
|
|
1635
1947
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1636
1948
|
};
|
|
1949
|
+
readonly gateway: {
|
|
1950
|
+
readonly domain: 14;
|
|
1951
|
+
readonly contracts: {
|
|
1952
|
+
readonly v1: {
|
|
1953
|
+
readonly wallet: "0x0077777d7EBA4688BDeF3E311b846F25870A19B9";
|
|
1954
|
+
readonly minter: "0x0022222ABE238Cc2C7Bb1f21003F0a260052475B";
|
|
1955
|
+
};
|
|
1956
|
+
};
|
|
1957
|
+
readonly forwarderSupported: {
|
|
1958
|
+
readonly source: true;
|
|
1959
|
+
readonly destination: true;
|
|
1960
|
+
};
|
|
1961
|
+
};
|
|
1637
1962
|
};
|
|
1638
1963
|
|
|
1639
1964
|
/**
|