@wormhole-foundation/sdk-base 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/explorer.d.ts +508 -0
- package/dist/cjs/constants/explorer.d.ts.map +1 -1
- package/dist/cjs/constants/explorer.js +36 -0
- package/dist/cjs/constants/explorer.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts +14 -8
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +3 -1
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/rpc.d.ts +1 -1
- package/dist/cjs/constants/rpc.d.ts.map +1 -1
- package/dist/cjs/constants/rpc.js +7 -0
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/esm/constants/explorer.d.ts +508 -0
- package/dist/esm/constants/explorer.d.ts.map +1 -1
- package/dist/esm/constants/explorer.js +36 -0
- package/dist/esm/constants/explorer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +14 -8
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +3 -1
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/rpc.d.ts +1 -1
- package/dist/esm/constants/rpc.d.ts.map +1 -1
- package/dist/esm/constants/rpc.js +7 -0
- package/dist/esm/constants/rpc.js.map +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -104,6 +104,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
104
104
|
readonly account: "address/";
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
|
+
readonly Karura: {
|
|
108
|
+
readonly name: "Karura Explorer";
|
|
109
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
110
|
+
readonly endpoints: {
|
|
111
|
+
readonly tx: "tx/";
|
|
112
|
+
readonly account: "address/";
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
readonly Acala: {
|
|
116
|
+
readonly name: "Acala Explorer";
|
|
117
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
118
|
+
readonly endpoints: {
|
|
119
|
+
readonly tx: "tx/";
|
|
120
|
+
readonly account: "address/";
|
|
121
|
+
};
|
|
122
|
+
};
|
|
107
123
|
};
|
|
108
124
|
readonly Testnet: {
|
|
109
125
|
readonly Ethereum: {
|
|
@@ -209,6 +225,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
209
225
|
readonly account: "address/";
|
|
210
226
|
};
|
|
211
227
|
};
|
|
228
|
+
readonly Karura: {
|
|
229
|
+
readonly name: "Karura Explorer";
|
|
230
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
231
|
+
readonly endpoints: {
|
|
232
|
+
readonly tx: "tx/";
|
|
233
|
+
readonly account: "address/";
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
readonly Acala: {
|
|
237
|
+
readonly name: "Acala Explorer";
|
|
238
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
239
|
+
readonly endpoints: {
|
|
240
|
+
readonly tx: "tx/";
|
|
241
|
+
readonly account: "address/";
|
|
242
|
+
};
|
|
243
|
+
};
|
|
212
244
|
};
|
|
213
245
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
214
246
|
[key: string]: unknown;
|
|
@@ -304,6 +336,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
304
336
|
readonly account: "address/";
|
|
305
337
|
};
|
|
306
338
|
};
|
|
339
|
+
readonly Karura: {
|
|
340
|
+
readonly name: "Karura Explorer";
|
|
341
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
342
|
+
readonly endpoints: {
|
|
343
|
+
readonly tx: "tx/";
|
|
344
|
+
readonly account: "address/";
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
readonly Acala: {
|
|
348
|
+
readonly name: "Acala Explorer";
|
|
349
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
350
|
+
readonly endpoints: {
|
|
351
|
+
readonly tx: "tx/";
|
|
352
|
+
readonly account: "address/";
|
|
353
|
+
};
|
|
354
|
+
};
|
|
307
355
|
};
|
|
308
356
|
readonly Testnet: {
|
|
309
357
|
readonly Ethereum: {
|
|
@@ -409,6 +457,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
409
457
|
readonly account: "address/";
|
|
410
458
|
};
|
|
411
459
|
};
|
|
460
|
+
readonly Karura: {
|
|
461
|
+
readonly name: "Karura Explorer";
|
|
462
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
463
|
+
readonly endpoints: {
|
|
464
|
+
readonly tx: "tx/";
|
|
465
|
+
readonly account: "address/";
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
readonly Acala: {
|
|
469
|
+
readonly name: "Acala Explorer";
|
|
470
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
471
|
+
readonly endpoints: {
|
|
472
|
+
readonly tx: "tx/";
|
|
473
|
+
readonly account: "address/";
|
|
474
|
+
};
|
|
475
|
+
};
|
|
412
476
|
};
|
|
413
477
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
414
478
|
readonly Mainnet: {
|
|
@@ -500,6 +564,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
500
564
|
readonly account: "address/";
|
|
501
565
|
};
|
|
502
566
|
};
|
|
567
|
+
readonly Karura: {
|
|
568
|
+
readonly name: "Karura Explorer";
|
|
569
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
570
|
+
readonly endpoints: {
|
|
571
|
+
readonly tx: "tx/";
|
|
572
|
+
readonly account: "address/";
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
readonly Acala: {
|
|
576
|
+
readonly name: "Acala Explorer";
|
|
577
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
578
|
+
readonly endpoints: {
|
|
579
|
+
readonly tx: "tx/";
|
|
580
|
+
readonly account: "address/";
|
|
581
|
+
};
|
|
582
|
+
};
|
|
503
583
|
};
|
|
504
584
|
readonly Testnet: {
|
|
505
585
|
readonly Ethereum: {
|
|
@@ -605,6 +685,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
605
685
|
readonly account: "address/";
|
|
606
686
|
};
|
|
607
687
|
};
|
|
688
|
+
readonly Karura: {
|
|
689
|
+
readonly name: "Karura Explorer";
|
|
690
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
691
|
+
readonly endpoints: {
|
|
692
|
+
readonly tx: "tx/";
|
|
693
|
+
readonly account: "address/";
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
readonly Acala: {
|
|
697
|
+
readonly name: "Acala Explorer";
|
|
698
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
699
|
+
readonly endpoints: {
|
|
700
|
+
readonly tx: "tx/";
|
|
701
|
+
readonly account: "address/";
|
|
702
|
+
};
|
|
703
|
+
};
|
|
608
704
|
};
|
|
609
705
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) extends infer T ? T extends keyof ((K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
610
706
|
readonly Mainnet: {
|
|
@@ -696,6 +792,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
696
792
|
readonly account: "address/";
|
|
697
793
|
};
|
|
698
794
|
};
|
|
795
|
+
readonly Karura: {
|
|
796
|
+
readonly name: "Karura Explorer";
|
|
797
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
798
|
+
readonly endpoints: {
|
|
799
|
+
readonly tx: "tx/";
|
|
800
|
+
readonly account: "address/";
|
|
801
|
+
};
|
|
802
|
+
};
|
|
803
|
+
readonly Acala: {
|
|
804
|
+
readonly name: "Acala Explorer";
|
|
805
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
806
|
+
readonly endpoints: {
|
|
807
|
+
readonly tx: "tx/";
|
|
808
|
+
readonly account: "address/";
|
|
809
|
+
};
|
|
810
|
+
};
|
|
699
811
|
};
|
|
700
812
|
readonly Testnet: {
|
|
701
813
|
readonly Ethereum: {
|
|
@@ -801,6 +913,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
801
913
|
readonly account: "address/";
|
|
802
914
|
};
|
|
803
915
|
};
|
|
916
|
+
readonly Karura: {
|
|
917
|
+
readonly name: "Karura Explorer";
|
|
918
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
919
|
+
readonly endpoints: {
|
|
920
|
+
readonly tx: "tx/";
|
|
921
|
+
readonly account: "address/";
|
|
922
|
+
};
|
|
923
|
+
};
|
|
924
|
+
readonly Acala: {
|
|
925
|
+
readonly name: "Acala Explorer";
|
|
926
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
927
|
+
readonly endpoints: {
|
|
928
|
+
readonly tx: "tx/";
|
|
929
|
+
readonly account: "address/";
|
|
930
|
+
};
|
|
931
|
+
};
|
|
804
932
|
};
|
|
805
933
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
806
934
|
[key: string]: unknown;
|
|
@@ -896,6 +1024,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
896
1024
|
readonly account: "address/";
|
|
897
1025
|
};
|
|
898
1026
|
};
|
|
1027
|
+
readonly Karura: {
|
|
1028
|
+
readonly name: "Karura Explorer";
|
|
1029
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1030
|
+
readonly endpoints: {
|
|
1031
|
+
readonly tx: "tx/";
|
|
1032
|
+
readonly account: "address/";
|
|
1033
|
+
};
|
|
1034
|
+
};
|
|
1035
|
+
readonly Acala: {
|
|
1036
|
+
readonly name: "Acala Explorer";
|
|
1037
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1038
|
+
readonly endpoints: {
|
|
1039
|
+
readonly tx: "tx/";
|
|
1040
|
+
readonly account: "address/";
|
|
1041
|
+
};
|
|
1042
|
+
};
|
|
899
1043
|
};
|
|
900
1044
|
readonly Testnet: {
|
|
901
1045
|
readonly Ethereum: {
|
|
@@ -1001,6 +1145,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1001
1145
|
readonly account: "address/";
|
|
1002
1146
|
};
|
|
1003
1147
|
};
|
|
1148
|
+
readonly Karura: {
|
|
1149
|
+
readonly name: "Karura Explorer";
|
|
1150
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1151
|
+
readonly endpoints: {
|
|
1152
|
+
readonly tx: "tx/";
|
|
1153
|
+
readonly account: "address/";
|
|
1154
|
+
};
|
|
1155
|
+
};
|
|
1156
|
+
readonly Acala: {
|
|
1157
|
+
readonly name: "Acala Explorer";
|
|
1158
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1159
|
+
readonly endpoints: {
|
|
1160
|
+
readonly tx: "tx/";
|
|
1161
|
+
readonly account: "address/";
|
|
1162
|
+
};
|
|
1163
|
+
};
|
|
1004
1164
|
};
|
|
1005
1165
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : {
|
|
1006
1166
|
readonly Mainnet: {
|
|
@@ -1092,6 +1252,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1092
1252
|
readonly account: "address/";
|
|
1093
1253
|
};
|
|
1094
1254
|
};
|
|
1255
|
+
readonly Karura: {
|
|
1256
|
+
readonly name: "Karura Explorer";
|
|
1257
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1258
|
+
readonly endpoints: {
|
|
1259
|
+
readonly tx: "tx/";
|
|
1260
|
+
readonly account: "address/";
|
|
1261
|
+
};
|
|
1262
|
+
};
|
|
1263
|
+
readonly Acala: {
|
|
1264
|
+
readonly name: "Acala Explorer";
|
|
1265
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1266
|
+
readonly endpoints: {
|
|
1267
|
+
readonly tx: "tx/";
|
|
1268
|
+
readonly account: "address/";
|
|
1269
|
+
};
|
|
1270
|
+
};
|
|
1095
1271
|
};
|
|
1096
1272
|
readonly Testnet: {
|
|
1097
1273
|
readonly Ethereum: {
|
|
@@ -1197,6 +1373,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1197
1373
|
readonly account: "address/";
|
|
1198
1374
|
};
|
|
1199
1375
|
};
|
|
1376
|
+
readonly Karura: {
|
|
1377
|
+
readonly name: "Karura Explorer";
|
|
1378
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1379
|
+
readonly endpoints: {
|
|
1380
|
+
readonly tx: "tx/";
|
|
1381
|
+
readonly account: "address/";
|
|
1382
|
+
};
|
|
1383
|
+
};
|
|
1384
|
+
readonly Acala: {
|
|
1385
|
+
readonly name: "Acala Explorer";
|
|
1386
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1387
|
+
readonly endpoints: {
|
|
1388
|
+
readonly tx: "tx/";
|
|
1389
|
+
readonly account: "address/";
|
|
1390
|
+
};
|
|
1391
|
+
};
|
|
1200
1392
|
};
|
|
1201
1393
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) ? 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) => (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1) extends "Mainnet" | "Testnet" ? {
|
|
1202
1394
|
readonly Mainnet: {
|
|
@@ -1288,6 +1480,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1288
1480
|
readonly account: "address/";
|
|
1289
1481
|
};
|
|
1290
1482
|
};
|
|
1483
|
+
readonly Karura: {
|
|
1484
|
+
readonly name: "Karura Explorer";
|
|
1485
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1486
|
+
readonly endpoints: {
|
|
1487
|
+
readonly tx: "tx/";
|
|
1488
|
+
readonly account: "address/";
|
|
1489
|
+
};
|
|
1490
|
+
};
|
|
1491
|
+
readonly Acala: {
|
|
1492
|
+
readonly name: "Acala Explorer";
|
|
1493
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1494
|
+
readonly endpoints: {
|
|
1495
|
+
readonly tx: "tx/";
|
|
1496
|
+
readonly account: "address/";
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1291
1499
|
};
|
|
1292
1500
|
readonly Testnet: {
|
|
1293
1501
|
readonly Ethereum: {
|
|
@@ -1393,6 +1601,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1393
1601
|
readonly account: "address/";
|
|
1394
1602
|
};
|
|
1395
1603
|
};
|
|
1604
|
+
readonly Karura: {
|
|
1605
|
+
readonly name: "Karura Explorer";
|
|
1606
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1607
|
+
readonly endpoints: {
|
|
1608
|
+
readonly tx: "tx/";
|
|
1609
|
+
readonly account: "address/";
|
|
1610
|
+
};
|
|
1611
|
+
};
|
|
1612
|
+
readonly Acala: {
|
|
1613
|
+
readonly name: "Acala Explorer";
|
|
1614
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1615
|
+
readonly endpoints: {
|
|
1616
|
+
readonly tx: "tx/";
|
|
1617
|
+
readonly account: "address/";
|
|
1618
|
+
};
|
|
1619
|
+
};
|
|
1396
1620
|
};
|
|
1397
1621
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] extends {
|
|
1398
1622
|
[key: string]: unknown;
|
|
@@ -1488,6 +1712,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1488
1712
|
readonly account: "address/";
|
|
1489
1713
|
};
|
|
1490
1714
|
};
|
|
1715
|
+
readonly Karura: {
|
|
1716
|
+
readonly name: "Karura Explorer";
|
|
1717
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1718
|
+
readonly endpoints: {
|
|
1719
|
+
readonly tx: "tx/";
|
|
1720
|
+
readonly account: "address/";
|
|
1721
|
+
};
|
|
1722
|
+
};
|
|
1723
|
+
readonly Acala: {
|
|
1724
|
+
readonly name: "Acala Explorer";
|
|
1725
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1726
|
+
readonly endpoints: {
|
|
1727
|
+
readonly tx: "tx/";
|
|
1728
|
+
readonly account: "address/";
|
|
1729
|
+
};
|
|
1730
|
+
};
|
|
1491
1731
|
};
|
|
1492
1732
|
readonly Testnet: {
|
|
1493
1733
|
readonly Ethereum: {
|
|
@@ -1593,6 +1833,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1593
1833
|
readonly account: "address/";
|
|
1594
1834
|
};
|
|
1595
1835
|
};
|
|
1836
|
+
readonly Karura: {
|
|
1837
|
+
readonly name: "Karura Explorer";
|
|
1838
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1839
|
+
readonly endpoints: {
|
|
1840
|
+
readonly tx: "tx/";
|
|
1841
|
+
readonly account: "address/";
|
|
1842
|
+
};
|
|
1843
|
+
};
|
|
1844
|
+
readonly Acala: {
|
|
1845
|
+
readonly name: "Acala Explorer";
|
|
1846
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1847
|
+
readonly endpoints: {
|
|
1848
|
+
readonly tx: "tx/";
|
|
1849
|
+
readonly account: "address/";
|
|
1850
|
+
};
|
|
1851
|
+
};
|
|
1596
1852
|
};
|
|
1597
1853
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] ? {
|
|
1598
1854
|
readonly Mainnet: {
|
|
@@ -1684,6 +1940,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1684
1940
|
readonly account: "address/";
|
|
1685
1941
|
};
|
|
1686
1942
|
};
|
|
1943
|
+
readonly Karura: {
|
|
1944
|
+
readonly name: "Karura Explorer";
|
|
1945
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1946
|
+
readonly endpoints: {
|
|
1947
|
+
readonly tx: "tx/";
|
|
1948
|
+
readonly account: "address/";
|
|
1949
|
+
};
|
|
1950
|
+
};
|
|
1951
|
+
readonly Acala: {
|
|
1952
|
+
readonly name: "Acala Explorer";
|
|
1953
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1954
|
+
readonly endpoints: {
|
|
1955
|
+
readonly tx: "tx/";
|
|
1956
|
+
readonly account: "address/";
|
|
1957
|
+
};
|
|
1958
|
+
};
|
|
1687
1959
|
};
|
|
1688
1960
|
readonly Testnet: {
|
|
1689
1961
|
readonly Ethereum: {
|
|
@@ -1789,6 +2061,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1789
2061
|
readonly account: "address/";
|
|
1790
2062
|
};
|
|
1791
2063
|
};
|
|
2064
|
+
readonly Karura: {
|
|
2065
|
+
readonly name: "Karura Explorer";
|
|
2066
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2067
|
+
readonly endpoints: {
|
|
2068
|
+
readonly tx: "tx/";
|
|
2069
|
+
readonly account: "address/";
|
|
2070
|
+
};
|
|
2071
|
+
};
|
|
2072
|
+
readonly Acala: {
|
|
2073
|
+
readonly name: "Acala Explorer";
|
|
2074
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2075
|
+
readonly endpoints: {
|
|
2076
|
+
readonly tx: "tx/";
|
|
2077
|
+
readonly account: "address/";
|
|
2078
|
+
};
|
|
2079
|
+
};
|
|
1792
2080
|
};
|
|
1793
2081
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
1794
2082
|
readonly Mainnet: {
|
|
@@ -1880,6 +2168,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1880
2168
|
readonly account: "address/";
|
|
1881
2169
|
};
|
|
1882
2170
|
};
|
|
2171
|
+
readonly Karura: {
|
|
2172
|
+
readonly name: "Karura Explorer";
|
|
2173
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2174
|
+
readonly endpoints: {
|
|
2175
|
+
readonly tx: "tx/";
|
|
2176
|
+
readonly account: "address/";
|
|
2177
|
+
};
|
|
2178
|
+
};
|
|
2179
|
+
readonly Acala: {
|
|
2180
|
+
readonly name: "Acala Explorer";
|
|
2181
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2182
|
+
readonly endpoints: {
|
|
2183
|
+
readonly tx: "tx/";
|
|
2184
|
+
readonly account: "address/";
|
|
2185
|
+
};
|
|
2186
|
+
};
|
|
1883
2187
|
};
|
|
1884
2188
|
readonly Testnet: {
|
|
1885
2189
|
readonly Ethereum: {
|
|
@@ -1985,6 +2289,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
1985
2289
|
readonly account: "address/";
|
|
1986
2290
|
};
|
|
1987
2291
|
};
|
|
2292
|
+
readonly Karura: {
|
|
2293
|
+
readonly name: "Karura Explorer";
|
|
2294
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2295
|
+
readonly endpoints: {
|
|
2296
|
+
readonly tx: "tx/";
|
|
2297
|
+
readonly account: "address/";
|
|
2298
|
+
};
|
|
2299
|
+
};
|
|
2300
|
+
readonly Acala: {
|
|
2301
|
+
readonly name: "Acala Explorer";
|
|
2302
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2303
|
+
readonly endpoints: {
|
|
2304
|
+
readonly tx: "tx/";
|
|
2305
|
+
readonly account: "address/";
|
|
2306
|
+
};
|
|
2307
|
+
};
|
|
1988
2308
|
};
|
|
1989
2309
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] extends {
|
|
1990
2310
|
[key: string]: unknown;
|
|
@@ -2080,6 +2400,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2080
2400
|
readonly account: "address/";
|
|
2081
2401
|
};
|
|
2082
2402
|
};
|
|
2403
|
+
readonly Karura: {
|
|
2404
|
+
readonly name: "Karura Explorer";
|
|
2405
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2406
|
+
readonly endpoints: {
|
|
2407
|
+
readonly tx: "tx/";
|
|
2408
|
+
readonly account: "address/";
|
|
2409
|
+
};
|
|
2410
|
+
};
|
|
2411
|
+
readonly Acala: {
|
|
2412
|
+
readonly name: "Acala Explorer";
|
|
2413
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2414
|
+
readonly endpoints: {
|
|
2415
|
+
readonly tx: "tx/";
|
|
2416
|
+
readonly account: "address/";
|
|
2417
|
+
};
|
|
2418
|
+
};
|
|
2083
2419
|
};
|
|
2084
2420
|
readonly Testnet: {
|
|
2085
2421
|
readonly Ethereum: {
|
|
@@ -2185,6 +2521,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2185
2521
|
readonly account: "address/";
|
|
2186
2522
|
};
|
|
2187
2523
|
};
|
|
2524
|
+
readonly Karura: {
|
|
2525
|
+
readonly name: "Karura Explorer";
|
|
2526
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2527
|
+
readonly endpoints: {
|
|
2528
|
+
readonly tx: "tx/";
|
|
2529
|
+
readonly account: "address/";
|
|
2530
|
+
};
|
|
2531
|
+
};
|
|
2532
|
+
readonly Acala: {
|
|
2533
|
+
readonly name: "Acala Explorer";
|
|
2534
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2535
|
+
readonly endpoints: {
|
|
2536
|
+
readonly tx: "tx/";
|
|
2537
|
+
readonly account: "address/";
|
|
2538
|
+
};
|
|
2539
|
+
};
|
|
2188
2540
|
};
|
|
2189
2541
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
2190
2542
|
readonly Mainnet: {
|
|
@@ -2276,6 +2628,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2276
2628
|
readonly account: "address/";
|
|
2277
2629
|
};
|
|
2278
2630
|
};
|
|
2631
|
+
readonly Karura: {
|
|
2632
|
+
readonly name: "Karura Explorer";
|
|
2633
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2634
|
+
readonly endpoints: {
|
|
2635
|
+
readonly tx: "tx/";
|
|
2636
|
+
readonly account: "address/";
|
|
2637
|
+
};
|
|
2638
|
+
};
|
|
2639
|
+
readonly Acala: {
|
|
2640
|
+
readonly name: "Acala Explorer";
|
|
2641
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2642
|
+
readonly endpoints: {
|
|
2643
|
+
readonly tx: "tx/";
|
|
2644
|
+
readonly account: "address/";
|
|
2645
|
+
};
|
|
2646
|
+
};
|
|
2279
2647
|
};
|
|
2280
2648
|
readonly Testnet: {
|
|
2281
2649
|
readonly Ethereum: {
|
|
@@ -2381,6 +2749,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2381
2749
|
readonly account: "address/";
|
|
2382
2750
|
};
|
|
2383
2751
|
};
|
|
2752
|
+
readonly Karura: {
|
|
2753
|
+
readonly name: "Karura Explorer";
|
|
2754
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2755
|
+
readonly endpoints: {
|
|
2756
|
+
readonly tx: "tx/";
|
|
2757
|
+
readonly account: "address/";
|
|
2758
|
+
};
|
|
2759
|
+
};
|
|
2760
|
+
readonly Acala: {
|
|
2761
|
+
readonly name: "Acala Explorer";
|
|
2762
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2763
|
+
readonly endpoints: {
|
|
2764
|
+
readonly tx: "tx/";
|
|
2765
|
+
readonly account: "address/";
|
|
2766
|
+
};
|
|
2767
|
+
};
|
|
2384
2768
|
};
|
|
2385
2769
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : {
|
|
2386
2770
|
readonly Mainnet: {
|
|
@@ -2472,6 +2856,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2472
2856
|
readonly account: "address/";
|
|
2473
2857
|
};
|
|
2474
2858
|
};
|
|
2859
|
+
readonly Karura: {
|
|
2860
|
+
readonly name: "Karura Explorer";
|
|
2861
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2862
|
+
readonly endpoints: {
|
|
2863
|
+
readonly tx: "tx/";
|
|
2864
|
+
readonly account: "address/";
|
|
2865
|
+
};
|
|
2866
|
+
};
|
|
2867
|
+
readonly Acala: {
|
|
2868
|
+
readonly name: "Acala Explorer";
|
|
2869
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2870
|
+
readonly endpoints: {
|
|
2871
|
+
readonly tx: "tx/";
|
|
2872
|
+
readonly account: "address/";
|
|
2873
|
+
};
|
|
2874
|
+
};
|
|
2475
2875
|
};
|
|
2476
2876
|
readonly Testnet: {
|
|
2477
2877
|
readonly Ethereum: {
|
|
@@ -2577,6 +2977,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2577
2977
|
readonly account: "address/";
|
|
2578
2978
|
};
|
|
2579
2979
|
};
|
|
2980
|
+
readonly Karura: {
|
|
2981
|
+
readonly name: "Karura Explorer";
|
|
2982
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2983
|
+
readonly endpoints: {
|
|
2984
|
+
readonly tx: "tx/";
|
|
2985
|
+
readonly account: "address/";
|
|
2986
|
+
};
|
|
2987
|
+
};
|
|
2988
|
+
readonly Acala: {
|
|
2989
|
+
readonly name: "Acala Explorer";
|
|
2990
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2991
|
+
readonly endpoints: {
|
|
2992
|
+
readonly tx: "tx/";
|
|
2993
|
+
readonly account: "address/";
|
|
2994
|
+
};
|
|
2995
|
+
};
|
|
2580
2996
|
};
|
|
2581
2997
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)][keyof {
|
|
2582
2998
|
readonly Mainnet: {
|
|
@@ -2668,6 +3084,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2668
3084
|
readonly account: "address/";
|
|
2669
3085
|
};
|
|
2670
3086
|
};
|
|
3087
|
+
readonly Karura: {
|
|
3088
|
+
readonly name: "Karura Explorer";
|
|
3089
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3090
|
+
readonly endpoints: {
|
|
3091
|
+
readonly tx: "tx/";
|
|
3092
|
+
readonly account: "address/";
|
|
3093
|
+
};
|
|
3094
|
+
};
|
|
3095
|
+
readonly Acala: {
|
|
3096
|
+
readonly name: "Acala Explorer";
|
|
3097
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3098
|
+
readonly endpoints: {
|
|
3099
|
+
readonly tx: "tx/";
|
|
3100
|
+
readonly account: "address/";
|
|
3101
|
+
};
|
|
3102
|
+
};
|
|
2671
3103
|
};
|
|
2672
3104
|
readonly Testnet: {
|
|
2673
3105
|
readonly Ethereum: {
|
|
@@ -2773,6 +3205,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2773
3205
|
readonly account: "address/";
|
|
2774
3206
|
};
|
|
2775
3207
|
};
|
|
3208
|
+
readonly Karura: {
|
|
3209
|
+
readonly name: "Karura Explorer";
|
|
3210
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
3211
|
+
readonly endpoints: {
|
|
3212
|
+
readonly tx: "tx/";
|
|
3213
|
+
readonly account: "address/";
|
|
3214
|
+
};
|
|
3215
|
+
};
|
|
3216
|
+
readonly Acala: {
|
|
3217
|
+
readonly name: "Acala Explorer";
|
|
3218
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
3219
|
+
readonly endpoints: {
|
|
3220
|
+
readonly tx: "tx/";
|
|
3221
|
+
readonly account: "address/";
|
|
3222
|
+
};
|
|
3223
|
+
};
|
|
2776
3224
|
};
|
|
2777
3225
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] & (K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2)] : never : {
|
|
2778
3226
|
readonly Mainnet: {
|
|
@@ -2864,6 +3312,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2864
3312
|
readonly account: "address/";
|
|
2865
3313
|
};
|
|
2866
3314
|
};
|
|
3315
|
+
readonly Karura: {
|
|
3316
|
+
readonly name: "Karura Explorer";
|
|
3317
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3318
|
+
readonly endpoints: {
|
|
3319
|
+
readonly tx: "tx/";
|
|
3320
|
+
readonly account: "address/";
|
|
3321
|
+
};
|
|
3322
|
+
};
|
|
3323
|
+
readonly Acala: {
|
|
3324
|
+
readonly name: "Acala Explorer";
|
|
3325
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3326
|
+
readonly endpoints: {
|
|
3327
|
+
readonly tx: "tx/";
|
|
3328
|
+
readonly account: "address/";
|
|
3329
|
+
};
|
|
3330
|
+
};
|
|
2867
3331
|
};
|
|
2868
3332
|
readonly Testnet: {
|
|
2869
3333
|
readonly Ethereum: {
|
|
@@ -2969,6 +3433,22 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
2969
3433
|
readonly account: "address/";
|
|
2970
3434
|
};
|
|
2971
3435
|
};
|
|
3436
|
+
readonly Karura: {
|
|
3437
|
+
readonly name: "Karura Explorer";
|
|
3438
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
3439
|
+
readonly endpoints: {
|
|
3440
|
+
readonly tx: "tx/";
|
|
3441
|
+
readonly account: "address/";
|
|
3442
|
+
};
|
|
3443
|
+
};
|
|
3444
|
+
readonly Acala: {
|
|
3445
|
+
readonly name: "Acala Explorer";
|
|
3446
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
3447
|
+
readonly endpoints: {
|
|
3448
|
+
readonly tx: "tx/";
|
|
3449
|
+
readonly account: "address/";
|
|
3450
|
+
};
|
|
3451
|
+
};
|
|
2972
3452
|
};
|
|
2973
3453
|
}[("Mainnet" | "Testnet") & (K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1)] : never) & {
|
|
2974
3454
|
get: (args_0: string, args_1: string) => {
|
|
@@ -3048,6 +3528,20 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
3048
3528
|
readonly tx: "transaction/";
|
|
3049
3529
|
readonly account: "address/";
|
|
3050
3530
|
};
|
|
3531
|
+
} | {
|
|
3532
|
+
readonly name: "Karura Explorer";
|
|
3533
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3534
|
+
readonly endpoints: {
|
|
3535
|
+
readonly tx: "tx/";
|
|
3536
|
+
readonly account: "address/";
|
|
3537
|
+
};
|
|
3538
|
+
} | {
|
|
3539
|
+
readonly name: "Acala Explorer";
|
|
3540
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3541
|
+
readonly endpoints: {
|
|
3542
|
+
readonly tx: "tx/";
|
|
3543
|
+
readonly account: "address/";
|
|
3544
|
+
};
|
|
3051
3545
|
} | {
|
|
3052
3546
|
readonly name: "Etherscan";
|
|
3053
3547
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -3140,6 +3634,20 @@ export declare const explorerConfs: (<K1 extends "Mainnet" | "Testnet", K2 exten
|
|
|
3140
3634
|
readonly tx: "transaction/";
|
|
3141
3635
|
readonly account: "address/";
|
|
3142
3636
|
};
|
|
3637
|
+
} | {
|
|
3638
|
+
readonly name: "Karura Explorer";
|
|
3639
|
+
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
3640
|
+
readonly endpoints: {
|
|
3641
|
+
readonly tx: "tx/";
|
|
3642
|
+
readonly account: "address/";
|
|
3643
|
+
};
|
|
3644
|
+
} | {
|
|
3645
|
+
readonly name: "Acala Explorer";
|
|
3646
|
+
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
3647
|
+
readonly endpoints: {
|
|
3648
|
+
readonly tx: "tx/";
|
|
3649
|
+
readonly account: "address/";
|
|
3650
|
+
};
|
|
3143
3651
|
} | undefined;
|
|
3144
3652
|
has: (args_0: string, args_1: string) => boolean;
|
|
3145
3653
|
};
|