@circle-fin/app-kit 1.2.1 → 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 +20 -0
- package/README.md +6 -2
- package/chains.cjs +630 -5
- package/chains.d.ts +329 -3
- package/chains.mjs +630 -5
- package/index.cjs +19513 -9145
- package/index.d.ts +4548 -299
- package/index.mjs +19514 -9146
- package/package.json +38 -3
package/chains.d.ts
CHANGED
|
@@ -136,6 +136,20 @@ declare const ArcTestnet: {
|
|
|
136
136
|
};
|
|
137
137
|
readonly kitContracts: {
|
|
138
138
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
139
|
+
readonly adapter: "0xBBD70b01a1CAbc96d5b7b129Ae1AAabdf50dd40b";
|
|
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
|
+
};
|
|
139
153
|
};
|
|
140
154
|
};
|
|
141
155
|
|
|
@@ -187,6 +201,19 @@ declare const Arbitrum: {
|
|
|
187
201
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
188
202
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
189
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
|
+
};
|
|
190
217
|
};
|
|
191
218
|
|
|
192
219
|
/**
|
|
@@ -236,6 +263,19 @@ declare const ArbitrumSepolia: {
|
|
|
236
263
|
readonly kitContracts: {
|
|
237
264
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
238
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
|
+
};
|
|
239
279
|
};
|
|
240
280
|
|
|
241
281
|
/**
|
|
@@ -286,6 +326,19 @@ declare const Avalanche: {
|
|
|
286
326
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
287
327
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
288
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
|
+
};
|
|
289
342
|
};
|
|
290
343
|
|
|
291
344
|
/**
|
|
@@ -335,6 +388,19 @@ declare const AvalancheFuji: {
|
|
|
335
388
|
readonly kitContracts: {
|
|
336
389
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
337
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
|
+
};
|
|
338
404
|
};
|
|
339
405
|
|
|
340
406
|
/**
|
|
@@ -385,6 +451,19 @@ declare const Base: {
|
|
|
385
451
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
386
452
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
387
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
|
+
};
|
|
388
467
|
};
|
|
389
468
|
|
|
390
469
|
/**
|
|
@@ -434,6 +513,19 @@ declare const BaseSepolia: {
|
|
|
434
513
|
readonly kitContracts: {
|
|
435
514
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
436
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
|
+
};
|
|
437
529
|
};
|
|
438
530
|
|
|
439
531
|
/**
|
|
@@ -540,7 +632,7 @@ declare const Ethereum: {
|
|
|
540
632
|
readonly chainId: 1;
|
|
541
633
|
readonly isTestnet: false;
|
|
542
634
|
readonly explorerUrl: "https://etherscan.io/tx/{hash}";
|
|
543
|
-
readonly rpcEndpoints: readonly ["https://
|
|
635
|
+
readonly rpcEndpoints: readonly ["https://ethereum-rpc.publicnode.com", "https://ethereum.publicnode.com"];
|
|
544
636
|
readonly eurcAddress: "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c";
|
|
545
637
|
readonly usdcAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
|
|
546
638
|
readonly usdtAddress: "0xdac17f958d2ee523a2206206994597c13d831ec7";
|
|
@@ -570,6 +662,19 @@ declare const Ethereum: {
|
|
|
570
662
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
571
663
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
572
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
|
+
};
|
|
573
678
|
};
|
|
574
679
|
|
|
575
680
|
/**
|
|
@@ -590,7 +695,7 @@ declare const EthereumSepolia: {
|
|
|
590
695
|
readonly chainId: 11155111;
|
|
591
696
|
readonly isTestnet: true;
|
|
592
697
|
readonly explorerUrl: "https://sepolia.etherscan.io/tx/{hash}";
|
|
593
|
-
readonly rpcEndpoints: readonly ["https://sepolia.
|
|
698
|
+
readonly rpcEndpoints: readonly ["https://ethereum-sepolia-rpc.publicnode.com"];
|
|
594
699
|
readonly eurcAddress: "0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4";
|
|
595
700
|
readonly usdcAddress: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
|
|
596
701
|
readonly usdtAddress: null;
|
|
@@ -619,6 +724,19 @@ declare const EthereumSepolia: {
|
|
|
619
724
|
readonly kitContracts: {
|
|
620
725
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
621
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
|
+
};
|
|
622
740
|
};
|
|
623
741
|
|
|
624
742
|
/**
|
|
@@ -640,7 +758,7 @@ declare const HyperEVM: {
|
|
|
640
758
|
};
|
|
641
759
|
readonly chainId: 999;
|
|
642
760
|
readonly isTestnet: false;
|
|
643
|
-
readonly explorerUrl: "https://
|
|
761
|
+
readonly explorerUrl: "https://hyperevmscan.io/tx/{hash}";
|
|
644
762
|
readonly rpcEndpoints: readonly ["https://rpc.hyperliquid.xyz/evm"];
|
|
645
763
|
readonly eurcAddress: null;
|
|
646
764
|
readonly usdcAddress: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
@@ -665,6 +783,19 @@ declare const HyperEVM: {
|
|
|
665
783
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
666
784
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
667
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
|
+
};
|
|
668
799
|
};
|
|
669
800
|
|
|
670
801
|
/**
|
|
@@ -709,6 +840,19 @@ declare const HyperEVMTestnet: {
|
|
|
709
840
|
readonly kitContracts: {
|
|
710
841
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
711
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
|
+
};
|
|
712
856
|
};
|
|
713
857
|
|
|
714
858
|
/**
|
|
@@ -936,6 +1080,19 @@ declare const Optimism: {
|
|
|
936
1080
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
937
1081
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
938
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
|
+
};
|
|
939
1096
|
};
|
|
940
1097
|
|
|
941
1098
|
/**
|
|
@@ -985,6 +1142,19 @@ declare const OptimismSepolia: {
|
|
|
985
1142
|
readonly kitContracts: {
|
|
986
1143
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
987
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
|
+
};
|
|
988
1158
|
};
|
|
989
1159
|
|
|
990
1160
|
/**
|
|
@@ -1125,6 +1295,19 @@ declare const Polygon: {
|
|
|
1125
1295
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1126
1296
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1127
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
|
+
};
|
|
1128
1311
|
};
|
|
1129
1312
|
|
|
1130
1313
|
/**
|
|
@@ -1174,6 +1357,19 @@ declare const PolygonAmoy: {
|
|
|
1174
1357
|
readonly kitContracts: {
|
|
1175
1358
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1176
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
|
+
};
|
|
1177
1373
|
};
|
|
1178
1374
|
|
|
1179
1375
|
/**
|
|
@@ -1220,6 +1416,19 @@ declare const Sei: {
|
|
|
1220
1416
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1221
1417
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1222
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
|
+
};
|
|
1223
1432
|
};
|
|
1224
1433
|
|
|
1225
1434
|
/**
|
|
@@ -1264,6 +1473,19 @@ declare const SeiTestnet: {
|
|
|
1264
1473
|
readonly kitContracts: {
|
|
1265
1474
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1266
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
|
+
};
|
|
1267
1489
|
};
|
|
1268
1490
|
|
|
1269
1491
|
/**
|
|
@@ -1308,6 +1530,19 @@ declare const Sonic: {
|
|
|
1308
1530
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1309
1531
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1310
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
|
+
};
|
|
1311
1546
|
};
|
|
1312
1547
|
|
|
1313
1548
|
/**
|
|
@@ -1351,6 +1586,19 @@ declare const SonicTestnet: {
|
|
|
1351
1586
|
readonly kitContracts: {
|
|
1352
1587
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1353
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
|
+
};
|
|
1354
1602
|
};
|
|
1355
1603
|
|
|
1356
1604
|
/**
|
|
@@ -1399,6 +1647,19 @@ declare const Solana: {
|
|
|
1399
1647
|
readonly kitContracts: {
|
|
1400
1648
|
readonly bridge: "DFaauJEjmiHkPs1JG89A4p95hDWi9m9SAEERY1LQJiC3";
|
|
1401
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
|
+
};
|
|
1402
1663
|
};
|
|
1403
1664
|
|
|
1404
1665
|
/**
|
|
@@ -1447,6 +1708,19 @@ declare const SolanaDevnet: {
|
|
|
1447
1708
|
readonly bridge: "DFaauJEjmiHkPs1JG89A4p95hDWi9m9SAEERY1LQJiC3";
|
|
1448
1709
|
};
|
|
1449
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
|
+
};
|
|
1450
1724
|
};
|
|
1451
1725
|
|
|
1452
1726
|
/**
|
|
@@ -1497,6 +1771,19 @@ declare const Unichain: {
|
|
|
1497
1771
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1498
1772
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1499
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
|
+
};
|
|
1500
1787
|
};
|
|
1501
1788
|
|
|
1502
1789
|
/**
|
|
@@ -1546,6 +1833,19 @@ declare const UnichainSepolia: {
|
|
|
1546
1833
|
readonly kitContracts: {
|
|
1547
1834
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1548
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
|
+
};
|
|
1549
1849
|
};
|
|
1550
1850
|
|
|
1551
1851
|
/**
|
|
@@ -1590,6 +1890,19 @@ declare const WorldChain: {
|
|
|
1590
1890
|
readonly bridge: "0xB3FA262d0fB521cc93bE83d87b322b8A23DAf3F0";
|
|
1591
1891
|
readonly adapter: "0x7FB8c7260b63934d8da38aF902f87ae6e284a845";
|
|
1592
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
|
+
};
|
|
1593
1906
|
};
|
|
1594
1907
|
|
|
1595
1908
|
/**
|
|
@@ -1633,6 +1946,19 @@ declare const WorldChainSepolia: {
|
|
|
1633
1946
|
readonly kitContracts: {
|
|
1634
1947
|
readonly bridge: "0xC5567a5E3370d4DBfB0540025078e283e36A363d";
|
|
1635
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
|
+
};
|
|
1636
1962
|
};
|
|
1637
1963
|
|
|
1638
1964
|
/**
|