@wormhole-foundation/sdk-base 2.0.0 → 2.2.0-temp-chains.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.
- package/dist/cjs/constants/chains.d.ts +15 -7
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +4 -0
- package/dist/cjs/constants/chains.js.map +1 -1
- package/dist/cjs/constants/contracts/core.d.ts +1 -1
- package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/core.js +9 -0
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +310 -6
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.js +7 -0
- package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/cjs/constants/explorer.d.ts +636 -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 +11 -3
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +8 -0
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts +104 -4
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +5 -0
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +8 -4
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +5 -1
- package/dist/cjs/constants/platforms.js.map +1 -1
- package/dist/cjs/constants/rpc.d.ts +1 -1
- package/dist/cjs/constants/rpc.d.ts.map +1 -1
- package/dist/cjs/constants/rpc.js +5 -0
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +15 -7
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +4 -0
- package/dist/esm/constants/chains.js.map +1 -1
- package/dist/esm/constants/contracts/core.d.ts +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js +9 -0
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +310 -6
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.js +7 -0
- package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/esm/constants/explorer.d.ts +636 -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 +11 -3
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +8 -0
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts +104 -4
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +5 -0
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +8 -4
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +5 -1
- package/dist/esm/constants/platforms.js.map +1 -1
- package/dist/esm/constants/rpc.d.ts +1 -1
- package/dist/esm/constants/rpc.d.ts.map +1 -1
- package/dist/esm/constants/rpc.js +5 -0
- package/dist/esm/constants/rpc.js.map +1 -1
- package/package.json +1 -1
|
@@ -104,6 +104,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
104
104
|
readonly account: "address/";
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
|
+
readonly Mezo: {
|
|
108
|
+
readonly name: "Mezo Explorer";
|
|
109
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
110
|
+
readonly endpoints: {
|
|
111
|
+
readonly tx: "tx/";
|
|
112
|
+
readonly account: "address/";
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
readonly Karura: {
|
|
116
|
+
readonly name: "Karura Explorer";
|
|
117
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
118
|
+
readonly endpoints: {
|
|
119
|
+
readonly tx: "tx/";
|
|
120
|
+
readonly account: "address/";
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
readonly Acala: {
|
|
124
|
+
readonly name: "Acala Explorer";
|
|
125
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
126
|
+
readonly endpoints: {
|
|
127
|
+
readonly tx: "tx/";
|
|
128
|
+
readonly account: "address/";
|
|
129
|
+
};
|
|
130
|
+
};
|
|
107
131
|
};
|
|
108
132
|
readonly Testnet: {
|
|
109
133
|
readonly Ethereum: {
|
|
@@ -209,6 +233,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
209
233
|
readonly account: "address/";
|
|
210
234
|
};
|
|
211
235
|
};
|
|
236
|
+
readonly Mezo: {
|
|
237
|
+
readonly name: "Mezo Explorer";
|
|
238
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
239
|
+
readonly endpoints: {
|
|
240
|
+
readonly tx: "tx/";
|
|
241
|
+
readonly account: "address/";
|
|
242
|
+
};
|
|
243
|
+
};
|
|
212
244
|
};
|
|
213
245
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
214
246
|
readonly Mainnet: {
|
|
@@ -300,6 +332,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
300
332
|
readonly account: "address/";
|
|
301
333
|
};
|
|
302
334
|
};
|
|
335
|
+
readonly Mezo: {
|
|
336
|
+
readonly name: "Mezo Explorer";
|
|
337
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
338
|
+
readonly endpoints: {
|
|
339
|
+
readonly tx: "tx/";
|
|
340
|
+
readonly account: "address/";
|
|
341
|
+
};
|
|
342
|
+
};
|
|
343
|
+
readonly Karura: {
|
|
344
|
+
readonly name: "Karura Explorer";
|
|
345
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
346
|
+
readonly endpoints: {
|
|
347
|
+
readonly tx: "tx/";
|
|
348
|
+
readonly account: "address/";
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
readonly Acala: {
|
|
352
|
+
readonly name: "Acala Explorer";
|
|
353
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
354
|
+
readonly endpoints: {
|
|
355
|
+
readonly tx: "tx/";
|
|
356
|
+
readonly account: "address/";
|
|
357
|
+
};
|
|
358
|
+
};
|
|
303
359
|
};
|
|
304
360
|
readonly Testnet: {
|
|
305
361
|
readonly Ethereum: {
|
|
@@ -405,6 +461,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
405
461
|
readonly account: "address/";
|
|
406
462
|
};
|
|
407
463
|
};
|
|
464
|
+
readonly Mezo: {
|
|
465
|
+
readonly name: "Mezo Explorer";
|
|
466
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
467
|
+
readonly endpoints: {
|
|
468
|
+
readonly tx: "tx/";
|
|
469
|
+
readonly account: "address/";
|
|
470
|
+
};
|
|
471
|
+
};
|
|
408
472
|
};
|
|
409
473
|
}[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) => {
|
|
410
474
|
readonly Mainnet: {
|
|
@@ -496,6 +560,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
496
560
|
readonly account: "address/";
|
|
497
561
|
};
|
|
498
562
|
};
|
|
563
|
+
readonly Mezo: {
|
|
564
|
+
readonly name: "Mezo Explorer";
|
|
565
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
566
|
+
readonly endpoints: {
|
|
567
|
+
readonly tx: "tx/";
|
|
568
|
+
readonly account: "address/";
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
readonly Karura: {
|
|
572
|
+
readonly name: "Karura Explorer";
|
|
573
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
574
|
+
readonly endpoints: {
|
|
575
|
+
readonly tx: "tx/";
|
|
576
|
+
readonly account: "address/";
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
readonly Acala: {
|
|
580
|
+
readonly name: "Acala Explorer";
|
|
581
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
582
|
+
readonly endpoints: {
|
|
583
|
+
readonly tx: "tx/";
|
|
584
|
+
readonly account: "address/";
|
|
585
|
+
};
|
|
586
|
+
};
|
|
499
587
|
};
|
|
500
588
|
readonly Testnet: {
|
|
501
589
|
readonly Ethereum: {
|
|
@@ -601,6 +689,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
601
689
|
readonly account: "address/";
|
|
602
690
|
};
|
|
603
691
|
};
|
|
692
|
+
readonly Mezo: {
|
|
693
|
+
readonly name: "Mezo Explorer";
|
|
694
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
695
|
+
readonly endpoints: {
|
|
696
|
+
readonly tx: "tx/";
|
|
697
|
+
readonly account: "address/";
|
|
698
|
+
};
|
|
699
|
+
};
|
|
604
700
|
};
|
|
605
701
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
606
702
|
readonly Mainnet: {
|
|
@@ -692,6 +788,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
692
788
|
readonly account: "address/";
|
|
693
789
|
};
|
|
694
790
|
};
|
|
791
|
+
readonly Mezo: {
|
|
792
|
+
readonly name: "Mezo Explorer";
|
|
793
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
794
|
+
readonly endpoints: {
|
|
795
|
+
readonly tx: "tx/";
|
|
796
|
+
readonly account: "address/";
|
|
797
|
+
};
|
|
798
|
+
};
|
|
799
|
+
readonly Karura: {
|
|
800
|
+
readonly name: "Karura Explorer";
|
|
801
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
802
|
+
readonly endpoints: {
|
|
803
|
+
readonly tx: "tx/";
|
|
804
|
+
readonly account: "address/";
|
|
805
|
+
};
|
|
806
|
+
};
|
|
807
|
+
readonly Acala: {
|
|
808
|
+
readonly name: "Acala Explorer";
|
|
809
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
810
|
+
readonly endpoints: {
|
|
811
|
+
readonly tx: "tx/";
|
|
812
|
+
readonly account: "address/";
|
|
813
|
+
};
|
|
814
|
+
};
|
|
695
815
|
};
|
|
696
816
|
readonly Testnet: {
|
|
697
817
|
readonly Ethereum: {
|
|
@@ -797,6 +917,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
797
917
|
readonly account: "address/";
|
|
798
918
|
};
|
|
799
919
|
};
|
|
920
|
+
readonly Mezo: {
|
|
921
|
+
readonly name: "Mezo Explorer";
|
|
922
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
923
|
+
readonly endpoints: {
|
|
924
|
+
readonly tx: "tx/";
|
|
925
|
+
readonly account: "address/";
|
|
926
|
+
};
|
|
927
|
+
};
|
|
800
928
|
};
|
|
801
929
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
802
930
|
[key: string]: unknown;
|
|
@@ -881,6 +1009,27 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
881
1009
|
readonly tx: "transaction/";
|
|
882
1010
|
readonly account: "address/";
|
|
883
1011
|
};
|
|
1012
|
+
} | {
|
|
1013
|
+
readonly name: "Mezo Explorer";
|
|
1014
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
1015
|
+
readonly endpoints: {
|
|
1016
|
+
readonly tx: "tx/";
|
|
1017
|
+
readonly account: "address/";
|
|
1018
|
+
};
|
|
1019
|
+
} | {
|
|
1020
|
+
readonly name: "Karura Explorer";
|
|
1021
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1022
|
+
readonly endpoints: {
|
|
1023
|
+
readonly tx: "tx/";
|
|
1024
|
+
readonly account: "address/";
|
|
1025
|
+
};
|
|
1026
|
+
} | {
|
|
1027
|
+
readonly name: "Acala Explorer";
|
|
1028
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1029
|
+
readonly endpoints: {
|
|
1030
|
+
readonly tx: "tx/";
|
|
1031
|
+
readonly account: "address/";
|
|
1032
|
+
};
|
|
884
1033
|
} | {
|
|
885
1034
|
readonly name: "Etherscan";
|
|
886
1035
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -973,6 +1122,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
973
1122
|
readonly tx: "transaction/";
|
|
974
1123
|
readonly account: "address/";
|
|
975
1124
|
};
|
|
1125
|
+
} | {
|
|
1126
|
+
readonly name: "Mezo Explorer";
|
|
1127
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
1128
|
+
readonly endpoints: {
|
|
1129
|
+
readonly tx: "tx/";
|
|
1130
|
+
readonly account: "address/";
|
|
1131
|
+
};
|
|
976
1132
|
} | undefined;
|
|
977
1133
|
} & {
|
|
978
1134
|
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" ? {
|
|
@@ -1065,6 +1221,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1065
1221
|
readonly account: "address/";
|
|
1066
1222
|
};
|
|
1067
1223
|
};
|
|
1224
|
+
readonly Mezo: {
|
|
1225
|
+
readonly name: "Mezo Explorer";
|
|
1226
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
1227
|
+
readonly endpoints: {
|
|
1228
|
+
readonly tx: "tx/";
|
|
1229
|
+
readonly account: "address/";
|
|
1230
|
+
};
|
|
1231
|
+
};
|
|
1232
|
+
readonly Karura: {
|
|
1233
|
+
readonly name: "Karura Explorer";
|
|
1234
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1235
|
+
readonly endpoints: {
|
|
1236
|
+
readonly tx: "tx/";
|
|
1237
|
+
readonly account: "address/";
|
|
1238
|
+
};
|
|
1239
|
+
};
|
|
1240
|
+
readonly Acala: {
|
|
1241
|
+
readonly name: "Acala Explorer";
|
|
1242
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1243
|
+
readonly endpoints: {
|
|
1244
|
+
readonly tx: "tx/";
|
|
1245
|
+
readonly account: "address/";
|
|
1246
|
+
};
|
|
1247
|
+
};
|
|
1068
1248
|
};
|
|
1069
1249
|
readonly Testnet: {
|
|
1070
1250
|
readonly Ethereum: {
|
|
@@ -1170,6 +1350,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1170
1350
|
readonly account: "address/";
|
|
1171
1351
|
};
|
|
1172
1352
|
};
|
|
1353
|
+
readonly Mezo: {
|
|
1354
|
+
readonly name: "Mezo Explorer";
|
|
1355
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
1356
|
+
readonly endpoints: {
|
|
1357
|
+
readonly tx: "tx/";
|
|
1358
|
+
readonly account: "address/";
|
|
1359
|
+
};
|
|
1360
|
+
};
|
|
1173
1361
|
};
|
|
1174
1362
|
}[T_2] extends {
|
|
1175
1363
|
[key: string]: unknown;
|
|
@@ -1265,6 +1453,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1265
1453
|
readonly account: "address/";
|
|
1266
1454
|
};
|
|
1267
1455
|
};
|
|
1456
|
+
readonly Mezo: {
|
|
1457
|
+
readonly name: "Mezo Explorer";
|
|
1458
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
1459
|
+
readonly endpoints: {
|
|
1460
|
+
readonly tx: "tx/";
|
|
1461
|
+
readonly account: "address/";
|
|
1462
|
+
};
|
|
1463
|
+
};
|
|
1464
|
+
readonly Karura: {
|
|
1465
|
+
readonly name: "Karura Explorer";
|
|
1466
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1467
|
+
readonly endpoints: {
|
|
1468
|
+
readonly tx: "tx/";
|
|
1469
|
+
readonly account: "address/";
|
|
1470
|
+
};
|
|
1471
|
+
};
|
|
1472
|
+
readonly Acala: {
|
|
1473
|
+
readonly name: "Acala Explorer";
|
|
1474
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1475
|
+
readonly endpoints: {
|
|
1476
|
+
readonly tx: "tx/";
|
|
1477
|
+
readonly account: "address/";
|
|
1478
|
+
};
|
|
1479
|
+
};
|
|
1268
1480
|
};
|
|
1269
1481
|
readonly Testnet: {
|
|
1270
1482
|
readonly Ethereum: {
|
|
@@ -1370,6 +1582,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1370
1582
|
readonly account: "address/";
|
|
1371
1583
|
};
|
|
1372
1584
|
};
|
|
1585
|
+
readonly Mezo: {
|
|
1586
|
+
readonly name: "Mezo Explorer";
|
|
1587
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
1588
|
+
readonly endpoints: {
|
|
1589
|
+
readonly tx: "tx/";
|
|
1590
|
+
readonly account: "address/";
|
|
1591
|
+
};
|
|
1592
|
+
};
|
|
1373
1593
|
};
|
|
1374
1594
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
1375
1595
|
readonly Mainnet: {
|
|
@@ -1461,6 +1681,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1461
1681
|
readonly account: "address/";
|
|
1462
1682
|
};
|
|
1463
1683
|
};
|
|
1684
|
+
readonly Mezo: {
|
|
1685
|
+
readonly name: "Mezo Explorer";
|
|
1686
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
1687
|
+
readonly endpoints: {
|
|
1688
|
+
readonly tx: "tx/";
|
|
1689
|
+
readonly account: "address/";
|
|
1690
|
+
};
|
|
1691
|
+
};
|
|
1692
|
+
readonly Karura: {
|
|
1693
|
+
readonly name: "Karura Explorer";
|
|
1694
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1695
|
+
readonly endpoints: {
|
|
1696
|
+
readonly tx: "tx/";
|
|
1697
|
+
readonly account: "address/";
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
readonly Acala: {
|
|
1701
|
+
readonly name: "Acala Explorer";
|
|
1702
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1703
|
+
readonly endpoints: {
|
|
1704
|
+
readonly tx: "tx/";
|
|
1705
|
+
readonly account: "address/";
|
|
1706
|
+
};
|
|
1707
|
+
};
|
|
1464
1708
|
};
|
|
1465
1709
|
readonly Testnet: {
|
|
1466
1710
|
readonly Ethereum: {
|
|
@@ -1566,6 +1810,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1566
1810
|
readonly account: "address/";
|
|
1567
1811
|
};
|
|
1568
1812
|
};
|
|
1813
|
+
readonly Mezo: {
|
|
1814
|
+
readonly name: "Mezo Explorer";
|
|
1815
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
1816
|
+
readonly endpoints: {
|
|
1817
|
+
readonly tx: "tx/";
|
|
1818
|
+
readonly account: "address/";
|
|
1819
|
+
};
|
|
1820
|
+
};
|
|
1569
1821
|
};
|
|
1570
1822
|
}[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) => {
|
|
1571
1823
|
readonly Mainnet: {
|
|
@@ -1657,6 +1909,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1657
1909
|
readonly account: "address/";
|
|
1658
1910
|
};
|
|
1659
1911
|
};
|
|
1912
|
+
readonly Mezo: {
|
|
1913
|
+
readonly name: "Mezo Explorer";
|
|
1914
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
1915
|
+
readonly endpoints: {
|
|
1916
|
+
readonly tx: "tx/";
|
|
1917
|
+
readonly account: "address/";
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
readonly Karura: {
|
|
1921
|
+
readonly name: "Karura Explorer";
|
|
1922
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1923
|
+
readonly endpoints: {
|
|
1924
|
+
readonly tx: "tx/";
|
|
1925
|
+
readonly account: "address/";
|
|
1926
|
+
};
|
|
1927
|
+
};
|
|
1928
|
+
readonly Acala: {
|
|
1929
|
+
readonly name: "Acala Explorer";
|
|
1930
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1931
|
+
readonly endpoints: {
|
|
1932
|
+
readonly tx: "tx/";
|
|
1933
|
+
readonly account: "address/";
|
|
1934
|
+
};
|
|
1935
|
+
};
|
|
1660
1936
|
};
|
|
1661
1937
|
readonly Testnet: {
|
|
1662
1938
|
readonly Ethereum: {
|
|
@@ -1762,6 +2038,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1762
2038
|
readonly account: "address/";
|
|
1763
2039
|
};
|
|
1764
2040
|
};
|
|
2041
|
+
readonly Mezo: {
|
|
2042
|
+
readonly name: "Mezo Explorer";
|
|
2043
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
2044
|
+
readonly endpoints: {
|
|
2045
|
+
readonly tx: "tx/";
|
|
2046
|
+
readonly account: "address/";
|
|
2047
|
+
};
|
|
2048
|
+
};
|
|
1765
2049
|
};
|
|
1766
2050
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
1767
2051
|
readonly Mainnet: {
|
|
@@ -1853,6 +2137,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1853
2137
|
readonly account: "address/";
|
|
1854
2138
|
};
|
|
1855
2139
|
};
|
|
2140
|
+
readonly Mezo: {
|
|
2141
|
+
readonly name: "Mezo Explorer";
|
|
2142
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
2143
|
+
readonly endpoints: {
|
|
2144
|
+
readonly tx: "tx/";
|
|
2145
|
+
readonly account: "address/";
|
|
2146
|
+
};
|
|
2147
|
+
};
|
|
2148
|
+
readonly Karura: {
|
|
2149
|
+
readonly name: "Karura Explorer";
|
|
2150
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2151
|
+
readonly endpoints: {
|
|
2152
|
+
readonly tx: "tx/";
|
|
2153
|
+
readonly account: "address/";
|
|
2154
|
+
};
|
|
2155
|
+
};
|
|
2156
|
+
readonly Acala: {
|
|
2157
|
+
readonly name: "Acala Explorer";
|
|
2158
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2159
|
+
readonly endpoints: {
|
|
2160
|
+
readonly tx: "tx/";
|
|
2161
|
+
readonly account: "address/";
|
|
2162
|
+
};
|
|
2163
|
+
};
|
|
1856
2164
|
};
|
|
1857
2165
|
readonly Testnet: {
|
|
1858
2166
|
readonly Ethereum: {
|
|
@@ -1958,6 +2266,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1958
2266
|
readonly account: "address/";
|
|
1959
2267
|
};
|
|
1960
2268
|
};
|
|
2269
|
+
readonly Mezo: {
|
|
2270
|
+
readonly name: "Mezo Explorer";
|
|
2271
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
2272
|
+
readonly endpoints: {
|
|
2273
|
+
readonly tx: "tx/";
|
|
2274
|
+
readonly account: "address/";
|
|
2275
|
+
};
|
|
2276
|
+
};
|
|
1961
2277
|
};
|
|
1962
2278
|
}[T_2] ? T_4 extends {
|
|
1963
2279
|
[key: string]: unknown;
|
|
@@ -2054,6 +2370,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2054
2370
|
readonly account: "address/";
|
|
2055
2371
|
};
|
|
2056
2372
|
};
|
|
2373
|
+
readonly Mezo: {
|
|
2374
|
+
readonly name: "Mezo Explorer";
|
|
2375
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
2376
|
+
readonly endpoints: {
|
|
2377
|
+
readonly tx: "tx/";
|
|
2378
|
+
readonly account: "address/";
|
|
2379
|
+
};
|
|
2380
|
+
};
|
|
2381
|
+
readonly Karura: {
|
|
2382
|
+
readonly name: "Karura Explorer";
|
|
2383
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2384
|
+
readonly endpoints: {
|
|
2385
|
+
readonly tx: "tx/";
|
|
2386
|
+
readonly account: "address/";
|
|
2387
|
+
};
|
|
2388
|
+
};
|
|
2389
|
+
readonly Acala: {
|
|
2390
|
+
readonly name: "Acala Explorer";
|
|
2391
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2392
|
+
readonly endpoints: {
|
|
2393
|
+
readonly tx: "tx/";
|
|
2394
|
+
readonly account: "address/";
|
|
2395
|
+
};
|
|
2396
|
+
};
|
|
2057
2397
|
};
|
|
2058
2398
|
readonly Testnet: {
|
|
2059
2399
|
readonly Ethereum: {
|
|
@@ -2159,6 +2499,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2159
2499
|
readonly account: "address/";
|
|
2160
2500
|
};
|
|
2161
2501
|
};
|
|
2502
|
+
readonly Mezo: {
|
|
2503
|
+
readonly name: "Mezo Explorer";
|
|
2504
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
2505
|
+
readonly endpoints: {
|
|
2506
|
+
readonly tx: "tx/";
|
|
2507
|
+
readonly account: "address/";
|
|
2508
|
+
};
|
|
2509
|
+
};
|
|
2162
2510
|
};
|
|
2163
2511
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
2164
2512
|
readonly Mainnet: {
|
|
@@ -2250,6 +2598,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2250
2598
|
readonly account: "address/";
|
|
2251
2599
|
};
|
|
2252
2600
|
};
|
|
2601
|
+
readonly Mezo: {
|
|
2602
|
+
readonly name: "Mezo Explorer";
|
|
2603
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
2604
|
+
readonly endpoints: {
|
|
2605
|
+
readonly tx: "tx/";
|
|
2606
|
+
readonly account: "address/";
|
|
2607
|
+
};
|
|
2608
|
+
};
|
|
2609
|
+
readonly Karura: {
|
|
2610
|
+
readonly name: "Karura Explorer";
|
|
2611
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2612
|
+
readonly endpoints: {
|
|
2613
|
+
readonly tx: "tx/";
|
|
2614
|
+
readonly account: "address/";
|
|
2615
|
+
};
|
|
2616
|
+
};
|
|
2617
|
+
readonly Acala: {
|
|
2618
|
+
readonly name: "Acala Explorer";
|
|
2619
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2620
|
+
readonly endpoints: {
|
|
2621
|
+
readonly tx: "tx/";
|
|
2622
|
+
readonly account: "address/";
|
|
2623
|
+
};
|
|
2624
|
+
};
|
|
2253
2625
|
};
|
|
2254
2626
|
readonly Testnet: {
|
|
2255
2627
|
readonly Ethereum: {
|
|
@@ -2355,6 +2727,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2355
2727
|
readonly account: "address/";
|
|
2356
2728
|
};
|
|
2357
2729
|
};
|
|
2730
|
+
readonly Mezo: {
|
|
2731
|
+
readonly name: "Mezo Explorer";
|
|
2732
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
2733
|
+
readonly endpoints: {
|
|
2734
|
+
readonly tx: "tx/";
|
|
2735
|
+
readonly account: "address/";
|
|
2736
|
+
};
|
|
2737
|
+
};
|
|
2358
2738
|
};
|
|
2359
2739
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
2360
2740
|
readonly Mainnet: {
|
|
@@ -2446,6 +2826,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2446
2826
|
readonly account: "address/";
|
|
2447
2827
|
};
|
|
2448
2828
|
};
|
|
2829
|
+
readonly Mezo: {
|
|
2830
|
+
readonly name: "Mezo Explorer";
|
|
2831
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
2832
|
+
readonly endpoints: {
|
|
2833
|
+
readonly tx: "tx/";
|
|
2834
|
+
readonly account: "address/";
|
|
2835
|
+
};
|
|
2836
|
+
};
|
|
2837
|
+
readonly Karura: {
|
|
2838
|
+
readonly name: "Karura Explorer";
|
|
2839
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2840
|
+
readonly endpoints: {
|
|
2841
|
+
readonly tx: "tx/";
|
|
2842
|
+
readonly account: "address/";
|
|
2843
|
+
};
|
|
2844
|
+
};
|
|
2845
|
+
readonly Acala: {
|
|
2846
|
+
readonly name: "Acala Explorer";
|
|
2847
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2848
|
+
readonly endpoints: {
|
|
2849
|
+
readonly tx: "tx/";
|
|
2850
|
+
readonly account: "address/";
|
|
2851
|
+
};
|
|
2852
|
+
};
|
|
2449
2853
|
};
|
|
2450
2854
|
readonly Testnet: {
|
|
2451
2855
|
readonly Ethereum: {
|
|
@@ -2551,6 +2955,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2551
2955
|
readonly account: "address/";
|
|
2552
2956
|
};
|
|
2553
2957
|
};
|
|
2958
|
+
readonly Mezo: {
|
|
2959
|
+
readonly name: "Mezo Explorer";
|
|
2960
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
2961
|
+
readonly endpoints: {
|
|
2962
|
+
readonly tx: "tx/";
|
|
2963
|
+
readonly account: "address/";
|
|
2964
|
+
};
|
|
2965
|
+
};
|
|
2554
2966
|
};
|
|
2555
2967
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
2556
2968
|
readonly Mainnet: {
|
|
@@ -2642,6 +3054,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2642
3054
|
readonly account: "address/";
|
|
2643
3055
|
};
|
|
2644
3056
|
};
|
|
3057
|
+
readonly Mezo: {
|
|
3058
|
+
readonly name: "Mezo Explorer";
|
|
3059
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
3060
|
+
readonly endpoints: {
|
|
3061
|
+
readonly tx: "tx/";
|
|
3062
|
+
readonly account: "address/";
|
|
3063
|
+
};
|
|
3064
|
+
};
|
|
3065
|
+
readonly Karura: {
|
|
3066
|
+
readonly name: "Karura Explorer";
|
|
3067
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3068
|
+
readonly endpoints: {
|
|
3069
|
+
readonly tx: "tx/";
|
|
3070
|
+
readonly account: "address/";
|
|
3071
|
+
};
|
|
3072
|
+
};
|
|
3073
|
+
readonly Acala: {
|
|
3074
|
+
readonly name: "Acala Explorer";
|
|
3075
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3076
|
+
readonly endpoints: {
|
|
3077
|
+
readonly tx: "tx/";
|
|
3078
|
+
readonly account: "address/";
|
|
3079
|
+
};
|
|
3080
|
+
};
|
|
2645
3081
|
};
|
|
2646
3082
|
readonly Testnet: {
|
|
2647
3083
|
readonly Ethereum: {
|
|
@@ -2747,6 +3183,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2747
3183
|
readonly account: "address/";
|
|
2748
3184
|
};
|
|
2749
3185
|
};
|
|
3186
|
+
readonly Mezo: {
|
|
3187
|
+
readonly name: "Mezo Explorer";
|
|
3188
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
3189
|
+
readonly endpoints: {
|
|
3190
|
+
readonly tx: "tx/";
|
|
3191
|
+
readonly account: "address/";
|
|
3192
|
+
};
|
|
3193
|
+
};
|
|
2750
3194
|
};
|
|
2751
3195
|
}[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;
|
|
2752
3196
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -2839,6 +3283,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2839
3283
|
readonly account: "address/";
|
|
2840
3284
|
};
|
|
2841
3285
|
};
|
|
3286
|
+
readonly Mezo: {
|
|
3287
|
+
readonly name: "Mezo Explorer";
|
|
3288
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
3289
|
+
readonly endpoints: {
|
|
3290
|
+
readonly tx: "tx/";
|
|
3291
|
+
readonly account: "address/";
|
|
3292
|
+
};
|
|
3293
|
+
};
|
|
3294
|
+
readonly Karura: {
|
|
3295
|
+
readonly name: "Karura Explorer";
|
|
3296
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3297
|
+
readonly endpoints: {
|
|
3298
|
+
readonly tx: "tx/";
|
|
3299
|
+
readonly account: "address/";
|
|
3300
|
+
};
|
|
3301
|
+
};
|
|
3302
|
+
readonly Acala: {
|
|
3303
|
+
readonly name: "Acala Explorer";
|
|
3304
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3305
|
+
readonly endpoints: {
|
|
3306
|
+
readonly tx: "tx/";
|
|
3307
|
+
readonly account: "address/";
|
|
3308
|
+
};
|
|
3309
|
+
};
|
|
2842
3310
|
};
|
|
2843
3311
|
readonly Testnet: {
|
|
2844
3312
|
readonly Ethereum: {
|
|
@@ -2944,6 +3412,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2944
3412
|
readonly account: "address/";
|
|
2945
3413
|
};
|
|
2946
3414
|
};
|
|
3415
|
+
readonly Mezo: {
|
|
3416
|
+
readonly name: "Mezo Explorer";
|
|
3417
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
3418
|
+
readonly endpoints: {
|
|
3419
|
+
readonly tx: "tx/";
|
|
3420
|
+
readonly account: "address/";
|
|
3421
|
+
};
|
|
3422
|
+
};
|
|
2947
3423
|
};
|
|
2948
3424
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
2949
3425
|
readonly Mainnet: {
|
|
@@ -3035,6 +3511,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3035
3511
|
readonly account: "address/";
|
|
3036
3512
|
};
|
|
3037
3513
|
};
|
|
3514
|
+
readonly Mezo: {
|
|
3515
|
+
readonly name: "Mezo Explorer";
|
|
3516
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
3517
|
+
readonly endpoints: {
|
|
3518
|
+
readonly tx: "tx/";
|
|
3519
|
+
readonly account: "address/";
|
|
3520
|
+
};
|
|
3521
|
+
};
|
|
3522
|
+
readonly Karura: {
|
|
3523
|
+
readonly name: "Karura Explorer";
|
|
3524
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3525
|
+
readonly endpoints: {
|
|
3526
|
+
readonly tx: "tx/";
|
|
3527
|
+
readonly account: "address/";
|
|
3528
|
+
};
|
|
3529
|
+
};
|
|
3530
|
+
readonly Acala: {
|
|
3531
|
+
readonly name: "Acala Explorer";
|
|
3532
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3533
|
+
readonly endpoints: {
|
|
3534
|
+
readonly tx: "tx/";
|
|
3535
|
+
readonly account: "address/";
|
|
3536
|
+
};
|
|
3537
|
+
};
|
|
3038
3538
|
};
|
|
3039
3539
|
readonly Testnet: {
|
|
3040
3540
|
readonly Ethereum: {
|
|
@@ -3140,6 +3640,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3140
3640
|
readonly account: "address/";
|
|
3141
3641
|
};
|
|
3142
3642
|
};
|
|
3643
|
+
readonly Mezo: {
|
|
3644
|
+
readonly name: "Mezo Explorer";
|
|
3645
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
3646
|
+
readonly endpoints: {
|
|
3647
|
+
readonly tx: "tx/";
|
|
3648
|
+
readonly account: "address/";
|
|
3649
|
+
};
|
|
3650
|
+
};
|
|
3143
3651
|
};
|
|
3144
3652
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
3145
3653
|
readonly Mainnet: {
|
|
@@ -3231,6 +3739,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3231
3739
|
readonly account: "address/";
|
|
3232
3740
|
};
|
|
3233
3741
|
};
|
|
3742
|
+
readonly Mezo: {
|
|
3743
|
+
readonly name: "Mezo Explorer";
|
|
3744
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
3745
|
+
readonly endpoints: {
|
|
3746
|
+
readonly tx: "tx/";
|
|
3747
|
+
readonly account: "address/";
|
|
3748
|
+
};
|
|
3749
|
+
};
|
|
3750
|
+
readonly Karura: {
|
|
3751
|
+
readonly name: "Karura Explorer";
|
|
3752
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3753
|
+
readonly endpoints: {
|
|
3754
|
+
readonly tx: "tx/";
|
|
3755
|
+
readonly account: "address/";
|
|
3756
|
+
};
|
|
3757
|
+
};
|
|
3758
|
+
readonly Acala: {
|
|
3759
|
+
readonly name: "Acala Explorer";
|
|
3760
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3761
|
+
readonly endpoints: {
|
|
3762
|
+
readonly tx: "tx/";
|
|
3763
|
+
readonly account: "address/";
|
|
3764
|
+
};
|
|
3765
|
+
};
|
|
3234
3766
|
};
|
|
3235
3767
|
readonly Testnet: {
|
|
3236
3768
|
readonly Ethereum: {
|
|
@@ -3336,6 +3868,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3336
3868
|
readonly account: "address/";
|
|
3337
3869
|
};
|
|
3338
3870
|
};
|
|
3871
|
+
readonly Mezo: {
|
|
3872
|
+
readonly name: "Mezo Explorer";
|
|
3873
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
3874
|
+
readonly endpoints: {
|
|
3875
|
+
readonly tx: "tx/";
|
|
3876
|
+
readonly account: "address/";
|
|
3877
|
+
};
|
|
3878
|
+
};
|
|
3339
3879
|
};
|
|
3340
3880
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
3341
3881
|
readonly Mainnet: {
|
|
@@ -3427,6 +3967,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3427
3967
|
readonly account: "address/";
|
|
3428
3968
|
};
|
|
3429
3969
|
};
|
|
3970
|
+
readonly Mezo: {
|
|
3971
|
+
readonly name: "Mezo Explorer";
|
|
3972
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
3973
|
+
readonly endpoints: {
|
|
3974
|
+
readonly tx: "tx/";
|
|
3975
|
+
readonly account: "address/";
|
|
3976
|
+
};
|
|
3977
|
+
};
|
|
3978
|
+
readonly Karura: {
|
|
3979
|
+
readonly name: "Karura Explorer";
|
|
3980
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3981
|
+
readonly endpoints: {
|
|
3982
|
+
readonly tx: "tx/";
|
|
3983
|
+
readonly account: "address/";
|
|
3984
|
+
};
|
|
3985
|
+
};
|
|
3986
|
+
readonly Acala: {
|
|
3987
|
+
readonly name: "Acala Explorer";
|
|
3988
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3989
|
+
readonly endpoints: {
|
|
3990
|
+
readonly tx: "tx/";
|
|
3991
|
+
readonly account: "address/";
|
|
3992
|
+
};
|
|
3993
|
+
};
|
|
3430
3994
|
};
|
|
3431
3995
|
readonly Testnet: {
|
|
3432
3996
|
readonly Ethereum: {
|
|
@@ -3532,6 +4096,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3532
4096
|
readonly account: "address/";
|
|
3533
4097
|
};
|
|
3534
4098
|
};
|
|
4099
|
+
readonly Mezo: {
|
|
4100
|
+
readonly name: "Mezo Explorer";
|
|
4101
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
4102
|
+
readonly endpoints: {
|
|
4103
|
+
readonly tx: "tx/";
|
|
4104
|
+
readonly account: "address/";
|
|
4105
|
+
};
|
|
4106
|
+
};
|
|
3535
4107
|
};
|
|
3536
4108
|
}[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>) => ({
|
|
3537
4109
|
readonly Mainnet: {
|
|
@@ -3623,6 +4195,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3623
4195
|
readonly account: "address/";
|
|
3624
4196
|
};
|
|
3625
4197
|
};
|
|
4198
|
+
readonly Mezo: {
|
|
4199
|
+
readonly name: "Mezo Explorer";
|
|
4200
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
4201
|
+
readonly endpoints: {
|
|
4202
|
+
readonly tx: "tx/";
|
|
4203
|
+
readonly account: "address/";
|
|
4204
|
+
};
|
|
4205
|
+
};
|
|
4206
|
+
readonly Karura: {
|
|
4207
|
+
readonly name: "Karura Explorer";
|
|
4208
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
4209
|
+
readonly endpoints: {
|
|
4210
|
+
readonly tx: "tx/";
|
|
4211
|
+
readonly account: "address/";
|
|
4212
|
+
};
|
|
4213
|
+
};
|
|
4214
|
+
readonly Acala: {
|
|
4215
|
+
readonly name: "Acala Explorer";
|
|
4216
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
4217
|
+
readonly endpoints: {
|
|
4218
|
+
readonly tx: "tx/";
|
|
4219
|
+
readonly account: "address/";
|
|
4220
|
+
};
|
|
4221
|
+
};
|
|
3626
4222
|
};
|
|
3627
4223
|
readonly Testnet: {
|
|
3628
4224
|
readonly Ethereum: {
|
|
@@ -3728,6 +4324,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3728
4324
|
readonly account: "address/";
|
|
3729
4325
|
};
|
|
3730
4326
|
};
|
|
4327
|
+
readonly Mezo: {
|
|
4328
|
+
readonly name: "Mezo Explorer";
|
|
4329
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
4330
|
+
readonly endpoints: {
|
|
4331
|
+
readonly tx: "tx/";
|
|
4332
|
+
readonly account: "address/";
|
|
4333
|
+
};
|
|
4334
|
+
};
|
|
3731
4335
|
};
|
|
3732
4336
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
3733
4337
|
readonly Mainnet: {
|
|
@@ -3819,6 +4423,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3819
4423
|
readonly account: "address/";
|
|
3820
4424
|
};
|
|
3821
4425
|
};
|
|
4426
|
+
readonly Mezo: {
|
|
4427
|
+
readonly name: "Mezo Explorer";
|
|
4428
|
+
readonly baseUrl: "https://explorer.mezo.org/";
|
|
4429
|
+
readonly endpoints: {
|
|
4430
|
+
readonly tx: "tx/";
|
|
4431
|
+
readonly account: "address/";
|
|
4432
|
+
};
|
|
4433
|
+
};
|
|
4434
|
+
readonly Karura: {
|
|
4435
|
+
readonly name: "Karura Explorer";
|
|
4436
|
+
readonly baseUrl: "https://blockscout.karura.network/";
|
|
4437
|
+
readonly endpoints: {
|
|
4438
|
+
readonly tx: "tx/";
|
|
4439
|
+
readonly account: "address/";
|
|
4440
|
+
};
|
|
4441
|
+
};
|
|
4442
|
+
readonly Acala: {
|
|
4443
|
+
readonly name: "Acala Explorer";
|
|
4444
|
+
readonly baseUrl: "https://blockscout.acala.network/";
|
|
4445
|
+
readonly endpoints: {
|
|
4446
|
+
readonly tx: "tx/";
|
|
4447
|
+
readonly account: "address/";
|
|
4448
|
+
};
|
|
4449
|
+
};
|
|
3822
4450
|
};
|
|
3823
4451
|
readonly Testnet: {
|
|
3824
4452
|
readonly Ethereum: {
|
|
@@ -3924,6 +4552,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3924
4552
|
readonly account: "address/";
|
|
3925
4553
|
};
|
|
3926
4554
|
};
|
|
4555
|
+
readonly Mezo: {
|
|
4556
|
+
readonly name: "Mezo Explorer";
|
|
4557
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
4558
|
+
readonly endpoints: {
|
|
4559
|
+
readonly tx: "tx/";
|
|
4560
|
+
readonly account: "address/";
|
|
4561
|
+
};
|
|
4562
|
+
};
|
|
3927
4563
|
};
|
|
3928
4564
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
3929
4565
|
} : never : never : never : never;
|