@wormhole-foundation/sdk-base 3.5.0 → 3.6.0-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 +13 -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/circle.d.ts.map +1 -1
- package/dist/cjs/constants/circle.js +4 -2
- 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 +8 -2
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/executor.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/executor.js +2 -0
- package/dist/cjs/constants/contracts/executor.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +99 -4
- 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 +3 -2
- package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/cjs/constants/decimals.d.ts +2 -1
- package/dist/cjs/constants/decimals.d.ts.map +1 -1
- package/dist/cjs/constants/decimals.js +1 -0
- package/dist/cjs/constants/decimals.js.map +1 -1
- package/dist/cjs/constants/explorer.d.ts +1123 -10
- package/dist/cjs/constants/explorer.d.ts.map +1 -1
- package/dist/cjs/constants/explorer.js +64 -1
- package/dist/cjs/constants/explorer.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts +8 -3
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +5 -0
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts +43 -4
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +2 -0
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +14 -9
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +8 -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 +13 -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/circle.d.ts.map +1 -1
- package/dist/esm/constants/circle.js +4 -2
- 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 +8 -2
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/executor.d.ts.map +1 -1
- package/dist/esm/constants/contracts/executor.js +2 -0
- package/dist/esm/constants/contracts/executor.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +99 -4
- 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 +3 -2
- package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
- package/dist/esm/constants/decimals.d.ts +2 -1
- package/dist/esm/constants/decimals.d.ts.map +1 -1
- package/dist/esm/constants/decimals.js +2 -1
- package/dist/esm/constants/decimals.js.map +1 -1
- package/dist/esm/constants/explorer.d.ts +1123 -10
- package/dist/esm/constants/explorer.d.ts.map +1 -1
- package/dist/esm/constants/explorer.js +64 -1
- package/dist/esm/constants/explorer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +8 -3
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +5 -0
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts +43 -4
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +2 -0
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +14 -9
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +8 -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
|
@@ -120,6 +120,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
120
120
|
readonly account: "address/";
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
|
+
readonly HyperCore: {
|
|
124
|
+
readonly name: "HyperLiquid Explorer";
|
|
125
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
126
|
+
readonly endpoints: {
|
|
127
|
+
readonly tx: "tx/";
|
|
128
|
+
readonly account: "address/";
|
|
129
|
+
};
|
|
130
|
+
};
|
|
123
131
|
readonly XRPLEVM: {
|
|
124
132
|
readonly name: "XRPL Explorer";
|
|
125
133
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -128,6 +136,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
128
136
|
readonly account: "address/";
|
|
129
137
|
};
|
|
130
138
|
};
|
|
139
|
+
readonly Plume: {
|
|
140
|
+
readonly name: "Plume Explorer";
|
|
141
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
142
|
+
readonly endpoints: {
|
|
143
|
+
readonly tx: "tx/";
|
|
144
|
+
readonly account: "address/";
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
readonly CreditCoin: {
|
|
148
|
+
readonly name: "CreditCoin Explorer";
|
|
149
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
150
|
+
readonly endpoints: {
|
|
151
|
+
readonly tx: "tx/";
|
|
152
|
+
readonly account: "address/";
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
readonly Plasma: {
|
|
156
|
+
readonly name: "Plasma Explorer";
|
|
157
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
158
|
+
readonly endpoints: {
|
|
159
|
+
readonly tx: "tx/";
|
|
160
|
+
readonly account: "address/";
|
|
161
|
+
};
|
|
162
|
+
};
|
|
131
163
|
};
|
|
132
164
|
readonly Testnet: {
|
|
133
165
|
readonly Ethereum: {
|
|
@@ -249,6 +281,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
249
281
|
readonly account: "address/";
|
|
250
282
|
};
|
|
251
283
|
};
|
|
284
|
+
readonly Plume: {
|
|
285
|
+
readonly name: "Plume Explorer";
|
|
286
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
287
|
+
readonly endpoints: {
|
|
288
|
+
readonly tx: "tx/";
|
|
289
|
+
readonly account: "address/";
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
readonly Plasma: {
|
|
293
|
+
readonly name: "Plasma Testnet Explorer";
|
|
294
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
295
|
+
readonly endpoints: {
|
|
296
|
+
readonly tx: "tx/";
|
|
297
|
+
readonly account: "address/";
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
readonly CreditCoin: {
|
|
301
|
+
readonly name: "CreditCoin Explorer";
|
|
302
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
303
|
+
readonly endpoints: {
|
|
304
|
+
readonly tx: "tx/";
|
|
305
|
+
readonly account: "address/";
|
|
306
|
+
};
|
|
307
|
+
};
|
|
252
308
|
};
|
|
253
309
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
254
310
|
readonly Mainnet: {
|
|
@@ -356,6 +412,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
356
412
|
readonly account: "address/";
|
|
357
413
|
};
|
|
358
414
|
};
|
|
415
|
+
readonly HyperCore: {
|
|
416
|
+
readonly name: "HyperLiquid Explorer";
|
|
417
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
418
|
+
readonly endpoints: {
|
|
419
|
+
readonly tx: "tx/";
|
|
420
|
+
readonly account: "address/";
|
|
421
|
+
};
|
|
422
|
+
};
|
|
359
423
|
readonly XRPLEVM: {
|
|
360
424
|
readonly name: "XRPL Explorer";
|
|
361
425
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -364,6 +428,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
364
428
|
readonly account: "address/";
|
|
365
429
|
};
|
|
366
430
|
};
|
|
431
|
+
readonly Plume: {
|
|
432
|
+
readonly name: "Plume Explorer";
|
|
433
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
434
|
+
readonly endpoints: {
|
|
435
|
+
readonly tx: "tx/";
|
|
436
|
+
readonly account: "address/";
|
|
437
|
+
};
|
|
438
|
+
};
|
|
439
|
+
readonly CreditCoin: {
|
|
440
|
+
readonly name: "CreditCoin Explorer";
|
|
441
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
442
|
+
readonly endpoints: {
|
|
443
|
+
readonly tx: "tx/";
|
|
444
|
+
readonly account: "address/";
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
readonly Plasma: {
|
|
448
|
+
readonly name: "Plasma Explorer";
|
|
449
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
450
|
+
readonly endpoints: {
|
|
451
|
+
readonly tx: "tx/";
|
|
452
|
+
readonly account: "address/";
|
|
453
|
+
};
|
|
454
|
+
};
|
|
367
455
|
};
|
|
368
456
|
readonly Testnet: {
|
|
369
457
|
readonly Ethereum: {
|
|
@@ -485,6 +573,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
485
573
|
readonly account: "address/";
|
|
486
574
|
};
|
|
487
575
|
};
|
|
576
|
+
readonly Plume: {
|
|
577
|
+
readonly name: "Plume Explorer";
|
|
578
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
579
|
+
readonly endpoints: {
|
|
580
|
+
readonly tx: "tx/";
|
|
581
|
+
readonly account: "address/";
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
readonly Plasma: {
|
|
585
|
+
readonly name: "Plasma Testnet Explorer";
|
|
586
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
587
|
+
readonly endpoints: {
|
|
588
|
+
readonly tx: "tx/";
|
|
589
|
+
readonly account: "address/";
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
readonly CreditCoin: {
|
|
593
|
+
readonly name: "CreditCoin Explorer";
|
|
594
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
595
|
+
readonly endpoints: {
|
|
596
|
+
readonly tx: "tx/";
|
|
597
|
+
readonly account: "address/";
|
|
598
|
+
};
|
|
599
|
+
};
|
|
488
600
|
};
|
|
489
601
|
}[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) => {
|
|
490
602
|
readonly Mainnet: {
|
|
@@ -592,6 +704,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
592
704
|
readonly account: "address/";
|
|
593
705
|
};
|
|
594
706
|
};
|
|
707
|
+
readonly HyperCore: {
|
|
708
|
+
readonly name: "HyperLiquid Explorer";
|
|
709
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
710
|
+
readonly endpoints: {
|
|
711
|
+
readonly tx: "tx/";
|
|
712
|
+
readonly account: "address/";
|
|
713
|
+
};
|
|
714
|
+
};
|
|
595
715
|
readonly XRPLEVM: {
|
|
596
716
|
readonly name: "XRPL Explorer";
|
|
597
717
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -600,6 +720,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
600
720
|
readonly account: "address/";
|
|
601
721
|
};
|
|
602
722
|
};
|
|
723
|
+
readonly Plume: {
|
|
724
|
+
readonly name: "Plume Explorer";
|
|
725
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
726
|
+
readonly endpoints: {
|
|
727
|
+
readonly tx: "tx/";
|
|
728
|
+
readonly account: "address/";
|
|
729
|
+
};
|
|
730
|
+
};
|
|
731
|
+
readonly CreditCoin: {
|
|
732
|
+
readonly name: "CreditCoin Explorer";
|
|
733
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
734
|
+
readonly endpoints: {
|
|
735
|
+
readonly tx: "tx/";
|
|
736
|
+
readonly account: "address/";
|
|
737
|
+
};
|
|
738
|
+
};
|
|
739
|
+
readonly Plasma: {
|
|
740
|
+
readonly name: "Plasma Explorer";
|
|
741
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
742
|
+
readonly endpoints: {
|
|
743
|
+
readonly tx: "tx/";
|
|
744
|
+
readonly account: "address/";
|
|
745
|
+
};
|
|
746
|
+
};
|
|
603
747
|
};
|
|
604
748
|
readonly Testnet: {
|
|
605
749
|
readonly Ethereum: {
|
|
@@ -721,6 +865,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
721
865
|
readonly account: "address/";
|
|
722
866
|
};
|
|
723
867
|
};
|
|
868
|
+
readonly Plume: {
|
|
869
|
+
readonly name: "Plume Explorer";
|
|
870
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
871
|
+
readonly endpoints: {
|
|
872
|
+
readonly tx: "tx/";
|
|
873
|
+
readonly account: "address/";
|
|
874
|
+
};
|
|
875
|
+
};
|
|
876
|
+
readonly Plasma: {
|
|
877
|
+
readonly name: "Plasma Testnet Explorer";
|
|
878
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
879
|
+
readonly endpoints: {
|
|
880
|
+
readonly tx: "tx/";
|
|
881
|
+
readonly account: "address/";
|
|
882
|
+
};
|
|
883
|
+
};
|
|
884
|
+
readonly CreditCoin: {
|
|
885
|
+
readonly name: "CreditCoin Explorer";
|
|
886
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
887
|
+
readonly endpoints: {
|
|
888
|
+
readonly tx: "tx/";
|
|
889
|
+
readonly account: "address/";
|
|
890
|
+
};
|
|
891
|
+
};
|
|
724
892
|
};
|
|
725
893
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
726
894
|
readonly Mainnet: {
|
|
@@ -828,6 +996,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
828
996
|
readonly account: "address/";
|
|
829
997
|
};
|
|
830
998
|
};
|
|
999
|
+
readonly HyperCore: {
|
|
1000
|
+
readonly name: "HyperLiquid Explorer";
|
|
1001
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
1002
|
+
readonly endpoints: {
|
|
1003
|
+
readonly tx: "tx/";
|
|
1004
|
+
readonly account: "address/";
|
|
1005
|
+
};
|
|
1006
|
+
};
|
|
831
1007
|
readonly XRPLEVM: {
|
|
832
1008
|
readonly name: "XRPL Explorer";
|
|
833
1009
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -836,6 +1012,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
836
1012
|
readonly account: "address/";
|
|
837
1013
|
};
|
|
838
1014
|
};
|
|
1015
|
+
readonly Plume: {
|
|
1016
|
+
readonly name: "Plume Explorer";
|
|
1017
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
1018
|
+
readonly endpoints: {
|
|
1019
|
+
readonly tx: "tx/";
|
|
1020
|
+
readonly account: "address/";
|
|
1021
|
+
};
|
|
1022
|
+
};
|
|
1023
|
+
readonly CreditCoin: {
|
|
1024
|
+
readonly name: "CreditCoin Explorer";
|
|
1025
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
1026
|
+
readonly endpoints: {
|
|
1027
|
+
readonly tx: "tx/";
|
|
1028
|
+
readonly account: "address/";
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
readonly Plasma: {
|
|
1032
|
+
readonly name: "Plasma Explorer";
|
|
1033
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
1034
|
+
readonly endpoints: {
|
|
1035
|
+
readonly tx: "tx/";
|
|
1036
|
+
readonly account: "address/";
|
|
1037
|
+
};
|
|
1038
|
+
};
|
|
839
1039
|
};
|
|
840
1040
|
readonly Testnet: {
|
|
841
1041
|
readonly Ethereum: {
|
|
@@ -957,6 +1157,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
957
1157
|
readonly account: "address/";
|
|
958
1158
|
};
|
|
959
1159
|
};
|
|
1160
|
+
readonly Plume: {
|
|
1161
|
+
readonly name: "Plume Explorer";
|
|
1162
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
1163
|
+
readonly endpoints: {
|
|
1164
|
+
readonly tx: "tx/";
|
|
1165
|
+
readonly account: "address/";
|
|
1166
|
+
};
|
|
1167
|
+
};
|
|
1168
|
+
readonly Plasma: {
|
|
1169
|
+
readonly name: "Plasma Testnet Explorer";
|
|
1170
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
1171
|
+
readonly endpoints: {
|
|
1172
|
+
readonly tx: "tx/";
|
|
1173
|
+
readonly account: "address/";
|
|
1174
|
+
};
|
|
1175
|
+
};
|
|
1176
|
+
readonly CreditCoin: {
|
|
1177
|
+
readonly name: "CreditCoin Explorer";
|
|
1178
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
1179
|
+
readonly endpoints: {
|
|
1180
|
+
readonly tx: "tx/";
|
|
1181
|
+
readonly account: "address/";
|
|
1182
|
+
};
|
|
1183
|
+
};
|
|
960
1184
|
};
|
|
961
1185
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
962
1186
|
[key: string]: unknown;
|
|
@@ -1055,6 +1279,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1055
1279
|
readonly tx: "tx/";
|
|
1056
1280
|
readonly account: "address/";
|
|
1057
1281
|
};
|
|
1282
|
+
} | {
|
|
1283
|
+
readonly name: "HyperLiquid Explorer";
|
|
1284
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
1285
|
+
readonly endpoints: {
|
|
1286
|
+
readonly tx: "tx/";
|
|
1287
|
+
readonly account: "address/";
|
|
1288
|
+
};
|
|
1058
1289
|
} | {
|
|
1059
1290
|
readonly name: "XRPL Explorer";
|
|
1060
1291
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -1062,6 +1293,27 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1062
1293
|
readonly tx: "tx/";
|
|
1063
1294
|
readonly account: "address/";
|
|
1064
1295
|
};
|
|
1296
|
+
} | {
|
|
1297
|
+
readonly name: "Plume Explorer";
|
|
1298
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
1299
|
+
readonly endpoints: {
|
|
1300
|
+
readonly tx: "tx/";
|
|
1301
|
+
readonly account: "address/";
|
|
1302
|
+
};
|
|
1303
|
+
} | {
|
|
1304
|
+
readonly name: "CreditCoin Explorer";
|
|
1305
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
1306
|
+
readonly endpoints: {
|
|
1307
|
+
readonly tx: "tx/";
|
|
1308
|
+
readonly account: "address/";
|
|
1309
|
+
};
|
|
1310
|
+
} | {
|
|
1311
|
+
readonly name: "Plasma Explorer";
|
|
1312
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
1313
|
+
readonly endpoints: {
|
|
1314
|
+
readonly tx: "tx/";
|
|
1315
|
+
readonly account: "address/";
|
|
1316
|
+
};
|
|
1065
1317
|
} | {
|
|
1066
1318
|
readonly name: "Etherscan";
|
|
1067
1319
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -1168,6 +1420,27 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1168
1420
|
readonly tx: "tx/";
|
|
1169
1421
|
readonly account: "address/";
|
|
1170
1422
|
};
|
|
1423
|
+
} | {
|
|
1424
|
+
readonly name: "Plume Explorer";
|
|
1425
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
1426
|
+
readonly endpoints: {
|
|
1427
|
+
readonly tx: "tx/";
|
|
1428
|
+
readonly account: "address/";
|
|
1429
|
+
};
|
|
1430
|
+
} | {
|
|
1431
|
+
readonly name: "Plasma Testnet Explorer";
|
|
1432
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
1433
|
+
readonly endpoints: {
|
|
1434
|
+
readonly tx: "tx/";
|
|
1435
|
+
readonly account: "address/";
|
|
1436
|
+
};
|
|
1437
|
+
} | {
|
|
1438
|
+
readonly name: "CreditCoin Explorer";
|
|
1439
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
1440
|
+
readonly endpoints: {
|
|
1441
|
+
readonly tx: "tx/";
|
|
1442
|
+
readonly account: "address/";
|
|
1443
|
+
};
|
|
1171
1444
|
} | undefined;
|
|
1172
1445
|
} & {
|
|
1173
1446
|
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" ? {
|
|
@@ -1276,6 +1549,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1276
1549
|
readonly account: "address/";
|
|
1277
1550
|
};
|
|
1278
1551
|
};
|
|
1552
|
+
readonly HyperCore: {
|
|
1553
|
+
readonly name: "HyperLiquid Explorer";
|
|
1554
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
1555
|
+
readonly endpoints: {
|
|
1556
|
+
readonly tx: "tx/";
|
|
1557
|
+
readonly account: "address/";
|
|
1558
|
+
};
|
|
1559
|
+
};
|
|
1279
1560
|
readonly XRPLEVM: {
|
|
1280
1561
|
readonly name: "XRPL Explorer";
|
|
1281
1562
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -1284,6 +1565,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1284
1565
|
readonly account: "address/";
|
|
1285
1566
|
};
|
|
1286
1567
|
};
|
|
1568
|
+
readonly Plume: {
|
|
1569
|
+
readonly name: "Plume Explorer";
|
|
1570
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
1571
|
+
readonly endpoints: {
|
|
1572
|
+
readonly tx: "tx/";
|
|
1573
|
+
readonly account: "address/";
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
readonly CreditCoin: {
|
|
1577
|
+
readonly name: "CreditCoin Explorer";
|
|
1578
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
1579
|
+
readonly endpoints: {
|
|
1580
|
+
readonly tx: "tx/";
|
|
1581
|
+
readonly account: "address/";
|
|
1582
|
+
};
|
|
1583
|
+
};
|
|
1584
|
+
readonly Plasma: {
|
|
1585
|
+
readonly name: "Plasma Explorer";
|
|
1586
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
1587
|
+
readonly endpoints: {
|
|
1588
|
+
readonly tx: "tx/";
|
|
1589
|
+
readonly account: "address/";
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1287
1592
|
};
|
|
1288
1593
|
readonly Testnet: {
|
|
1289
1594
|
readonly Ethereum: {
|
|
@@ -1405,6 +1710,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1405
1710
|
readonly account: "address/";
|
|
1406
1711
|
};
|
|
1407
1712
|
};
|
|
1713
|
+
readonly Plume: {
|
|
1714
|
+
readonly name: "Plume Explorer";
|
|
1715
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
1716
|
+
readonly endpoints: {
|
|
1717
|
+
readonly tx: "tx/";
|
|
1718
|
+
readonly account: "address/";
|
|
1719
|
+
};
|
|
1720
|
+
};
|
|
1721
|
+
readonly Plasma: {
|
|
1722
|
+
readonly name: "Plasma Testnet Explorer";
|
|
1723
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
1724
|
+
readonly endpoints: {
|
|
1725
|
+
readonly tx: "tx/";
|
|
1726
|
+
readonly account: "address/";
|
|
1727
|
+
};
|
|
1728
|
+
};
|
|
1729
|
+
readonly CreditCoin: {
|
|
1730
|
+
readonly name: "CreditCoin Explorer";
|
|
1731
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
1732
|
+
readonly endpoints: {
|
|
1733
|
+
readonly tx: "tx/";
|
|
1734
|
+
readonly account: "address/";
|
|
1735
|
+
};
|
|
1736
|
+
};
|
|
1408
1737
|
};
|
|
1409
1738
|
}[T_2] extends {
|
|
1410
1739
|
[key: string]: unknown;
|
|
@@ -1516,6 +1845,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1516
1845
|
readonly account: "address/";
|
|
1517
1846
|
};
|
|
1518
1847
|
};
|
|
1848
|
+
readonly HyperCore: {
|
|
1849
|
+
readonly name: "HyperLiquid Explorer";
|
|
1850
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
1851
|
+
readonly endpoints: {
|
|
1852
|
+
readonly tx: "tx/";
|
|
1853
|
+
readonly account: "address/";
|
|
1854
|
+
};
|
|
1855
|
+
};
|
|
1519
1856
|
readonly XRPLEVM: {
|
|
1520
1857
|
readonly name: "XRPL Explorer";
|
|
1521
1858
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -1524,6 +1861,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1524
1861
|
readonly account: "address/";
|
|
1525
1862
|
};
|
|
1526
1863
|
};
|
|
1864
|
+
readonly Plume: {
|
|
1865
|
+
readonly name: "Plume Explorer";
|
|
1866
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
1867
|
+
readonly endpoints: {
|
|
1868
|
+
readonly tx: "tx/";
|
|
1869
|
+
readonly account: "address/";
|
|
1870
|
+
};
|
|
1871
|
+
};
|
|
1872
|
+
readonly CreditCoin: {
|
|
1873
|
+
readonly name: "CreditCoin Explorer";
|
|
1874
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
1875
|
+
readonly endpoints: {
|
|
1876
|
+
readonly tx: "tx/";
|
|
1877
|
+
readonly account: "address/";
|
|
1878
|
+
};
|
|
1879
|
+
};
|
|
1880
|
+
readonly Plasma: {
|
|
1881
|
+
readonly name: "Plasma Explorer";
|
|
1882
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
1883
|
+
readonly endpoints: {
|
|
1884
|
+
readonly tx: "tx/";
|
|
1885
|
+
readonly account: "address/";
|
|
1886
|
+
};
|
|
1887
|
+
};
|
|
1527
1888
|
};
|
|
1528
1889
|
readonly Testnet: {
|
|
1529
1890
|
readonly Ethereum: {
|
|
@@ -1645,6 +2006,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1645
2006
|
readonly account: "address/";
|
|
1646
2007
|
};
|
|
1647
2008
|
};
|
|
2009
|
+
readonly Plume: {
|
|
2010
|
+
readonly name: "Plume Explorer";
|
|
2011
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
2012
|
+
readonly endpoints: {
|
|
2013
|
+
readonly tx: "tx/";
|
|
2014
|
+
readonly account: "address/";
|
|
2015
|
+
};
|
|
2016
|
+
};
|
|
2017
|
+
readonly Plasma: {
|
|
2018
|
+
readonly name: "Plasma Testnet Explorer";
|
|
2019
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
2020
|
+
readonly endpoints: {
|
|
2021
|
+
readonly tx: "tx/";
|
|
2022
|
+
readonly account: "address/";
|
|
2023
|
+
};
|
|
2024
|
+
};
|
|
2025
|
+
readonly CreditCoin: {
|
|
2026
|
+
readonly name: "CreditCoin Explorer";
|
|
2027
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
2028
|
+
readonly endpoints: {
|
|
2029
|
+
readonly tx: "tx/";
|
|
2030
|
+
readonly account: "address/";
|
|
2031
|
+
};
|
|
2032
|
+
};
|
|
1648
2033
|
};
|
|
1649
2034
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
1650
2035
|
readonly Mainnet: {
|
|
@@ -1752,6 +2137,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1752
2137
|
readonly account: "address/";
|
|
1753
2138
|
};
|
|
1754
2139
|
};
|
|
2140
|
+
readonly HyperCore: {
|
|
2141
|
+
readonly name: "HyperLiquid Explorer";
|
|
2142
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
2143
|
+
readonly endpoints: {
|
|
2144
|
+
readonly tx: "tx/";
|
|
2145
|
+
readonly account: "address/";
|
|
2146
|
+
};
|
|
2147
|
+
};
|
|
1755
2148
|
readonly XRPLEVM: {
|
|
1756
2149
|
readonly name: "XRPL Explorer";
|
|
1757
2150
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -1760,6 +2153,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1760
2153
|
readonly account: "address/";
|
|
1761
2154
|
};
|
|
1762
2155
|
};
|
|
2156
|
+
readonly Plume: {
|
|
2157
|
+
readonly name: "Plume Explorer";
|
|
2158
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
2159
|
+
readonly endpoints: {
|
|
2160
|
+
readonly tx: "tx/";
|
|
2161
|
+
readonly account: "address/";
|
|
2162
|
+
};
|
|
2163
|
+
};
|
|
2164
|
+
readonly CreditCoin: {
|
|
2165
|
+
readonly name: "CreditCoin Explorer";
|
|
2166
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
2167
|
+
readonly endpoints: {
|
|
2168
|
+
readonly tx: "tx/";
|
|
2169
|
+
readonly account: "address/";
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
2172
|
+
readonly Plasma: {
|
|
2173
|
+
readonly name: "Plasma Explorer";
|
|
2174
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
2175
|
+
readonly endpoints: {
|
|
2176
|
+
readonly tx: "tx/";
|
|
2177
|
+
readonly account: "address/";
|
|
2178
|
+
};
|
|
2179
|
+
};
|
|
1763
2180
|
};
|
|
1764
2181
|
readonly Testnet: {
|
|
1765
2182
|
readonly Ethereum: {
|
|
@@ -1881,6 +2298,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1881
2298
|
readonly account: "address/";
|
|
1882
2299
|
};
|
|
1883
2300
|
};
|
|
2301
|
+
readonly Plume: {
|
|
2302
|
+
readonly name: "Plume Explorer";
|
|
2303
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
2304
|
+
readonly endpoints: {
|
|
2305
|
+
readonly tx: "tx/";
|
|
2306
|
+
readonly account: "address/";
|
|
2307
|
+
};
|
|
2308
|
+
};
|
|
2309
|
+
readonly Plasma: {
|
|
2310
|
+
readonly name: "Plasma Testnet Explorer";
|
|
2311
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
2312
|
+
readonly endpoints: {
|
|
2313
|
+
readonly tx: "tx/";
|
|
2314
|
+
readonly account: "address/";
|
|
2315
|
+
};
|
|
2316
|
+
};
|
|
2317
|
+
readonly CreditCoin: {
|
|
2318
|
+
readonly name: "CreditCoin Explorer";
|
|
2319
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
2320
|
+
readonly endpoints: {
|
|
2321
|
+
readonly tx: "tx/";
|
|
2322
|
+
readonly account: "address/";
|
|
2323
|
+
};
|
|
2324
|
+
};
|
|
1884
2325
|
};
|
|
1885
2326
|
}[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) => {
|
|
1886
2327
|
readonly Mainnet: {
|
|
@@ -1988,6 +2429,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1988
2429
|
readonly account: "address/";
|
|
1989
2430
|
};
|
|
1990
2431
|
};
|
|
2432
|
+
readonly HyperCore: {
|
|
2433
|
+
readonly name: "HyperLiquid Explorer";
|
|
2434
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
2435
|
+
readonly endpoints: {
|
|
2436
|
+
readonly tx: "tx/";
|
|
2437
|
+
readonly account: "address/";
|
|
2438
|
+
};
|
|
2439
|
+
};
|
|
1991
2440
|
readonly XRPLEVM: {
|
|
1992
2441
|
readonly name: "XRPL Explorer";
|
|
1993
2442
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -1996,6 +2445,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1996
2445
|
readonly account: "address/";
|
|
1997
2446
|
};
|
|
1998
2447
|
};
|
|
2448
|
+
readonly Plume: {
|
|
2449
|
+
readonly name: "Plume Explorer";
|
|
2450
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
2451
|
+
readonly endpoints: {
|
|
2452
|
+
readonly tx: "tx/";
|
|
2453
|
+
readonly account: "address/";
|
|
2454
|
+
};
|
|
2455
|
+
};
|
|
2456
|
+
readonly CreditCoin: {
|
|
2457
|
+
readonly name: "CreditCoin Explorer";
|
|
2458
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
2459
|
+
readonly endpoints: {
|
|
2460
|
+
readonly tx: "tx/";
|
|
2461
|
+
readonly account: "address/";
|
|
2462
|
+
};
|
|
2463
|
+
};
|
|
2464
|
+
readonly Plasma: {
|
|
2465
|
+
readonly name: "Plasma Explorer";
|
|
2466
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
2467
|
+
readonly endpoints: {
|
|
2468
|
+
readonly tx: "tx/";
|
|
2469
|
+
readonly account: "address/";
|
|
2470
|
+
};
|
|
2471
|
+
};
|
|
1999
2472
|
};
|
|
2000
2473
|
readonly Testnet: {
|
|
2001
2474
|
readonly Ethereum: {
|
|
@@ -2117,6 +2590,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2117
2590
|
readonly account: "address/";
|
|
2118
2591
|
};
|
|
2119
2592
|
};
|
|
2593
|
+
readonly Plume: {
|
|
2594
|
+
readonly name: "Plume Explorer";
|
|
2595
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
2596
|
+
readonly endpoints: {
|
|
2597
|
+
readonly tx: "tx/";
|
|
2598
|
+
readonly account: "address/";
|
|
2599
|
+
};
|
|
2600
|
+
};
|
|
2601
|
+
readonly Plasma: {
|
|
2602
|
+
readonly name: "Plasma Testnet Explorer";
|
|
2603
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
2604
|
+
readonly endpoints: {
|
|
2605
|
+
readonly tx: "tx/";
|
|
2606
|
+
readonly account: "address/";
|
|
2607
|
+
};
|
|
2608
|
+
};
|
|
2609
|
+
readonly CreditCoin: {
|
|
2610
|
+
readonly name: "CreditCoin Explorer";
|
|
2611
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
2612
|
+
readonly endpoints: {
|
|
2613
|
+
readonly tx: "tx/";
|
|
2614
|
+
readonly account: "address/";
|
|
2615
|
+
};
|
|
2616
|
+
};
|
|
2120
2617
|
};
|
|
2121
2618
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
2122
2619
|
readonly Mainnet: {
|
|
@@ -2224,6 +2721,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2224
2721
|
readonly account: "address/";
|
|
2225
2722
|
};
|
|
2226
2723
|
};
|
|
2724
|
+
readonly HyperCore: {
|
|
2725
|
+
readonly name: "HyperLiquid Explorer";
|
|
2726
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
2727
|
+
readonly endpoints: {
|
|
2728
|
+
readonly tx: "tx/";
|
|
2729
|
+
readonly account: "address/";
|
|
2730
|
+
};
|
|
2731
|
+
};
|
|
2227
2732
|
readonly XRPLEVM: {
|
|
2228
2733
|
readonly name: "XRPL Explorer";
|
|
2229
2734
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -2232,6 +2737,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2232
2737
|
readonly account: "address/";
|
|
2233
2738
|
};
|
|
2234
2739
|
};
|
|
2740
|
+
readonly Plume: {
|
|
2741
|
+
readonly name: "Plume Explorer";
|
|
2742
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
2743
|
+
readonly endpoints: {
|
|
2744
|
+
readonly tx: "tx/";
|
|
2745
|
+
readonly account: "address/";
|
|
2746
|
+
};
|
|
2747
|
+
};
|
|
2748
|
+
readonly CreditCoin: {
|
|
2749
|
+
readonly name: "CreditCoin Explorer";
|
|
2750
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
2751
|
+
readonly endpoints: {
|
|
2752
|
+
readonly tx: "tx/";
|
|
2753
|
+
readonly account: "address/";
|
|
2754
|
+
};
|
|
2755
|
+
};
|
|
2756
|
+
readonly Plasma: {
|
|
2757
|
+
readonly name: "Plasma Explorer";
|
|
2758
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
2759
|
+
readonly endpoints: {
|
|
2760
|
+
readonly tx: "tx/";
|
|
2761
|
+
readonly account: "address/";
|
|
2762
|
+
};
|
|
2763
|
+
};
|
|
2235
2764
|
};
|
|
2236
2765
|
readonly Testnet: {
|
|
2237
2766
|
readonly Ethereum: {
|
|
@@ -2353,6 +2882,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2353
2882
|
readonly account: "address/";
|
|
2354
2883
|
};
|
|
2355
2884
|
};
|
|
2885
|
+
readonly Plume: {
|
|
2886
|
+
readonly name: "Plume Explorer";
|
|
2887
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
2888
|
+
readonly endpoints: {
|
|
2889
|
+
readonly tx: "tx/";
|
|
2890
|
+
readonly account: "address/";
|
|
2891
|
+
};
|
|
2892
|
+
};
|
|
2893
|
+
readonly Plasma: {
|
|
2894
|
+
readonly name: "Plasma Testnet Explorer";
|
|
2895
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
2896
|
+
readonly endpoints: {
|
|
2897
|
+
readonly tx: "tx/";
|
|
2898
|
+
readonly account: "address/";
|
|
2899
|
+
};
|
|
2900
|
+
};
|
|
2901
|
+
readonly CreditCoin: {
|
|
2902
|
+
readonly name: "CreditCoin Explorer";
|
|
2903
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
2904
|
+
readonly endpoints: {
|
|
2905
|
+
readonly tx: "tx/";
|
|
2906
|
+
readonly account: "address/";
|
|
2907
|
+
};
|
|
2908
|
+
};
|
|
2356
2909
|
};
|
|
2357
2910
|
}[T_2] ? T_4 extends {
|
|
2358
2911
|
[key: string]: unknown;
|
|
@@ -2465,6 +3018,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2465
3018
|
readonly account: "address/";
|
|
2466
3019
|
};
|
|
2467
3020
|
};
|
|
3021
|
+
readonly HyperCore: {
|
|
3022
|
+
readonly name: "HyperLiquid Explorer";
|
|
3023
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
3024
|
+
readonly endpoints: {
|
|
3025
|
+
readonly tx: "tx/";
|
|
3026
|
+
readonly account: "address/";
|
|
3027
|
+
};
|
|
3028
|
+
};
|
|
2468
3029
|
readonly XRPLEVM: {
|
|
2469
3030
|
readonly name: "XRPL Explorer";
|
|
2470
3031
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -2473,6 +3034,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2473
3034
|
readonly account: "address/";
|
|
2474
3035
|
};
|
|
2475
3036
|
};
|
|
3037
|
+
readonly Plume: {
|
|
3038
|
+
readonly name: "Plume Explorer";
|
|
3039
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
3040
|
+
readonly endpoints: {
|
|
3041
|
+
readonly tx: "tx/";
|
|
3042
|
+
readonly account: "address/";
|
|
3043
|
+
};
|
|
3044
|
+
};
|
|
3045
|
+
readonly CreditCoin: {
|
|
3046
|
+
readonly name: "CreditCoin Explorer";
|
|
3047
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
3048
|
+
readonly endpoints: {
|
|
3049
|
+
readonly tx: "tx/";
|
|
3050
|
+
readonly account: "address/";
|
|
3051
|
+
};
|
|
3052
|
+
};
|
|
3053
|
+
readonly Plasma: {
|
|
3054
|
+
readonly name: "Plasma Explorer";
|
|
3055
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
3056
|
+
readonly endpoints: {
|
|
3057
|
+
readonly tx: "tx/";
|
|
3058
|
+
readonly account: "address/";
|
|
3059
|
+
};
|
|
3060
|
+
};
|
|
2476
3061
|
};
|
|
2477
3062
|
readonly Testnet: {
|
|
2478
3063
|
readonly Ethereum: {
|
|
@@ -2594,6 +3179,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2594
3179
|
readonly account: "address/";
|
|
2595
3180
|
};
|
|
2596
3181
|
};
|
|
3182
|
+
readonly Plume: {
|
|
3183
|
+
readonly name: "Plume Explorer";
|
|
3184
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
3185
|
+
readonly endpoints: {
|
|
3186
|
+
readonly tx: "tx/";
|
|
3187
|
+
readonly account: "address/";
|
|
3188
|
+
};
|
|
3189
|
+
};
|
|
3190
|
+
readonly Plasma: {
|
|
3191
|
+
readonly name: "Plasma Testnet Explorer";
|
|
3192
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
3193
|
+
readonly endpoints: {
|
|
3194
|
+
readonly tx: "tx/";
|
|
3195
|
+
readonly account: "address/";
|
|
3196
|
+
};
|
|
3197
|
+
};
|
|
3198
|
+
readonly CreditCoin: {
|
|
3199
|
+
readonly name: "CreditCoin Explorer";
|
|
3200
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
3201
|
+
readonly endpoints: {
|
|
3202
|
+
readonly tx: "tx/";
|
|
3203
|
+
readonly account: "address/";
|
|
3204
|
+
};
|
|
3205
|
+
};
|
|
2597
3206
|
};
|
|
2598
3207
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
2599
3208
|
readonly Mainnet: {
|
|
@@ -2701,6 +3310,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2701
3310
|
readonly account: "address/";
|
|
2702
3311
|
};
|
|
2703
3312
|
};
|
|
3313
|
+
readonly HyperCore: {
|
|
3314
|
+
readonly name: "HyperLiquid Explorer";
|
|
3315
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
3316
|
+
readonly endpoints: {
|
|
3317
|
+
readonly tx: "tx/";
|
|
3318
|
+
readonly account: "address/";
|
|
3319
|
+
};
|
|
3320
|
+
};
|
|
2704
3321
|
readonly XRPLEVM: {
|
|
2705
3322
|
readonly name: "XRPL Explorer";
|
|
2706
3323
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -2709,6 +3326,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2709
3326
|
readonly account: "address/";
|
|
2710
3327
|
};
|
|
2711
3328
|
};
|
|
3329
|
+
readonly Plume: {
|
|
3330
|
+
readonly name: "Plume Explorer";
|
|
3331
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
3332
|
+
readonly endpoints: {
|
|
3333
|
+
readonly tx: "tx/";
|
|
3334
|
+
readonly account: "address/";
|
|
3335
|
+
};
|
|
3336
|
+
};
|
|
3337
|
+
readonly CreditCoin: {
|
|
3338
|
+
readonly name: "CreditCoin Explorer";
|
|
3339
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
3340
|
+
readonly endpoints: {
|
|
3341
|
+
readonly tx: "tx/";
|
|
3342
|
+
readonly account: "address/";
|
|
3343
|
+
};
|
|
3344
|
+
};
|
|
3345
|
+
readonly Plasma: {
|
|
3346
|
+
readonly name: "Plasma Explorer";
|
|
3347
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
3348
|
+
readonly endpoints: {
|
|
3349
|
+
readonly tx: "tx/";
|
|
3350
|
+
readonly account: "address/";
|
|
3351
|
+
};
|
|
3352
|
+
};
|
|
2712
3353
|
};
|
|
2713
3354
|
readonly Testnet: {
|
|
2714
3355
|
readonly Ethereum: {
|
|
@@ -2830,6 +3471,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2830
3471
|
readonly account: "address/";
|
|
2831
3472
|
};
|
|
2832
3473
|
};
|
|
3474
|
+
readonly Plume: {
|
|
3475
|
+
readonly name: "Plume Explorer";
|
|
3476
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
3477
|
+
readonly endpoints: {
|
|
3478
|
+
readonly tx: "tx/";
|
|
3479
|
+
readonly account: "address/";
|
|
3480
|
+
};
|
|
3481
|
+
};
|
|
3482
|
+
readonly Plasma: {
|
|
3483
|
+
readonly name: "Plasma Testnet Explorer";
|
|
3484
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
3485
|
+
readonly endpoints: {
|
|
3486
|
+
readonly tx: "tx/";
|
|
3487
|
+
readonly account: "address/";
|
|
3488
|
+
};
|
|
3489
|
+
};
|
|
3490
|
+
readonly CreditCoin: {
|
|
3491
|
+
readonly name: "CreditCoin Explorer";
|
|
3492
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
3493
|
+
readonly endpoints: {
|
|
3494
|
+
readonly tx: "tx/";
|
|
3495
|
+
readonly account: "address/";
|
|
3496
|
+
};
|
|
3497
|
+
};
|
|
2833
3498
|
};
|
|
2834
3499
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
2835
3500
|
readonly Mainnet: {
|
|
@@ -2937,6 +3602,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2937
3602
|
readonly account: "address/";
|
|
2938
3603
|
};
|
|
2939
3604
|
};
|
|
3605
|
+
readonly HyperCore: {
|
|
3606
|
+
readonly name: "HyperLiquid Explorer";
|
|
3607
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
3608
|
+
readonly endpoints: {
|
|
3609
|
+
readonly tx: "tx/";
|
|
3610
|
+
readonly account: "address/";
|
|
3611
|
+
};
|
|
3612
|
+
};
|
|
2940
3613
|
readonly XRPLEVM: {
|
|
2941
3614
|
readonly name: "XRPL Explorer";
|
|
2942
3615
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -2945,6 +3618,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2945
3618
|
readonly account: "address/";
|
|
2946
3619
|
};
|
|
2947
3620
|
};
|
|
3621
|
+
readonly Plume: {
|
|
3622
|
+
readonly name: "Plume Explorer";
|
|
3623
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
3624
|
+
readonly endpoints: {
|
|
3625
|
+
readonly tx: "tx/";
|
|
3626
|
+
readonly account: "address/";
|
|
3627
|
+
};
|
|
3628
|
+
};
|
|
3629
|
+
readonly CreditCoin: {
|
|
3630
|
+
readonly name: "CreditCoin Explorer";
|
|
3631
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
3632
|
+
readonly endpoints: {
|
|
3633
|
+
readonly tx: "tx/";
|
|
3634
|
+
readonly account: "address/";
|
|
3635
|
+
};
|
|
3636
|
+
};
|
|
3637
|
+
readonly Plasma: {
|
|
3638
|
+
readonly name: "Plasma Explorer";
|
|
3639
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
3640
|
+
readonly endpoints: {
|
|
3641
|
+
readonly tx: "tx/";
|
|
3642
|
+
readonly account: "address/";
|
|
3643
|
+
};
|
|
3644
|
+
};
|
|
2948
3645
|
};
|
|
2949
3646
|
readonly Testnet: {
|
|
2950
3647
|
readonly Ethereum: {
|
|
@@ -3042,25 +3739,49 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3042
3739
|
readonly Devnet: "?network=devnet";
|
|
3043
3740
|
};
|
|
3044
3741
|
};
|
|
3045
|
-
readonly Sei: {
|
|
3046
|
-
readonly name: "Sei Explorer";
|
|
3047
|
-
readonly baseUrl: "https://sei.explorers.guru/";
|
|
3742
|
+
readonly Sei: {
|
|
3743
|
+
readonly name: "Sei Explorer";
|
|
3744
|
+
readonly baseUrl: "https://sei.explorers.guru/";
|
|
3745
|
+
readonly endpoints: {
|
|
3746
|
+
readonly tx: "transaction/";
|
|
3747
|
+
readonly account: "address/";
|
|
3748
|
+
};
|
|
3749
|
+
};
|
|
3750
|
+
readonly Mezo: {
|
|
3751
|
+
readonly name: "Mezo Explorer";
|
|
3752
|
+
readonly baseUrl: "https://explorer.test.mezo.org/";
|
|
3753
|
+
readonly endpoints: {
|
|
3754
|
+
readonly tx: "tx/";
|
|
3755
|
+
readonly account: "address/";
|
|
3756
|
+
};
|
|
3757
|
+
};
|
|
3758
|
+
readonly XRPLEVM: {
|
|
3759
|
+
readonly name: "XRPL Explorer";
|
|
3760
|
+
readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
|
|
3761
|
+
readonly endpoints: {
|
|
3762
|
+
readonly tx: "tx/";
|
|
3763
|
+
readonly account: "address/";
|
|
3764
|
+
};
|
|
3765
|
+
};
|
|
3766
|
+
readonly Plume: {
|
|
3767
|
+
readonly name: "Plume Explorer";
|
|
3768
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
3048
3769
|
readonly endpoints: {
|
|
3049
|
-
readonly tx: "
|
|
3770
|
+
readonly tx: "tx/";
|
|
3050
3771
|
readonly account: "address/";
|
|
3051
3772
|
};
|
|
3052
3773
|
};
|
|
3053
|
-
readonly
|
|
3054
|
-
readonly name: "
|
|
3055
|
-
readonly baseUrl: "https://
|
|
3774
|
+
readonly Plasma: {
|
|
3775
|
+
readonly name: "Plasma Testnet Explorer";
|
|
3776
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
3056
3777
|
readonly endpoints: {
|
|
3057
3778
|
readonly tx: "tx/";
|
|
3058
3779
|
readonly account: "address/";
|
|
3059
3780
|
};
|
|
3060
3781
|
};
|
|
3061
|
-
readonly
|
|
3062
|
-
readonly name: "
|
|
3063
|
-
readonly baseUrl: "https://
|
|
3782
|
+
readonly CreditCoin: {
|
|
3783
|
+
readonly name: "CreditCoin Explorer";
|
|
3784
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
3064
3785
|
readonly endpoints: {
|
|
3065
3786
|
readonly tx: "tx/";
|
|
3066
3787
|
readonly account: "address/";
|
|
@@ -3173,6 +3894,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3173
3894
|
readonly account: "address/";
|
|
3174
3895
|
};
|
|
3175
3896
|
};
|
|
3897
|
+
readonly HyperCore: {
|
|
3898
|
+
readonly name: "HyperLiquid Explorer";
|
|
3899
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
3900
|
+
readonly endpoints: {
|
|
3901
|
+
readonly tx: "tx/";
|
|
3902
|
+
readonly account: "address/";
|
|
3903
|
+
};
|
|
3904
|
+
};
|
|
3176
3905
|
readonly XRPLEVM: {
|
|
3177
3906
|
readonly name: "XRPL Explorer";
|
|
3178
3907
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -3181,6 +3910,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3181
3910
|
readonly account: "address/";
|
|
3182
3911
|
};
|
|
3183
3912
|
};
|
|
3913
|
+
readonly Plume: {
|
|
3914
|
+
readonly name: "Plume Explorer";
|
|
3915
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
3916
|
+
readonly endpoints: {
|
|
3917
|
+
readonly tx: "tx/";
|
|
3918
|
+
readonly account: "address/";
|
|
3919
|
+
};
|
|
3920
|
+
};
|
|
3921
|
+
readonly CreditCoin: {
|
|
3922
|
+
readonly name: "CreditCoin Explorer";
|
|
3923
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
3924
|
+
readonly endpoints: {
|
|
3925
|
+
readonly tx: "tx/";
|
|
3926
|
+
readonly account: "address/";
|
|
3927
|
+
};
|
|
3928
|
+
};
|
|
3929
|
+
readonly Plasma: {
|
|
3930
|
+
readonly name: "Plasma Explorer";
|
|
3931
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
3932
|
+
readonly endpoints: {
|
|
3933
|
+
readonly tx: "tx/";
|
|
3934
|
+
readonly account: "address/";
|
|
3935
|
+
};
|
|
3936
|
+
};
|
|
3184
3937
|
};
|
|
3185
3938
|
readonly Testnet: {
|
|
3186
3939
|
readonly Ethereum: {
|
|
@@ -3302,6 +4055,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3302
4055
|
readonly account: "address/";
|
|
3303
4056
|
};
|
|
3304
4057
|
};
|
|
4058
|
+
readonly Plume: {
|
|
4059
|
+
readonly name: "Plume Explorer";
|
|
4060
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
4061
|
+
readonly endpoints: {
|
|
4062
|
+
readonly tx: "tx/";
|
|
4063
|
+
readonly account: "address/";
|
|
4064
|
+
};
|
|
4065
|
+
};
|
|
4066
|
+
readonly Plasma: {
|
|
4067
|
+
readonly name: "Plasma Testnet Explorer";
|
|
4068
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
4069
|
+
readonly endpoints: {
|
|
4070
|
+
readonly tx: "tx/";
|
|
4071
|
+
readonly account: "address/";
|
|
4072
|
+
};
|
|
4073
|
+
};
|
|
4074
|
+
readonly CreditCoin: {
|
|
4075
|
+
readonly name: "CreditCoin Explorer";
|
|
4076
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
4077
|
+
readonly endpoints: {
|
|
4078
|
+
readonly tx: "tx/";
|
|
4079
|
+
readonly account: "address/";
|
|
4080
|
+
};
|
|
4081
|
+
};
|
|
3305
4082
|
};
|
|
3306
4083
|
}[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;
|
|
3307
4084
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -3410,6 +4187,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3410
4187
|
readonly account: "address/";
|
|
3411
4188
|
};
|
|
3412
4189
|
};
|
|
4190
|
+
readonly HyperCore: {
|
|
4191
|
+
readonly name: "HyperLiquid Explorer";
|
|
4192
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
4193
|
+
readonly endpoints: {
|
|
4194
|
+
readonly tx: "tx/";
|
|
4195
|
+
readonly account: "address/";
|
|
4196
|
+
};
|
|
4197
|
+
};
|
|
3413
4198
|
readonly XRPLEVM: {
|
|
3414
4199
|
readonly name: "XRPL Explorer";
|
|
3415
4200
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -3418,6 +4203,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3418
4203
|
readonly account: "address/";
|
|
3419
4204
|
};
|
|
3420
4205
|
};
|
|
4206
|
+
readonly Plume: {
|
|
4207
|
+
readonly name: "Plume Explorer";
|
|
4208
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
4209
|
+
readonly endpoints: {
|
|
4210
|
+
readonly tx: "tx/";
|
|
4211
|
+
readonly account: "address/";
|
|
4212
|
+
};
|
|
4213
|
+
};
|
|
4214
|
+
readonly CreditCoin: {
|
|
4215
|
+
readonly name: "CreditCoin Explorer";
|
|
4216
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
4217
|
+
readonly endpoints: {
|
|
4218
|
+
readonly tx: "tx/";
|
|
4219
|
+
readonly account: "address/";
|
|
4220
|
+
};
|
|
4221
|
+
};
|
|
4222
|
+
readonly Plasma: {
|
|
4223
|
+
readonly name: "Plasma Explorer";
|
|
4224
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
4225
|
+
readonly endpoints: {
|
|
4226
|
+
readonly tx: "tx/";
|
|
4227
|
+
readonly account: "address/";
|
|
4228
|
+
};
|
|
4229
|
+
};
|
|
3421
4230
|
};
|
|
3422
4231
|
readonly Testnet: {
|
|
3423
4232
|
readonly Ethereum: {
|
|
@@ -3539,6 +4348,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3539
4348
|
readonly account: "address/";
|
|
3540
4349
|
};
|
|
3541
4350
|
};
|
|
4351
|
+
readonly Plume: {
|
|
4352
|
+
readonly name: "Plume Explorer";
|
|
4353
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
4354
|
+
readonly endpoints: {
|
|
4355
|
+
readonly tx: "tx/";
|
|
4356
|
+
readonly account: "address/";
|
|
4357
|
+
};
|
|
4358
|
+
};
|
|
4359
|
+
readonly Plasma: {
|
|
4360
|
+
readonly name: "Plasma Testnet Explorer";
|
|
4361
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
4362
|
+
readonly endpoints: {
|
|
4363
|
+
readonly tx: "tx/";
|
|
4364
|
+
readonly account: "address/";
|
|
4365
|
+
};
|
|
4366
|
+
};
|
|
4367
|
+
readonly CreditCoin: {
|
|
4368
|
+
readonly name: "CreditCoin Explorer";
|
|
4369
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
4370
|
+
readonly endpoints: {
|
|
4371
|
+
readonly tx: "tx/";
|
|
4372
|
+
readonly account: "address/";
|
|
4373
|
+
};
|
|
4374
|
+
};
|
|
3542
4375
|
};
|
|
3543
4376
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
3544
4377
|
readonly Mainnet: {
|
|
@@ -3646,6 +4479,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3646
4479
|
readonly account: "address/";
|
|
3647
4480
|
};
|
|
3648
4481
|
};
|
|
4482
|
+
readonly HyperCore: {
|
|
4483
|
+
readonly name: "HyperLiquid Explorer";
|
|
4484
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
4485
|
+
readonly endpoints: {
|
|
4486
|
+
readonly tx: "tx/";
|
|
4487
|
+
readonly account: "address/";
|
|
4488
|
+
};
|
|
4489
|
+
};
|
|
3649
4490
|
readonly XRPLEVM: {
|
|
3650
4491
|
readonly name: "XRPL Explorer";
|
|
3651
4492
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -3654,6 +4495,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3654
4495
|
readonly account: "address/";
|
|
3655
4496
|
};
|
|
3656
4497
|
};
|
|
4498
|
+
readonly Plume: {
|
|
4499
|
+
readonly name: "Plume Explorer";
|
|
4500
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
4501
|
+
readonly endpoints: {
|
|
4502
|
+
readonly tx: "tx/";
|
|
4503
|
+
readonly account: "address/";
|
|
4504
|
+
};
|
|
4505
|
+
};
|
|
4506
|
+
readonly CreditCoin: {
|
|
4507
|
+
readonly name: "CreditCoin Explorer";
|
|
4508
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
4509
|
+
readonly endpoints: {
|
|
4510
|
+
readonly tx: "tx/";
|
|
4511
|
+
readonly account: "address/";
|
|
4512
|
+
};
|
|
4513
|
+
};
|
|
4514
|
+
readonly Plasma: {
|
|
4515
|
+
readonly name: "Plasma Explorer";
|
|
4516
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
4517
|
+
readonly endpoints: {
|
|
4518
|
+
readonly tx: "tx/";
|
|
4519
|
+
readonly account: "address/";
|
|
4520
|
+
};
|
|
4521
|
+
};
|
|
3657
4522
|
};
|
|
3658
4523
|
readonly Testnet: {
|
|
3659
4524
|
readonly Ethereum: {
|
|
@@ -3775,6 +4640,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3775
4640
|
readonly account: "address/";
|
|
3776
4641
|
};
|
|
3777
4642
|
};
|
|
4643
|
+
readonly Plume: {
|
|
4644
|
+
readonly name: "Plume Explorer";
|
|
4645
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
4646
|
+
readonly endpoints: {
|
|
4647
|
+
readonly tx: "tx/";
|
|
4648
|
+
readonly account: "address/";
|
|
4649
|
+
};
|
|
4650
|
+
};
|
|
4651
|
+
readonly Plasma: {
|
|
4652
|
+
readonly name: "Plasma Testnet Explorer";
|
|
4653
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
4654
|
+
readonly endpoints: {
|
|
4655
|
+
readonly tx: "tx/";
|
|
4656
|
+
readonly account: "address/";
|
|
4657
|
+
};
|
|
4658
|
+
};
|
|
4659
|
+
readonly CreditCoin: {
|
|
4660
|
+
readonly name: "CreditCoin Explorer";
|
|
4661
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
4662
|
+
readonly endpoints: {
|
|
4663
|
+
readonly tx: "tx/";
|
|
4664
|
+
readonly account: "address/";
|
|
4665
|
+
};
|
|
4666
|
+
};
|
|
3778
4667
|
};
|
|
3779
4668
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
3780
4669
|
readonly Mainnet: {
|
|
@@ -3882,6 +4771,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3882
4771
|
readonly account: "address/";
|
|
3883
4772
|
};
|
|
3884
4773
|
};
|
|
4774
|
+
readonly HyperCore: {
|
|
4775
|
+
readonly name: "HyperLiquid Explorer";
|
|
4776
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
4777
|
+
readonly endpoints: {
|
|
4778
|
+
readonly tx: "tx/";
|
|
4779
|
+
readonly account: "address/";
|
|
4780
|
+
};
|
|
4781
|
+
};
|
|
3885
4782
|
readonly XRPLEVM: {
|
|
3886
4783
|
readonly name: "XRPL Explorer";
|
|
3887
4784
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -3890,6 +4787,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3890
4787
|
readonly account: "address/";
|
|
3891
4788
|
};
|
|
3892
4789
|
};
|
|
4790
|
+
readonly Plume: {
|
|
4791
|
+
readonly name: "Plume Explorer";
|
|
4792
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
4793
|
+
readonly endpoints: {
|
|
4794
|
+
readonly tx: "tx/";
|
|
4795
|
+
readonly account: "address/";
|
|
4796
|
+
};
|
|
4797
|
+
};
|
|
4798
|
+
readonly CreditCoin: {
|
|
4799
|
+
readonly name: "CreditCoin Explorer";
|
|
4800
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
4801
|
+
readonly endpoints: {
|
|
4802
|
+
readonly tx: "tx/";
|
|
4803
|
+
readonly account: "address/";
|
|
4804
|
+
};
|
|
4805
|
+
};
|
|
4806
|
+
readonly Plasma: {
|
|
4807
|
+
readonly name: "Plasma Explorer";
|
|
4808
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
4809
|
+
readonly endpoints: {
|
|
4810
|
+
readonly tx: "tx/";
|
|
4811
|
+
readonly account: "address/";
|
|
4812
|
+
};
|
|
4813
|
+
};
|
|
3893
4814
|
};
|
|
3894
4815
|
readonly Testnet: {
|
|
3895
4816
|
readonly Ethereum: {
|
|
@@ -4011,6 +4932,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4011
4932
|
readonly account: "address/";
|
|
4012
4933
|
};
|
|
4013
4934
|
};
|
|
4935
|
+
readonly Plume: {
|
|
4936
|
+
readonly name: "Plume Explorer";
|
|
4937
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
4938
|
+
readonly endpoints: {
|
|
4939
|
+
readonly tx: "tx/";
|
|
4940
|
+
readonly account: "address/";
|
|
4941
|
+
};
|
|
4942
|
+
};
|
|
4943
|
+
readonly Plasma: {
|
|
4944
|
+
readonly name: "Plasma Testnet Explorer";
|
|
4945
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
4946
|
+
readonly endpoints: {
|
|
4947
|
+
readonly tx: "tx/";
|
|
4948
|
+
readonly account: "address/";
|
|
4949
|
+
};
|
|
4950
|
+
};
|
|
4951
|
+
readonly CreditCoin: {
|
|
4952
|
+
readonly name: "CreditCoin Explorer";
|
|
4953
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
4954
|
+
readonly endpoints: {
|
|
4955
|
+
readonly tx: "tx/";
|
|
4956
|
+
readonly account: "address/";
|
|
4957
|
+
};
|
|
4958
|
+
};
|
|
4014
4959
|
};
|
|
4015
4960
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
4016
4961
|
readonly Mainnet: {
|
|
@@ -4118,6 +5063,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4118
5063
|
readonly account: "address/";
|
|
4119
5064
|
};
|
|
4120
5065
|
};
|
|
5066
|
+
readonly HyperCore: {
|
|
5067
|
+
readonly name: "HyperLiquid Explorer";
|
|
5068
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
5069
|
+
readonly endpoints: {
|
|
5070
|
+
readonly tx: "tx/";
|
|
5071
|
+
readonly account: "address/";
|
|
5072
|
+
};
|
|
5073
|
+
};
|
|
4121
5074
|
readonly XRPLEVM: {
|
|
4122
5075
|
readonly name: "XRPL Explorer";
|
|
4123
5076
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -4126,6 +5079,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4126
5079
|
readonly account: "address/";
|
|
4127
5080
|
};
|
|
4128
5081
|
};
|
|
5082
|
+
readonly Plume: {
|
|
5083
|
+
readonly name: "Plume Explorer";
|
|
5084
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
5085
|
+
readonly endpoints: {
|
|
5086
|
+
readonly tx: "tx/";
|
|
5087
|
+
readonly account: "address/";
|
|
5088
|
+
};
|
|
5089
|
+
};
|
|
5090
|
+
readonly CreditCoin: {
|
|
5091
|
+
readonly name: "CreditCoin Explorer";
|
|
5092
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
5093
|
+
readonly endpoints: {
|
|
5094
|
+
readonly tx: "tx/";
|
|
5095
|
+
readonly account: "address/";
|
|
5096
|
+
};
|
|
5097
|
+
};
|
|
5098
|
+
readonly Plasma: {
|
|
5099
|
+
readonly name: "Plasma Explorer";
|
|
5100
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
5101
|
+
readonly endpoints: {
|
|
5102
|
+
readonly tx: "tx/";
|
|
5103
|
+
readonly account: "address/";
|
|
5104
|
+
};
|
|
5105
|
+
};
|
|
4129
5106
|
};
|
|
4130
5107
|
readonly Testnet: {
|
|
4131
5108
|
readonly Ethereum: {
|
|
@@ -4247,6 +5224,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4247
5224
|
readonly account: "address/";
|
|
4248
5225
|
};
|
|
4249
5226
|
};
|
|
5227
|
+
readonly Plume: {
|
|
5228
|
+
readonly name: "Plume Explorer";
|
|
5229
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
5230
|
+
readonly endpoints: {
|
|
5231
|
+
readonly tx: "tx/";
|
|
5232
|
+
readonly account: "address/";
|
|
5233
|
+
};
|
|
5234
|
+
};
|
|
5235
|
+
readonly Plasma: {
|
|
5236
|
+
readonly name: "Plasma Testnet Explorer";
|
|
5237
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
5238
|
+
readonly endpoints: {
|
|
5239
|
+
readonly tx: "tx/";
|
|
5240
|
+
readonly account: "address/";
|
|
5241
|
+
};
|
|
5242
|
+
};
|
|
5243
|
+
readonly CreditCoin: {
|
|
5244
|
+
readonly name: "CreditCoin Explorer";
|
|
5245
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
5246
|
+
readonly endpoints: {
|
|
5247
|
+
readonly tx: "tx/";
|
|
5248
|
+
readonly account: "address/";
|
|
5249
|
+
};
|
|
5250
|
+
};
|
|
4250
5251
|
};
|
|
4251
5252
|
}[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>) => ({
|
|
4252
5253
|
readonly Mainnet: {
|
|
@@ -4354,6 +5355,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4354
5355
|
readonly account: "address/";
|
|
4355
5356
|
};
|
|
4356
5357
|
};
|
|
5358
|
+
readonly HyperCore: {
|
|
5359
|
+
readonly name: "HyperLiquid Explorer";
|
|
5360
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
5361
|
+
readonly endpoints: {
|
|
5362
|
+
readonly tx: "tx/";
|
|
5363
|
+
readonly account: "address/";
|
|
5364
|
+
};
|
|
5365
|
+
};
|
|
4357
5366
|
readonly XRPLEVM: {
|
|
4358
5367
|
readonly name: "XRPL Explorer";
|
|
4359
5368
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -4362,6 +5371,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4362
5371
|
readonly account: "address/";
|
|
4363
5372
|
};
|
|
4364
5373
|
};
|
|
5374
|
+
readonly Plume: {
|
|
5375
|
+
readonly name: "Plume Explorer";
|
|
5376
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
5377
|
+
readonly endpoints: {
|
|
5378
|
+
readonly tx: "tx/";
|
|
5379
|
+
readonly account: "address/";
|
|
5380
|
+
};
|
|
5381
|
+
};
|
|
5382
|
+
readonly CreditCoin: {
|
|
5383
|
+
readonly name: "CreditCoin Explorer";
|
|
5384
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
5385
|
+
readonly endpoints: {
|
|
5386
|
+
readonly tx: "tx/";
|
|
5387
|
+
readonly account: "address/";
|
|
5388
|
+
};
|
|
5389
|
+
};
|
|
5390
|
+
readonly Plasma: {
|
|
5391
|
+
readonly name: "Plasma Explorer";
|
|
5392
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
5393
|
+
readonly endpoints: {
|
|
5394
|
+
readonly tx: "tx/";
|
|
5395
|
+
readonly account: "address/";
|
|
5396
|
+
};
|
|
5397
|
+
};
|
|
4365
5398
|
};
|
|
4366
5399
|
readonly Testnet: {
|
|
4367
5400
|
readonly Ethereum: {
|
|
@@ -4483,6 +5516,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4483
5516
|
readonly account: "address/";
|
|
4484
5517
|
};
|
|
4485
5518
|
};
|
|
5519
|
+
readonly Plume: {
|
|
5520
|
+
readonly name: "Plume Explorer";
|
|
5521
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
5522
|
+
readonly endpoints: {
|
|
5523
|
+
readonly tx: "tx/";
|
|
5524
|
+
readonly account: "address/";
|
|
5525
|
+
};
|
|
5526
|
+
};
|
|
5527
|
+
readonly Plasma: {
|
|
5528
|
+
readonly name: "Plasma Testnet Explorer";
|
|
5529
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
5530
|
+
readonly endpoints: {
|
|
5531
|
+
readonly tx: "tx/";
|
|
5532
|
+
readonly account: "address/";
|
|
5533
|
+
};
|
|
5534
|
+
};
|
|
5535
|
+
readonly CreditCoin: {
|
|
5536
|
+
readonly name: "CreditCoin Explorer";
|
|
5537
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
5538
|
+
readonly endpoints: {
|
|
5539
|
+
readonly tx: "tx/";
|
|
5540
|
+
readonly account: "address/";
|
|
5541
|
+
};
|
|
5542
|
+
};
|
|
4486
5543
|
};
|
|
4487
5544
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
4488
5545
|
readonly Mainnet: {
|
|
@@ -4590,6 +5647,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4590
5647
|
readonly account: "address/";
|
|
4591
5648
|
};
|
|
4592
5649
|
};
|
|
5650
|
+
readonly HyperCore: {
|
|
5651
|
+
readonly name: "HyperLiquid Explorer";
|
|
5652
|
+
readonly baseUrl: "https://app.hyperliquid.xyz/explorer/";
|
|
5653
|
+
readonly endpoints: {
|
|
5654
|
+
readonly tx: "tx/";
|
|
5655
|
+
readonly account: "address/";
|
|
5656
|
+
};
|
|
5657
|
+
};
|
|
4593
5658
|
readonly XRPLEVM: {
|
|
4594
5659
|
readonly name: "XRPL Explorer";
|
|
4595
5660
|
readonly baseUrl: "https://explorer.xrplevm.org/";
|
|
@@ -4598,6 +5663,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4598
5663
|
readonly account: "address/";
|
|
4599
5664
|
};
|
|
4600
5665
|
};
|
|
5666
|
+
readonly Plume: {
|
|
5667
|
+
readonly name: "Plume Explorer";
|
|
5668
|
+
readonly baseUrl: "https://explorer.plume.org/";
|
|
5669
|
+
readonly endpoints: {
|
|
5670
|
+
readonly tx: "tx/";
|
|
5671
|
+
readonly account: "address/";
|
|
5672
|
+
};
|
|
5673
|
+
};
|
|
5674
|
+
readonly CreditCoin: {
|
|
5675
|
+
readonly name: "CreditCoin Explorer";
|
|
5676
|
+
readonly baseUrl: "https://creditcoin.blockscout.com/";
|
|
5677
|
+
readonly endpoints: {
|
|
5678
|
+
readonly tx: "tx/";
|
|
5679
|
+
readonly account: "address/";
|
|
5680
|
+
};
|
|
5681
|
+
};
|
|
5682
|
+
readonly Plasma: {
|
|
5683
|
+
readonly name: "Plasma Explorer";
|
|
5684
|
+
readonly baseUrl: "https://plasmascan.to/";
|
|
5685
|
+
readonly endpoints: {
|
|
5686
|
+
readonly tx: "tx/";
|
|
5687
|
+
readonly account: "address/";
|
|
5688
|
+
};
|
|
5689
|
+
};
|
|
4601
5690
|
};
|
|
4602
5691
|
readonly Testnet: {
|
|
4603
5692
|
readonly Ethereum: {
|
|
@@ -4719,6 +5808,30 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4719
5808
|
readonly account: "address/";
|
|
4720
5809
|
};
|
|
4721
5810
|
};
|
|
5811
|
+
readonly Plume: {
|
|
5812
|
+
readonly name: "Plume Explorer";
|
|
5813
|
+
readonly baseUrl: "https://testnet-explorer.plume.org/";
|
|
5814
|
+
readonly endpoints: {
|
|
5815
|
+
readonly tx: "tx/";
|
|
5816
|
+
readonly account: "address/";
|
|
5817
|
+
};
|
|
5818
|
+
};
|
|
5819
|
+
readonly Plasma: {
|
|
5820
|
+
readonly name: "Plasma Testnet Explorer";
|
|
5821
|
+
readonly baseUrl: "https://testnet.plasmascan.to/";
|
|
5822
|
+
readonly endpoints: {
|
|
5823
|
+
readonly tx: "tx/";
|
|
5824
|
+
readonly account: "address/";
|
|
5825
|
+
};
|
|
5826
|
+
};
|
|
5827
|
+
readonly CreditCoin: {
|
|
5828
|
+
readonly name: "CreditCoin Explorer";
|
|
5829
|
+
readonly baseUrl: "https://creditcoin-testnet.blockscout.com/";
|
|
5830
|
+
readonly endpoints: {
|
|
5831
|
+
readonly tx: "tx/";
|
|
5832
|
+
readonly account: "address/";
|
|
5833
|
+
};
|
|
5834
|
+
};
|
|
4722
5835
|
};
|
|
4723
5836
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
4724
5837
|
} : never : never : never : never;
|