@wormhole-foundation/sdk-base 2.0.0-beta.0 → 2.0.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 +7 -19
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +0 -6
- package/dist/cjs/constants/chains.js.map +1 -1
- package/dist/cjs/constants/circle.d.ts +20 -1
- package/dist/cjs/constants/circle.d.ts.map +1 -1
- package/dist/cjs/constants/circle.js +2 -1
- package/dist/cjs/constants/circle.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 +1 -13
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +64 -634
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/nftBridge.d.ts +1 -1
- package/dist/cjs/constants/contracts/nftBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/nftBridge.js +0 -7
- package/dist/cjs/constants/contracts/nftBridge.js.map +1 -1
- package/dist/cjs/constants/contracts/relayer.d.ts +1 -1
- package/dist/cjs/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/relayer.js +2 -0
- package/dist/cjs/constants/contracts/relayer.js.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 +0 -13
- package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/cjs/constants/explorer.d.ts +0 -636
- package/dist/cjs/constants/explorer.d.ts.map +1 -1
- package/dist/cjs/constants/explorer.js +0 -36
- package/dist/cjs/constants/explorer.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts +3 -14
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +0 -11
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts +24 -244
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +1 -12
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +4 -10
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +0 -6
- 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 +1 -10
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +7 -19
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +0 -6
- package/dist/esm/constants/chains.js.map +1 -1
- package/dist/esm/constants/circle.d.ts +20 -1
- package/dist/esm/constants/circle.d.ts.map +1 -1
- package/dist/esm/constants/circle.js +2 -1
- package/dist/esm/constants/circle.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 +1 -13
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +64 -634
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/nftBridge.d.ts +1 -1
- package/dist/esm/constants/contracts/nftBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/nftBridge.js +0 -7
- package/dist/esm/constants/contracts/nftBridge.js.map +1 -1
- package/dist/esm/constants/contracts/relayer.d.ts +1 -1
- package/dist/esm/constants/contracts/relayer.d.ts.map +1 -1
- package/dist/esm/constants/contracts/relayer.js +2 -0
- package/dist/esm/constants/contracts/relayer.js.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 +0 -13
- package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/esm/constants/explorer.d.ts +0 -636
- package/dist/esm/constants/explorer.d.ts.map +1 -1
- package/dist/esm/constants/explorer.js +0 -36
- package/dist/esm/constants/explorer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +3 -14
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +0 -11
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts +24 -244
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +1 -12
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +4 -10
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +0 -6
- 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 +1 -10
- package/dist/esm/constants/rpc.js.map +1 -1
- package/package.json +1 -1
|
@@ -104,22 +104,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
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
|
-
};
|
|
123
107
|
};
|
|
124
108
|
readonly Testnet: {
|
|
125
109
|
readonly Ethereum: {
|
|
@@ -225,22 +209,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
225
209
|
readonly account: "address/";
|
|
226
210
|
};
|
|
227
211
|
};
|
|
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
|
-
};
|
|
244
212
|
};
|
|
245
213
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
246
214
|
readonly Mainnet: {
|
|
@@ -332,22 +300,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
332
300
|
readonly account: "address/";
|
|
333
301
|
};
|
|
334
302
|
};
|
|
335
|
-
readonly Karura: {
|
|
336
|
-
readonly name: "Karura Explorer";
|
|
337
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
338
|
-
readonly endpoints: {
|
|
339
|
-
readonly tx: "tx/";
|
|
340
|
-
readonly account: "address/";
|
|
341
|
-
};
|
|
342
|
-
};
|
|
343
|
-
readonly Acala: {
|
|
344
|
-
readonly name: "Acala Explorer";
|
|
345
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
346
|
-
readonly endpoints: {
|
|
347
|
-
readonly tx: "tx/";
|
|
348
|
-
readonly account: "address/";
|
|
349
|
-
};
|
|
350
|
-
};
|
|
351
303
|
};
|
|
352
304
|
readonly Testnet: {
|
|
353
305
|
readonly Ethereum: {
|
|
@@ -453,22 +405,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
453
405
|
readonly account: "address/";
|
|
454
406
|
};
|
|
455
407
|
};
|
|
456
|
-
readonly Karura: {
|
|
457
|
-
readonly name: "Karura Explorer";
|
|
458
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
459
|
-
readonly endpoints: {
|
|
460
|
-
readonly tx: "tx/";
|
|
461
|
-
readonly account: "address/";
|
|
462
|
-
};
|
|
463
|
-
};
|
|
464
|
-
readonly Acala: {
|
|
465
|
-
readonly name: "Acala Explorer";
|
|
466
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
467
|
-
readonly endpoints: {
|
|
468
|
-
readonly tx: "tx/";
|
|
469
|
-
readonly account: "address/";
|
|
470
|
-
};
|
|
471
|
-
};
|
|
472
408
|
};
|
|
473
409
|
}[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) => {
|
|
474
410
|
readonly Mainnet: {
|
|
@@ -560,22 +496,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
560
496
|
readonly account: "address/";
|
|
561
497
|
};
|
|
562
498
|
};
|
|
563
|
-
readonly Karura: {
|
|
564
|
-
readonly name: "Karura Explorer";
|
|
565
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
566
|
-
readonly endpoints: {
|
|
567
|
-
readonly tx: "tx/";
|
|
568
|
-
readonly account: "address/";
|
|
569
|
-
};
|
|
570
|
-
};
|
|
571
|
-
readonly Acala: {
|
|
572
|
-
readonly name: "Acala Explorer";
|
|
573
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
574
|
-
readonly endpoints: {
|
|
575
|
-
readonly tx: "tx/";
|
|
576
|
-
readonly account: "address/";
|
|
577
|
-
};
|
|
578
|
-
};
|
|
579
499
|
};
|
|
580
500
|
readonly Testnet: {
|
|
581
501
|
readonly Ethereum: {
|
|
@@ -681,22 +601,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
681
601
|
readonly account: "address/";
|
|
682
602
|
};
|
|
683
603
|
};
|
|
684
|
-
readonly Karura: {
|
|
685
|
-
readonly name: "Karura Explorer";
|
|
686
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
687
|
-
readonly endpoints: {
|
|
688
|
-
readonly tx: "tx/";
|
|
689
|
-
readonly account: "address/";
|
|
690
|
-
};
|
|
691
|
-
};
|
|
692
|
-
readonly Acala: {
|
|
693
|
-
readonly name: "Acala Explorer";
|
|
694
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
695
|
-
readonly endpoints: {
|
|
696
|
-
readonly tx: "tx/";
|
|
697
|
-
readonly account: "address/";
|
|
698
|
-
};
|
|
699
|
-
};
|
|
700
604
|
};
|
|
701
605
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
702
606
|
readonly Mainnet: {
|
|
@@ -788,22 +692,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
788
692
|
readonly account: "address/";
|
|
789
693
|
};
|
|
790
694
|
};
|
|
791
|
-
readonly Karura: {
|
|
792
|
-
readonly name: "Karura Explorer";
|
|
793
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
794
|
-
readonly endpoints: {
|
|
795
|
-
readonly tx: "tx/";
|
|
796
|
-
readonly account: "address/";
|
|
797
|
-
};
|
|
798
|
-
};
|
|
799
|
-
readonly Acala: {
|
|
800
|
-
readonly name: "Acala Explorer";
|
|
801
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
802
|
-
readonly endpoints: {
|
|
803
|
-
readonly tx: "tx/";
|
|
804
|
-
readonly account: "address/";
|
|
805
|
-
};
|
|
806
|
-
};
|
|
807
695
|
};
|
|
808
696
|
readonly Testnet: {
|
|
809
697
|
readonly Ethereum: {
|
|
@@ -909,22 +797,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
909
797
|
readonly account: "address/";
|
|
910
798
|
};
|
|
911
799
|
};
|
|
912
|
-
readonly Karura: {
|
|
913
|
-
readonly name: "Karura Explorer";
|
|
914
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
915
|
-
readonly endpoints: {
|
|
916
|
-
readonly tx: "tx/";
|
|
917
|
-
readonly account: "address/";
|
|
918
|
-
};
|
|
919
|
-
};
|
|
920
|
-
readonly Acala: {
|
|
921
|
-
readonly name: "Acala Explorer";
|
|
922
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
923
|
-
readonly endpoints: {
|
|
924
|
-
readonly tx: "tx/";
|
|
925
|
-
readonly account: "address/";
|
|
926
|
-
};
|
|
927
|
-
};
|
|
928
800
|
};
|
|
929
801
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
930
802
|
[key: string]: unknown;
|
|
@@ -1009,20 +881,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1009
881
|
readonly tx: "transaction/";
|
|
1010
882
|
readonly account: "address/";
|
|
1011
883
|
};
|
|
1012
|
-
} | {
|
|
1013
|
-
readonly name: "Karura Explorer";
|
|
1014
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1015
|
-
readonly endpoints: {
|
|
1016
|
-
readonly tx: "tx/";
|
|
1017
|
-
readonly account: "address/";
|
|
1018
|
-
};
|
|
1019
|
-
} | {
|
|
1020
|
-
readonly name: "Acala Explorer";
|
|
1021
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1022
|
-
readonly endpoints: {
|
|
1023
|
-
readonly tx: "tx/";
|
|
1024
|
-
readonly account: "address/";
|
|
1025
|
-
};
|
|
1026
884
|
} | {
|
|
1027
885
|
readonly name: "Etherscan";
|
|
1028
886
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -1115,20 +973,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1115
973
|
readonly tx: "transaction/";
|
|
1116
974
|
readonly account: "address/";
|
|
1117
975
|
};
|
|
1118
|
-
} | {
|
|
1119
|
-
readonly name: "Karura Explorer";
|
|
1120
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1121
|
-
readonly endpoints: {
|
|
1122
|
-
readonly tx: "tx/";
|
|
1123
|
-
readonly account: "address/";
|
|
1124
|
-
};
|
|
1125
|
-
} | {
|
|
1126
|
-
readonly name: "Acala Explorer";
|
|
1127
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1128
|
-
readonly endpoints: {
|
|
1129
|
-
readonly tx: "tx/";
|
|
1130
|
-
readonly account: "address/";
|
|
1131
|
-
};
|
|
1132
976
|
} | undefined;
|
|
1133
977
|
} & {
|
|
1134
978
|
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" ? {
|
|
@@ -1221,22 +1065,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1221
1065
|
readonly account: "address/";
|
|
1222
1066
|
};
|
|
1223
1067
|
};
|
|
1224
|
-
readonly Karura: {
|
|
1225
|
-
readonly name: "Karura Explorer";
|
|
1226
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1227
|
-
readonly endpoints: {
|
|
1228
|
-
readonly tx: "tx/";
|
|
1229
|
-
readonly account: "address/";
|
|
1230
|
-
};
|
|
1231
|
-
};
|
|
1232
|
-
readonly Acala: {
|
|
1233
|
-
readonly name: "Acala Explorer";
|
|
1234
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1235
|
-
readonly endpoints: {
|
|
1236
|
-
readonly tx: "tx/";
|
|
1237
|
-
readonly account: "address/";
|
|
1238
|
-
};
|
|
1239
|
-
};
|
|
1240
1068
|
};
|
|
1241
1069
|
readonly Testnet: {
|
|
1242
1070
|
readonly Ethereum: {
|
|
@@ -1342,22 +1170,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1342
1170
|
readonly account: "address/";
|
|
1343
1171
|
};
|
|
1344
1172
|
};
|
|
1345
|
-
readonly Karura: {
|
|
1346
|
-
readonly name: "Karura Explorer";
|
|
1347
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1348
|
-
readonly endpoints: {
|
|
1349
|
-
readonly tx: "tx/";
|
|
1350
|
-
readonly account: "address/";
|
|
1351
|
-
};
|
|
1352
|
-
};
|
|
1353
|
-
readonly Acala: {
|
|
1354
|
-
readonly name: "Acala Explorer";
|
|
1355
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1356
|
-
readonly endpoints: {
|
|
1357
|
-
readonly tx: "tx/";
|
|
1358
|
-
readonly account: "address/";
|
|
1359
|
-
};
|
|
1360
|
-
};
|
|
1361
1173
|
};
|
|
1362
1174
|
}[T_2] extends {
|
|
1363
1175
|
[key: string]: unknown;
|
|
@@ -1453,22 +1265,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1453
1265
|
readonly account: "address/";
|
|
1454
1266
|
};
|
|
1455
1267
|
};
|
|
1456
|
-
readonly Karura: {
|
|
1457
|
-
readonly name: "Karura Explorer";
|
|
1458
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1459
|
-
readonly endpoints: {
|
|
1460
|
-
readonly tx: "tx/";
|
|
1461
|
-
readonly account: "address/";
|
|
1462
|
-
};
|
|
1463
|
-
};
|
|
1464
|
-
readonly Acala: {
|
|
1465
|
-
readonly name: "Acala Explorer";
|
|
1466
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1467
|
-
readonly endpoints: {
|
|
1468
|
-
readonly tx: "tx/";
|
|
1469
|
-
readonly account: "address/";
|
|
1470
|
-
};
|
|
1471
|
-
};
|
|
1472
1268
|
};
|
|
1473
1269
|
readonly Testnet: {
|
|
1474
1270
|
readonly Ethereum: {
|
|
@@ -1574,22 +1370,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1574
1370
|
readonly account: "address/";
|
|
1575
1371
|
};
|
|
1576
1372
|
};
|
|
1577
|
-
readonly Karura: {
|
|
1578
|
-
readonly name: "Karura Explorer";
|
|
1579
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1580
|
-
readonly endpoints: {
|
|
1581
|
-
readonly tx: "tx/";
|
|
1582
|
-
readonly account: "address/";
|
|
1583
|
-
};
|
|
1584
|
-
};
|
|
1585
|
-
readonly Acala: {
|
|
1586
|
-
readonly name: "Acala Explorer";
|
|
1587
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1588
|
-
readonly endpoints: {
|
|
1589
|
-
readonly tx: "tx/";
|
|
1590
|
-
readonly account: "address/";
|
|
1591
|
-
};
|
|
1592
|
-
};
|
|
1593
1373
|
};
|
|
1594
1374
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
1595
1375
|
readonly Mainnet: {
|
|
@@ -1681,22 +1461,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1681
1461
|
readonly account: "address/";
|
|
1682
1462
|
};
|
|
1683
1463
|
};
|
|
1684
|
-
readonly Karura: {
|
|
1685
|
-
readonly name: "Karura Explorer";
|
|
1686
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1687
|
-
readonly endpoints: {
|
|
1688
|
-
readonly tx: "tx/";
|
|
1689
|
-
readonly account: "address/";
|
|
1690
|
-
};
|
|
1691
|
-
};
|
|
1692
|
-
readonly Acala: {
|
|
1693
|
-
readonly name: "Acala Explorer";
|
|
1694
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1695
|
-
readonly endpoints: {
|
|
1696
|
-
readonly tx: "tx/";
|
|
1697
|
-
readonly account: "address/";
|
|
1698
|
-
};
|
|
1699
|
-
};
|
|
1700
1464
|
};
|
|
1701
1465
|
readonly Testnet: {
|
|
1702
1466
|
readonly Ethereum: {
|
|
@@ -1802,22 +1566,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1802
1566
|
readonly account: "address/";
|
|
1803
1567
|
};
|
|
1804
1568
|
};
|
|
1805
|
-
readonly Karura: {
|
|
1806
|
-
readonly name: "Karura Explorer";
|
|
1807
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
1808
|
-
readonly endpoints: {
|
|
1809
|
-
readonly tx: "tx/";
|
|
1810
|
-
readonly account: "address/";
|
|
1811
|
-
};
|
|
1812
|
-
};
|
|
1813
|
-
readonly Acala: {
|
|
1814
|
-
readonly name: "Acala Explorer";
|
|
1815
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
1816
|
-
readonly endpoints: {
|
|
1817
|
-
readonly tx: "tx/";
|
|
1818
|
-
readonly account: "address/";
|
|
1819
|
-
};
|
|
1820
|
-
};
|
|
1821
1569
|
};
|
|
1822
1570
|
}[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) => {
|
|
1823
1571
|
readonly Mainnet: {
|
|
@@ -1909,22 +1657,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1909
1657
|
readonly account: "address/";
|
|
1910
1658
|
};
|
|
1911
1659
|
};
|
|
1912
|
-
readonly Karura: {
|
|
1913
|
-
readonly name: "Karura Explorer";
|
|
1914
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
1915
|
-
readonly endpoints: {
|
|
1916
|
-
readonly tx: "tx/";
|
|
1917
|
-
readonly account: "address/";
|
|
1918
|
-
};
|
|
1919
|
-
};
|
|
1920
|
-
readonly Acala: {
|
|
1921
|
-
readonly name: "Acala Explorer";
|
|
1922
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
1923
|
-
readonly endpoints: {
|
|
1924
|
-
readonly tx: "tx/";
|
|
1925
|
-
readonly account: "address/";
|
|
1926
|
-
};
|
|
1927
|
-
};
|
|
1928
1660
|
};
|
|
1929
1661
|
readonly Testnet: {
|
|
1930
1662
|
readonly Ethereum: {
|
|
@@ -2030,22 +1762,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2030
1762
|
readonly account: "address/";
|
|
2031
1763
|
};
|
|
2032
1764
|
};
|
|
2033
|
-
readonly Karura: {
|
|
2034
|
-
readonly name: "Karura Explorer";
|
|
2035
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2036
|
-
readonly endpoints: {
|
|
2037
|
-
readonly tx: "tx/";
|
|
2038
|
-
readonly account: "address/";
|
|
2039
|
-
};
|
|
2040
|
-
};
|
|
2041
|
-
readonly Acala: {
|
|
2042
|
-
readonly name: "Acala Explorer";
|
|
2043
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2044
|
-
readonly endpoints: {
|
|
2045
|
-
readonly tx: "tx/";
|
|
2046
|
-
readonly account: "address/";
|
|
2047
|
-
};
|
|
2048
|
-
};
|
|
2049
1765
|
};
|
|
2050
1766
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
2051
1767
|
readonly Mainnet: {
|
|
@@ -2137,22 +1853,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2137
1853
|
readonly account: "address/";
|
|
2138
1854
|
};
|
|
2139
1855
|
};
|
|
2140
|
-
readonly Karura: {
|
|
2141
|
-
readonly name: "Karura Explorer";
|
|
2142
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2143
|
-
readonly endpoints: {
|
|
2144
|
-
readonly tx: "tx/";
|
|
2145
|
-
readonly account: "address/";
|
|
2146
|
-
};
|
|
2147
|
-
};
|
|
2148
|
-
readonly Acala: {
|
|
2149
|
-
readonly name: "Acala Explorer";
|
|
2150
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2151
|
-
readonly endpoints: {
|
|
2152
|
-
readonly tx: "tx/";
|
|
2153
|
-
readonly account: "address/";
|
|
2154
|
-
};
|
|
2155
|
-
};
|
|
2156
1856
|
};
|
|
2157
1857
|
readonly Testnet: {
|
|
2158
1858
|
readonly Ethereum: {
|
|
@@ -2258,22 +1958,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2258
1958
|
readonly account: "address/";
|
|
2259
1959
|
};
|
|
2260
1960
|
};
|
|
2261
|
-
readonly Karura: {
|
|
2262
|
-
readonly name: "Karura Explorer";
|
|
2263
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2264
|
-
readonly endpoints: {
|
|
2265
|
-
readonly tx: "tx/";
|
|
2266
|
-
readonly account: "address/";
|
|
2267
|
-
};
|
|
2268
|
-
};
|
|
2269
|
-
readonly Acala: {
|
|
2270
|
-
readonly name: "Acala Explorer";
|
|
2271
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2272
|
-
readonly endpoints: {
|
|
2273
|
-
readonly tx: "tx/";
|
|
2274
|
-
readonly account: "address/";
|
|
2275
|
-
};
|
|
2276
|
-
};
|
|
2277
1961
|
};
|
|
2278
1962
|
}[T_2] ? T_4 extends {
|
|
2279
1963
|
[key: string]: unknown;
|
|
@@ -2370,22 +2054,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2370
2054
|
readonly account: "address/";
|
|
2371
2055
|
};
|
|
2372
2056
|
};
|
|
2373
|
-
readonly Karura: {
|
|
2374
|
-
readonly name: "Karura Explorer";
|
|
2375
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2376
|
-
readonly endpoints: {
|
|
2377
|
-
readonly tx: "tx/";
|
|
2378
|
-
readonly account: "address/";
|
|
2379
|
-
};
|
|
2380
|
-
};
|
|
2381
|
-
readonly Acala: {
|
|
2382
|
-
readonly name: "Acala Explorer";
|
|
2383
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2384
|
-
readonly endpoints: {
|
|
2385
|
-
readonly tx: "tx/";
|
|
2386
|
-
readonly account: "address/";
|
|
2387
|
-
};
|
|
2388
|
-
};
|
|
2389
2057
|
};
|
|
2390
2058
|
readonly Testnet: {
|
|
2391
2059
|
readonly Ethereum: {
|
|
@@ -2491,22 +2159,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2491
2159
|
readonly account: "address/";
|
|
2492
2160
|
};
|
|
2493
2161
|
};
|
|
2494
|
-
readonly Karura: {
|
|
2495
|
-
readonly name: "Karura Explorer";
|
|
2496
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2497
|
-
readonly endpoints: {
|
|
2498
|
-
readonly tx: "tx/";
|
|
2499
|
-
readonly account: "address/";
|
|
2500
|
-
};
|
|
2501
|
-
};
|
|
2502
|
-
readonly Acala: {
|
|
2503
|
-
readonly name: "Acala Explorer";
|
|
2504
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2505
|
-
readonly endpoints: {
|
|
2506
|
-
readonly tx: "tx/";
|
|
2507
|
-
readonly account: "address/";
|
|
2508
|
-
};
|
|
2509
|
-
};
|
|
2510
2162
|
};
|
|
2511
2163
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
2512
2164
|
readonly Mainnet: {
|
|
@@ -2598,22 +2250,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2598
2250
|
readonly account: "address/";
|
|
2599
2251
|
};
|
|
2600
2252
|
};
|
|
2601
|
-
readonly Karura: {
|
|
2602
|
-
readonly name: "Karura Explorer";
|
|
2603
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2604
|
-
readonly endpoints: {
|
|
2605
|
-
readonly tx: "tx/";
|
|
2606
|
-
readonly account: "address/";
|
|
2607
|
-
};
|
|
2608
|
-
};
|
|
2609
|
-
readonly Acala: {
|
|
2610
|
-
readonly name: "Acala Explorer";
|
|
2611
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2612
|
-
readonly endpoints: {
|
|
2613
|
-
readonly tx: "tx/";
|
|
2614
|
-
readonly account: "address/";
|
|
2615
|
-
};
|
|
2616
|
-
};
|
|
2617
2253
|
};
|
|
2618
2254
|
readonly Testnet: {
|
|
2619
2255
|
readonly Ethereum: {
|
|
@@ -2719,22 +2355,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2719
2355
|
readonly account: "address/";
|
|
2720
2356
|
};
|
|
2721
2357
|
};
|
|
2722
|
-
readonly Karura: {
|
|
2723
|
-
readonly name: "Karura Explorer";
|
|
2724
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2725
|
-
readonly endpoints: {
|
|
2726
|
-
readonly tx: "tx/";
|
|
2727
|
-
readonly account: "address/";
|
|
2728
|
-
};
|
|
2729
|
-
};
|
|
2730
|
-
readonly Acala: {
|
|
2731
|
-
readonly name: "Acala Explorer";
|
|
2732
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2733
|
-
readonly endpoints: {
|
|
2734
|
-
readonly tx: "tx/";
|
|
2735
|
-
readonly account: "address/";
|
|
2736
|
-
};
|
|
2737
|
-
};
|
|
2738
2358
|
};
|
|
2739
2359
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
2740
2360
|
readonly Mainnet: {
|
|
@@ -2826,22 +2446,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2826
2446
|
readonly account: "address/";
|
|
2827
2447
|
};
|
|
2828
2448
|
};
|
|
2829
|
-
readonly Karura: {
|
|
2830
|
-
readonly name: "Karura Explorer";
|
|
2831
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
2832
|
-
readonly endpoints: {
|
|
2833
|
-
readonly tx: "tx/";
|
|
2834
|
-
readonly account: "address/";
|
|
2835
|
-
};
|
|
2836
|
-
};
|
|
2837
|
-
readonly Acala: {
|
|
2838
|
-
readonly name: "Acala Explorer";
|
|
2839
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
2840
|
-
readonly endpoints: {
|
|
2841
|
-
readonly tx: "tx/";
|
|
2842
|
-
readonly account: "address/";
|
|
2843
|
-
};
|
|
2844
|
-
};
|
|
2845
2449
|
};
|
|
2846
2450
|
readonly Testnet: {
|
|
2847
2451
|
readonly Ethereum: {
|
|
@@ -2947,22 +2551,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2947
2551
|
readonly account: "address/";
|
|
2948
2552
|
};
|
|
2949
2553
|
};
|
|
2950
|
-
readonly Karura: {
|
|
2951
|
-
readonly name: "Karura Explorer";
|
|
2952
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
2953
|
-
readonly endpoints: {
|
|
2954
|
-
readonly tx: "tx/";
|
|
2955
|
-
readonly account: "address/";
|
|
2956
|
-
};
|
|
2957
|
-
};
|
|
2958
|
-
readonly Acala: {
|
|
2959
|
-
readonly name: "Acala Explorer";
|
|
2960
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
2961
|
-
readonly endpoints: {
|
|
2962
|
-
readonly tx: "tx/";
|
|
2963
|
-
readonly account: "address/";
|
|
2964
|
-
};
|
|
2965
|
-
};
|
|
2966
2554
|
};
|
|
2967
2555
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
2968
2556
|
readonly Mainnet: {
|
|
@@ -3054,22 +2642,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3054
2642
|
readonly account: "address/";
|
|
3055
2643
|
};
|
|
3056
2644
|
};
|
|
3057
|
-
readonly Karura: {
|
|
3058
|
-
readonly name: "Karura Explorer";
|
|
3059
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3060
|
-
readonly endpoints: {
|
|
3061
|
-
readonly tx: "tx/";
|
|
3062
|
-
readonly account: "address/";
|
|
3063
|
-
};
|
|
3064
|
-
};
|
|
3065
|
-
readonly Acala: {
|
|
3066
|
-
readonly name: "Acala Explorer";
|
|
3067
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3068
|
-
readonly endpoints: {
|
|
3069
|
-
readonly tx: "tx/";
|
|
3070
|
-
readonly account: "address/";
|
|
3071
|
-
};
|
|
3072
|
-
};
|
|
3073
2645
|
};
|
|
3074
2646
|
readonly Testnet: {
|
|
3075
2647
|
readonly Ethereum: {
|
|
@@ -3175,22 +2747,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3175
2747
|
readonly account: "address/";
|
|
3176
2748
|
};
|
|
3177
2749
|
};
|
|
3178
|
-
readonly Karura: {
|
|
3179
|
-
readonly name: "Karura Explorer";
|
|
3180
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
3181
|
-
readonly endpoints: {
|
|
3182
|
-
readonly tx: "tx/";
|
|
3183
|
-
readonly account: "address/";
|
|
3184
|
-
};
|
|
3185
|
-
};
|
|
3186
|
-
readonly Acala: {
|
|
3187
|
-
readonly name: "Acala Explorer";
|
|
3188
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
3189
|
-
readonly endpoints: {
|
|
3190
|
-
readonly tx: "tx/";
|
|
3191
|
-
readonly account: "address/";
|
|
3192
|
-
};
|
|
3193
|
-
};
|
|
3194
2750
|
};
|
|
3195
2751
|
}[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;
|
|
3196
2752
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -3283,22 +2839,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3283
2839
|
readonly account: "address/";
|
|
3284
2840
|
};
|
|
3285
2841
|
};
|
|
3286
|
-
readonly Karura: {
|
|
3287
|
-
readonly name: "Karura Explorer";
|
|
3288
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3289
|
-
readonly endpoints: {
|
|
3290
|
-
readonly tx: "tx/";
|
|
3291
|
-
readonly account: "address/";
|
|
3292
|
-
};
|
|
3293
|
-
};
|
|
3294
|
-
readonly Acala: {
|
|
3295
|
-
readonly name: "Acala Explorer";
|
|
3296
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3297
|
-
readonly endpoints: {
|
|
3298
|
-
readonly tx: "tx/";
|
|
3299
|
-
readonly account: "address/";
|
|
3300
|
-
};
|
|
3301
|
-
};
|
|
3302
2842
|
};
|
|
3303
2843
|
readonly Testnet: {
|
|
3304
2844
|
readonly Ethereum: {
|
|
@@ -3404,22 +2944,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3404
2944
|
readonly account: "address/";
|
|
3405
2945
|
};
|
|
3406
2946
|
};
|
|
3407
|
-
readonly Karura: {
|
|
3408
|
-
readonly name: "Karura Explorer";
|
|
3409
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
3410
|
-
readonly endpoints: {
|
|
3411
|
-
readonly tx: "tx/";
|
|
3412
|
-
readonly account: "address/";
|
|
3413
|
-
};
|
|
3414
|
-
};
|
|
3415
|
-
readonly Acala: {
|
|
3416
|
-
readonly name: "Acala Explorer";
|
|
3417
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
3418
|
-
readonly endpoints: {
|
|
3419
|
-
readonly tx: "tx/";
|
|
3420
|
-
readonly account: "address/";
|
|
3421
|
-
};
|
|
3422
|
-
};
|
|
3423
2947
|
};
|
|
3424
2948
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
3425
2949
|
readonly Mainnet: {
|
|
@@ -3511,22 +3035,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3511
3035
|
readonly account: "address/";
|
|
3512
3036
|
};
|
|
3513
3037
|
};
|
|
3514
|
-
readonly Karura: {
|
|
3515
|
-
readonly name: "Karura Explorer";
|
|
3516
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3517
|
-
readonly endpoints: {
|
|
3518
|
-
readonly tx: "tx/";
|
|
3519
|
-
readonly account: "address/";
|
|
3520
|
-
};
|
|
3521
|
-
};
|
|
3522
|
-
readonly Acala: {
|
|
3523
|
-
readonly name: "Acala Explorer";
|
|
3524
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3525
|
-
readonly endpoints: {
|
|
3526
|
-
readonly tx: "tx/";
|
|
3527
|
-
readonly account: "address/";
|
|
3528
|
-
};
|
|
3529
|
-
};
|
|
3530
3038
|
};
|
|
3531
3039
|
readonly Testnet: {
|
|
3532
3040
|
readonly Ethereum: {
|
|
@@ -3632,22 +3140,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3632
3140
|
readonly account: "address/";
|
|
3633
3141
|
};
|
|
3634
3142
|
};
|
|
3635
|
-
readonly Karura: {
|
|
3636
|
-
readonly name: "Karura Explorer";
|
|
3637
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
3638
|
-
readonly endpoints: {
|
|
3639
|
-
readonly tx: "tx/";
|
|
3640
|
-
readonly account: "address/";
|
|
3641
|
-
};
|
|
3642
|
-
};
|
|
3643
|
-
readonly Acala: {
|
|
3644
|
-
readonly name: "Acala Explorer";
|
|
3645
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
3646
|
-
readonly endpoints: {
|
|
3647
|
-
readonly tx: "tx/";
|
|
3648
|
-
readonly account: "address/";
|
|
3649
|
-
};
|
|
3650
|
-
};
|
|
3651
3143
|
};
|
|
3652
3144
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
3653
3145
|
readonly Mainnet: {
|
|
@@ -3739,22 +3231,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3739
3231
|
readonly account: "address/";
|
|
3740
3232
|
};
|
|
3741
3233
|
};
|
|
3742
|
-
readonly Karura: {
|
|
3743
|
-
readonly name: "Karura Explorer";
|
|
3744
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3745
|
-
readonly endpoints: {
|
|
3746
|
-
readonly tx: "tx/";
|
|
3747
|
-
readonly account: "address/";
|
|
3748
|
-
};
|
|
3749
|
-
};
|
|
3750
|
-
readonly Acala: {
|
|
3751
|
-
readonly name: "Acala Explorer";
|
|
3752
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3753
|
-
readonly endpoints: {
|
|
3754
|
-
readonly tx: "tx/";
|
|
3755
|
-
readonly account: "address/";
|
|
3756
|
-
};
|
|
3757
|
-
};
|
|
3758
3234
|
};
|
|
3759
3235
|
readonly Testnet: {
|
|
3760
3236
|
readonly Ethereum: {
|
|
@@ -3860,22 +3336,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3860
3336
|
readonly account: "address/";
|
|
3861
3337
|
};
|
|
3862
3338
|
};
|
|
3863
|
-
readonly Karura: {
|
|
3864
|
-
readonly name: "Karura Explorer";
|
|
3865
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
3866
|
-
readonly endpoints: {
|
|
3867
|
-
readonly tx: "tx/";
|
|
3868
|
-
readonly account: "address/";
|
|
3869
|
-
};
|
|
3870
|
-
};
|
|
3871
|
-
readonly Acala: {
|
|
3872
|
-
readonly name: "Acala Explorer";
|
|
3873
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
3874
|
-
readonly endpoints: {
|
|
3875
|
-
readonly tx: "tx/";
|
|
3876
|
-
readonly account: "address/";
|
|
3877
|
-
};
|
|
3878
|
-
};
|
|
3879
3339
|
};
|
|
3880
3340
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
3881
3341
|
readonly Mainnet: {
|
|
@@ -3967,22 +3427,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3967
3427
|
readonly account: "address/";
|
|
3968
3428
|
};
|
|
3969
3429
|
};
|
|
3970
|
-
readonly Karura: {
|
|
3971
|
-
readonly name: "Karura Explorer";
|
|
3972
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
3973
|
-
readonly endpoints: {
|
|
3974
|
-
readonly tx: "tx/";
|
|
3975
|
-
readonly account: "address/";
|
|
3976
|
-
};
|
|
3977
|
-
};
|
|
3978
|
-
readonly Acala: {
|
|
3979
|
-
readonly name: "Acala Explorer";
|
|
3980
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
3981
|
-
readonly endpoints: {
|
|
3982
|
-
readonly tx: "tx/";
|
|
3983
|
-
readonly account: "address/";
|
|
3984
|
-
};
|
|
3985
|
-
};
|
|
3986
3430
|
};
|
|
3987
3431
|
readonly Testnet: {
|
|
3988
3432
|
readonly Ethereum: {
|
|
@@ -4088,22 +3532,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4088
3532
|
readonly account: "address/";
|
|
4089
3533
|
};
|
|
4090
3534
|
};
|
|
4091
|
-
readonly Karura: {
|
|
4092
|
-
readonly name: "Karura Explorer";
|
|
4093
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
4094
|
-
readonly endpoints: {
|
|
4095
|
-
readonly tx: "tx/";
|
|
4096
|
-
readonly account: "address/";
|
|
4097
|
-
};
|
|
4098
|
-
};
|
|
4099
|
-
readonly Acala: {
|
|
4100
|
-
readonly name: "Acala Explorer";
|
|
4101
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
4102
|
-
readonly endpoints: {
|
|
4103
|
-
readonly tx: "tx/";
|
|
4104
|
-
readonly account: "address/";
|
|
4105
|
-
};
|
|
4106
|
-
};
|
|
4107
3535
|
};
|
|
4108
3536
|
}[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>) => ({
|
|
4109
3537
|
readonly Mainnet: {
|
|
@@ -4195,22 +3623,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4195
3623
|
readonly account: "address/";
|
|
4196
3624
|
};
|
|
4197
3625
|
};
|
|
4198
|
-
readonly Karura: {
|
|
4199
|
-
readonly name: "Karura Explorer";
|
|
4200
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
4201
|
-
readonly endpoints: {
|
|
4202
|
-
readonly tx: "tx/";
|
|
4203
|
-
readonly account: "address/";
|
|
4204
|
-
};
|
|
4205
|
-
};
|
|
4206
|
-
readonly Acala: {
|
|
4207
|
-
readonly name: "Acala Explorer";
|
|
4208
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
4209
|
-
readonly endpoints: {
|
|
4210
|
-
readonly tx: "tx/";
|
|
4211
|
-
readonly account: "address/";
|
|
4212
|
-
};
|
|
4213
|
-
};
|
|
4214
3626
|
};
|
|
4215
3627
|
readonly Testnet: {
|
|
4216
3628
|
readonly Ethereum: {
|
|
@@ -4316,22 +3728,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4316
3728
|
readonly account: "address/";
|
|
4317
3729
|
};
|
|
4318
3730
|
};
|
|
4319
|
-
readonly Karura: {
|
|
4320
|
-
readonly name: "Karura Explorer";
|
|
4321
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
4322
|
-
readonly endpoints: {
|
|
4323
|
-
readonly tx: "tx/";
|
|
4324
|
-
readonly account: "address/";
|
|
4325
|
-
};
|
|
4326
|
-
};
|
|
4327
|
-
readonly Acala: {
|
|
4328
|
-
readonly name: "Acala Explorer";
|
|
4329
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
4330
|
-
readonly endpoints: {
|
|
4331
|
-
readonly tx: "tx/";
|
|
4332
|
-
readonly account: "address/";
|
|
4333
|
-
};
|
|
4334
|
-
};
|
|
4335
3731
|
};
|
|
4336
3732
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
4337
3733
|
readonly Mainnet: {
|
|
@@ -4423,22 +3819,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4423
3819
|
readonly account: "address/";
|
|
4424
3820
|
};
|
|
4425
3821
|
};
|
|
4426
|
-
readonly Karura: {
|
|
4427
|
-
readonly name: "Karura Explorer";
|
|
4428
|
-
readonly baseUrl: "https://blockscout.karura.network/";
|
|
4429
|
-
readonly endpoints: {
|
|
4430
|
-
readonly tx: "tx/";
|
|
4431
|
-
readonly account: "address/";
|
|
4432
|
-
};
|
|
4433
|
-
};
|
|
4434
|
-
readonly Acala: {
|
|
4435
|
-
readonly name: "Acala Explorer";
|
|
4436
|
-
readonly baseUrl: "https://blockscout.acala.network/";
|
|
4437
|
-
readonly endpoints: {
|
|
4438
|
-
readonly tx: "tx/";
|
|
4439
|
-
readonly account: "address/";
|
|
4440
|
-
};
|
|
4441
|
-
};
|
|
4442
3822
|
};
|
|
4443
3823
|
readonly Testnet: {
|
|
4444
3824
|
readonly Ethereum: {
|
|
@@ -4544,22 +3924,6 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4544
3924
|
readonly account: "address/";
|
|
4545
3925
|
};
|
|
4546
3926
|
};
|
|
4547
|
-
readonly Karura: {
|
|
4548
|
-
readonly name: "Karura Explorer";
|
|
4549
|
-
readonly baseUrl: "https://blockscout.karura-testnet.aca-staging.network/";
|
|
4550
|
-
readonly endpoints: {
|
|
4551
|
-
readonly tx: "tx/";
|
|
4552
|
-
readonly account: "address/";
|
|
4553
|
-
};
|
|
4554
|
-
};
|
|
4555
|
-
readonly Acala: {
|
|
4556
|
-
readonly name: "Acala Explorer";
|
|
4557
|
-
readonly baseUrl: "https://blockscout.acala-dev.aca-dev.network/";
|
|
4558
|
-
readonly endpoints: {
|
|
4559
|
-
readonly tx: "tx/";
|
|
4560
|
-
readonly account: "address/";
|
|
4561
|
-
};
|
|
4562
|
-
};
|
|
4563
3927
|
};
|
|
4564
3928
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
4565
3929
|
} : never : never : never : never;
|