@wormhole-foundation/sdk-base 4.12.0-beta.3 → 4.12.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 +9 -7
- package/dist/cjs/constants/chains.d.ts.map +1 -1
- package/dist/cjs/constants/chains.js +1 -0
- package/dist/cjs/constants/chains.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 +2 -1
- package/dist/cjs/constants/decimals.js.map +1 -1
- package/dist/cjs/constants/explorer.d.ts +318 -0
- package/dist/cjs/constants/explorer.d.ts.map +1 -1
- package/dist/cjs/constants/explorer.js +20 -0
- package/dist/cjs/constants/explorer.js.map +1 -1
- package/dist/cjs/constants/finality.d.ts +4 -2
- package/dist/cjs/constants/finality.d.ts.map +1 -1
- package/dist/cjs/constants/finality.js +2 -0
- package/dist/cjs/constants/finality.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +11 -8
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +5 -0
- 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 +2 -0
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/esm/constants/chains.d.ts +9 -7
- package/dist/esm/constants/chains.d.ts.map +1 -1
- package/dist/esm/constants/chains.js +1 -0
- package/dist/esm/constants/chains.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 +318 -0
- package/dist/esm/constants/explorer.d.ts.map +1 -1
- package/dist/esm/constants/explorer.js +20 -0
- package/dist/esm/constants/explorer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +4 -2
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +2 -0
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +11 -8
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +5 -0
- 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 +2 -0
- package/dist/esm/constants/rpc.js.map +1 -1
- package/package.json +1 -1
|
@@ -208,6 +208,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
208
208
|
readonly account: "address/";
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
|
+
readonly Xrpl: {
|
|
212
|
+
readonly name: "XRPL Explorer";
|
|
213
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
214
|
+
readonly endpoints: {
|
|
215
|
+
readonly tx: "transactions/";
|
|
216
|
+
readonly account: "accounts/";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
211
219
|
};
|
|
212
220
|
readonly Testnet: {
|
|
213
221
|
readonly Ethereum: {
|
|
@@ -393,6 +401,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
393
401
|
readonly account: "address/";
|
|
394
402
|
};
|
|
395
403
|
};
|
|
404
|
+
readonly Xrpl: {
|
|
405
|
+
readonly name: "XRPL Testnet Explorer";
|
|
406
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
407
|
+
readonly endpoints: {
|
|
408
|
+
readonly tx: "transactions/";
|
|
409
|
+
readonly account: "accounts/";
|
|
410
|
+
};
|
|
411
|
+
};
|
|
396
412
|
};
|
|
397
413
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
398
414
|
readonly Mainnet: {
|
|
@@ -588,6 +604,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
588
604
|
readonly account: "address/";
|
|
589
605
|
};
|
|
590
606
|
};
|
|
607
|
+
readonly Xrpl: {
|
|
608
|
+
readonly name: "XRPL Explorer";
|
|
609
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
610
|
+
readonly endpoints: {
|
|
611
|
+
readonly tx: "transactions/";
|
|
612
|
+
readonly account: "accounts/";
|
|
613
|
+
};
|
|
614
|
+
};
|
|
591
615
|
};
|
|
592
616
|
readonly Testnet: {
|
|
593
617
|
readonly Ethereum: {
|
|
@@ -773,6 +797,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
773
797
|
readonly account: "address/";
|
|
774
798
|
};
|
|
775
799
|
};
|
|
800
|
+
readonly Xrpl: {
|
|
801
|
+
readonly name: "XRPL Testnet Explorer";
|
|
802
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
803
|
+
readonly endpoints: {
|
|
804
|
+
readonly tx: "transactions/";
|
|
805
|
+
readonly account: "accounts/";
|
|
806
|
+
};
|
|
807
|
+
};
|
|
776
808
|
};
|
|
777
809
|
}[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) => {
|
|
778
810
|
readonly Mainnet: {
|
|
@@ -968,6 +1000,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
968
1000
|
readonly account: "address/";
|
|
969
1001
|
};
|
|
970
1002
|
};
|
|
1003
|
+
readonly Xrpl: {
|
|
1004
|
+
readonly name: "XRPL Explorer";
|
|
1005
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
1006
|
+
readonly endpoints: {
|
|
1007
|
+
readonly tx: "transactions/";
|
|
1008
|
+
readonly account: "accounts/";
|
|
1009
|
+
};
|
|
1010
|
+
};
|
|
971
1011
|
};
|
|
972
1012
|
readonly Testnet: {
|
|
973
1013
|
readonly Ethereum: {
|
|
@@ -1153,6 +1193,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1153
1193
|
readonly account: "address/";
|
|
1154
1194
|
};
|
|
1155
1195
|
};
|
|
1196
|
+
readonly Xrpl: {
|
|
1197
|
+
readonly name: "XRPL Testnet Explorer";
|
|
1198
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
1199
|
+
readonly endpoints: {
|
|
1200
|
+
readonly tx: "transactions/";
|
|
1201
|
+
readonly account: "accounts/";
|
|
1202
|
+
};
|
|
1203
|
+
};
|
|
1156
1204
|
};
|
|
1157
1205
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
1158
1206
|
readonly Mainnet: {
|
|
@@ -1348,6 +1396,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1348
1396
|
readonly account: "address/";
|
|
1349
1397
|
};
|
|
1350
1398
|
};
|
|
1399
|
+
readonly Xrpl: {
|
|
1400
|
+
readonly name: "XRPL Explorer";
|
|
1401
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
1402
|
+
readonly endpoints: {
|
|
1403
|
+
readonly tx: "transactions/";
|
|
1404
|
+
readonly account: "accounts/";
|
|
1405
|
+
};
|
|
1406
|
+
};
|
|
1351
1407
|
};
|
|
1352
1408
|
readonly Testnet: {
|
|
1353
1409
|
readonly Ethereum: {
|
|
@@ -1533,6 +1589,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1533
1589
|
readonly account: "address/";
|
|
1534
1590
|
};
|
|
1535
1591
|
};
|
|
1592
|
+
readonly Xrpl: {
|
|
1593
|
+
readonly name: "XRPL Testnet Explorer";
|
|
1594
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
1595
|
+
readonly endpoints: {
|
|
1596
|
+
readonly tx: "transactions/";
|
|
1597
|
+
readonly account: "accounts/";
|
|
1598
|
+
};
|
|
1599
|
+
};
|
|
1536
1600
|
};
|
|
1537
1601
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
1538
1602
|
[key: string]: unknown;
|
|
@@ -1708,6 +1772,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1708
1772
|
readonly tx: "tx/";
|
|
1709
1773
|
readonly account: "address/";
|
|
1710
1774
|
};
|
|
1775
|
+
} | {
|
|
1776
|
+
readonly name: "XRPL Explorer";
|
|
1777
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
1778
|
+
readonly endpoints: {
|
|
1779
|
+
readonly tx: "transactions/";
|
|
1780
|
+
readonly account: "accounts/";
|
|
1781
|
+
};
|
|
1711
1782
|
} | {
|
|
1712
1783
|
readonly name: "Etherscan";
|
|
1713
1784
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -1870,6 +1941,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1870
1941
|
readonly tx: "tx/";
|
|
1871
1942
|
readonly account: "address/";
|
|
1872
1943
|
};
|
|
1944
|
+
} | {
|
|
1945
|
+
readonly name: "XRPL Testnet Explorer";
|
|
1946
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
1947
|
+
readonly endpoints: {
|
|
1948
|
+
readonly tx: "transactions/";
|
|
1949
|
+
readonly account: "accounts/";
|
|
1950
|
+
};
|
|
1873
1951
|
} | undefined;
|
|
1874
1952
|
} & {
|
|
1875
1953
|
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" ? {
|
|
@@ -2066,6 +2144,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2066
2144
|
readonly account: "address/";
|
|
2067
2145
|
};
|
|
2068
2146
|
};
|
|
2147
|
+
readonly Xrpl: {
|
|
2148
|
+
readonly name: "XRPL Explorer";
|
|
2149
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
2150
|
+
readonly endpoints: {
|
|
2151
|
+
readonly tx: "transactions/";
|
|
2152
|
+
readonly account: "accounts/";
|
|
2153
|
+
};
|
|
2154
|
+
};
|
|
2069
2155
|
};
|
|
2070
2156
|
readonly Testnet: {
|
|
2071
2157
|
readonly Ethereum: {
|
|
@@ -2251,6 +2337,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2251
2337
|
readonly account: "address/";
|
|
2252
2338
|
};
|
|
2253
2339
|
};
|
|
2340
|
+
readonly Xrpl: {
|
|
2341
|
+
readonly name: "XRPL Testnet Explorer";
|
|
2342
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
2343
|
+
readonly endpoints: {
|
|
2344
|
+
readonly tx: "transactions/";
|
|
2345
|
+
readonly account: "accounts/";
|
|
2346
|
+
};
|
|
2347
|
+
};
|
|
2254
2348
|
};
|
|
2255
2349
|
}[T_2] extends {
|
|
2256
2350
|
[key: string]: unknown;
|
|
@@ -2450,6 +2544,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2450
2544
|
readonly account: "address/";
|
|
2451
2545
|
};
|
|
2452
2546
|
};
|
|
2547
|
+
readonly Xrpl: {
|
|
2548
|
+
readonly name: "XRPL Explorer";
|
|
2549
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
2550
|
+
readonly endpoints: {
|
|
2551
|
+
readonly tx: "transactions/";
|
|
2552
|
+
readonly account: "accounts/";
|
|
2553
|
+
};
|
|
2554
|
+
};
|
|
2453
2555
|
};
|
|
2454
2556
|
readonly Testnet: {
|
|
2455
2557
|
readonly Ethereum: {
|
|
@@ -2635,6 +2737,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2635
2737
|
readonly account: "address/";
|
|
2636
2738
|
};
|
|
2637
2739
|
};
|
|
2740
|
+
readonly Xrpl: {
|
|
2741
|
+
readonly name: "XRPL Testnet Explorer";
|
|
2742
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
2743
|
+
readonly endpoints: {
|
|
2744
|
+
readonly tx: "transactions/";
|
|
2745
|
+
readonly account: "accounts/";
|
|
2746
|
+
};
|
|
2747
|
+
};
|
|
2638
2748
|
};
|
|
2639
2749
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
2640
2750
|
readonly Mainnet: {
|
|
@@ -2830,6 +2940,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2830
2940
|
readonly account: "address/";
|
|
2831
2941
|
};
|
|
2832
2942
|
};
|
|
2943
|
+
readonly Xrpl: {
|
|
2944
|
+
readonly name: "XRPL Explorer";
|
|
2945
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
2946
|
+
readonly endpoints: {
|
|
2947
|
+
readonly tx: "transactions/";
|
|
2948
|
+
readonly account: "accounts/";
|
|
2949
|
+
};
|
|
2950
|
+
};
|
|
2833
2951
|
};
|
|
2834
2952
|
readonly Testnet: {
|
|
2835
2953
|
readonly Ethereum: {
|
|
@@ -3015,6 +3133,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3015
3133
|
readonly account: "address/";
|
|
3016
3134
|
};
|
|
3017
3135
|
};
|
|
3136
|
+
readonly Xrpl: {
|
|
3137
|
+
readonly name: "XRPL Testnet Explorer";
|
|
3138
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
3139
|
+
readonly endpoints: {
|
|
3140
|
+
readonly tx: "transactions/";
|
|
3141
|
+
readonly account: "accounts/";
|
|
3142
|
+
};
|
|
3143
|
+
};
|
|
3018
3144
|
};
|
|
3019
3145
|
}[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) => {
|
|
3020
3146
|
readonly Mainnet: {
|
|
@@ -3210,6 +3336,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3210
3336
|
readonly account: "address/";
|
|
3211
3337
|
};
|
|
3212
3338
|
};
|
|
3339
|
+
readonly Xrpl: {
|
|
3340
|
+
readonly name: "XRPL Explorer";
|
|
3341
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
3342
|
+
readonly endpoints: {
|
|
3343
|
+
readonly tx: "transactions/";
|
|
3344
|
+
readonly account: "accounts/";
|
|
3345
|
+
};
|
|
3346
|
+
};
|
|
3213
3347
|
};
|
|
3214
3348
|
readonly Testnet: {
|
|
3215
3349
|
readonly Ethereum: {
|
|
@@ -3395,6 +3529,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3395
3529
|
readonly account: "address/";
|
|
3396
3530
|
};
|
|
3397
3531
|
};
|
|
3532
|
+
readonly Xrpl: {
|
|
3533
|
+
readonly name: "XRPL Testnet Explorer";
|
|
3534
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
3535
|
+
readonly endpoints: {
|
|
3536
|
+
readonly tx: "transactions/";
|
|
3537
|
+
readonly account: "accounts/";
|
|
3538
|
+
};
|
|
3539
|
+
};
|
|
3398
3540
|
};
|
|
3399
3541
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
3400
3542
|
readonly Mainnet: {
|
|
@@ -3590,6 +3732,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3590
3732
|
readonly account: "address/";
|
|
3591
3733
|
};
|
|
3592
3734
|
};
|
|
3735
|
+
readonly Xrpl: {
|
|
3736
|
+
readonly name: "XRPL Explorer";
|
|
3737
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
3738
|
+
readonly endpoints: {
|
|
3739
|
+
readonly tx: "transactions/";
|
|
3740
|
+
readonly account: "accounts/";
|
|
3741
|
+
};
|
|
3742
|
+
};
|
|
3593
3743
|
};
|
|
3594
3744
|
readonly Testnet: {
|
|
3595
3745
|
readonly Ethereum: {
|
|
@@ -3775,6 +3925,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3775
3925
|
readonly account: "address/";
|
|
3776
3926
|
};
|
|
3777
3927
|
};
|
|
3928
|
+
readonly Xrpl: {
|
|
3929
|
+
readonly name: "XRPL Testnet Explorer";
|
|
3930
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
3931
|
+
readonly endpoints: {
|
|
3932
|
+
readonly tx: "transactions/";
|
|
3933
|
+
readonly account: "accounts/";
|
|
3934
|
+
};
|
|
3935
|
+
};
|
|
3778
3936
|
};
|
|
3779
3937
|
}[T_2] ? T_4 extends {
|
|
3780
3938
|
[key: string]: unknown;
|
|
@@ -3975,6 +4133,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3975
4133
|
readonly account: "address/";
|
|
3976
4134
|
};
|
|
3977
4135
|
};
|
|
4136
|
+
readonly Xrpl: {
|
|
4137
|
+
readonly name: "XRPL Explorer";
|
|
4138
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
4139
|
+
readonly endpoints: {
|
|
4140
|
+
readonly tx: "transactions/";
|
|
4141
|
+
readonly account: "accounts/";
|
|
4142
|
+
};
|
|
4143
|
+
};
|
|
3978
4144
|
};
|
|
3979
4145
|
readonly Testnet: {
|
|
3980
4146
|
readonly Ethereum: {
|
|
@@ -4160,6 +4326,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4160
4326
|
readonly account: "address/";
|
|
4161
4327
|
};
|
|
4162
4328
|
};
|
|
4329
|
+
readonly Xrpl: {
|
|
4330
|
+
readonly name: "XRPL Testnet Explorer";
|
|
4331
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
4332
|
+
readonly endpoints: {
|
|
4333
|
+
readonly tx: "transactions/";
|
|
4334
|
+
readonly account: "accounts/";
|
|
4335
|
+
};
|
|
4336
|
+
};
|
|
4163
4337
|
};
|
|
4164
4338
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
4165
4339
|
readonly Mainnet: {
|
|
@@ -4355,6 +4529,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4355
4529
|
readonly account: "address/";
|
|
4356
4530
|
};
|
|
4357
4531
|
};
|
|
4532
|
+
readonly Xrpl: {
|
|
4533
|
+
readonly name: "XRPL Explorer";
|
|
4534
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
4535
|
+
readonly endpoints: {
|
|
4536
|
+
readonly tx: "transactions/";
|
|
4537
|
+
readonly account: "accounts/";
|
|
4538
|
+
};
|
|
4539
|
+
};
|
|
4358
4540
|
};
|
|
4359
4541
|
readonly Testnet: {
|
|
4360
4542
|
readonly Ethereum: {
|
|
@@ -4540,6 +4722,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4540
4722
|
readonly account: "address/";
|
|
4541
4723
|
};
|
|
4542
4724
|
};
|
|
4725
|
+
readonly Xrpl: {
|
|
4726
|
+
readonly name: "XRPL Testnet Explorer";
|
|
4727
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
4728
|
+
readonly endpoints: {
|
|
4729
|
+
readonly tx: "transactions/";
|
|
4730
|
+
readonly account: "accounts/";
|
|
4731
|
+
};
|
|
4732
|
+
};
|
|
4543
4733
|
};
|
|
4544
4734
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
4545
4735
|
readonly Mainnet: {
|
|
@@ -4735,6 +4925,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4735
4925
|
readonly account: "address/";
|
|
4736
4926
|
};
|
|
4737
4927
|
};
|
|
4928
|
+
readonly Xrpl: {
|
|
4929
|
+
readonly name: "XRPL Explorer";
|
|
4930
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
4931
|
+
readonly endpoints: {
|
|
4932
|
+
readonly tx: "transactions/";
|
|
4933
|
+
readonly account: "accounts/";
|
|
4934
|
+
};
|
|
4935
|
+
};
|
|
4738
4936
|
};
|
|
4739
4937
|
readonly Testnet: {
|
|
4740
4938
|
readonly Ethereum: {
|
|
@@ -4920,6 +5118,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4920
5118
|
readonly account: "address/";
|
|
4921
5119
|
};
|
|
4922
5120
|
};
|
|
5121
|
+
readonly Xrpl: {
|
|
5122
|
+
readonly name: "XRPL Testnet Explorer";
|
|
5123
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
5124
|
+
readonly endpoints: {
|
|
5125
|
+
readonly tx: "transactions/";
|
|
5126
|
+
readonly account: "accounts/";
|
|
5127
|
+
};
|
|
5128
|
+
};
|
|
4923
5129
|
};
|
|
4924
5130
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
4925
5131
|
readonly Mainnet: {
|
|
@@ -5115,6 +5321,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5115
5321
|
readonly account: "address/";
|
|
5116
5322
|
};
|
|
5117
5323
|
};
|
|
5324
|
+
readonly Xrpl: {
|
|
5325
|
+
readonly name: "XRPL Explorer";
|
|
5326
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
5327
|
+
readonly endpoints: {
|
|
5328
|
+
readonly tx: "transactions/";
|
|
5329
|
+
readonly account: "accounts/";
|
|
5330
|
+
};
|
|
5331
|
+
};
|
|
5118
5332
|
};
|
|
5119
5333
|
readonly Testnet: {
|
|
5120
5334
|
readonly Ethereum: {
|
|
@@ -5300,6 +5514,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5300
5514
|
readonly account: "address/";
|
|
5301
5515
|
};
|
|
5302
5516
|
};
|
|
5517
|
+
readonly Xrpl: {
|
|
5518
|
+
readonly name: "XRPL Testnet Explorer";
|
|
5519
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
5520
|
+
readonly endpoints: {
|
|
5521
|
+
readonly tx: "transactions/";
|
|
5522
|
+
readonly account: "accounts/";
|
|
5523
|
+
};
|
|
5524
|
+
};
|
|
5303
5525
|
};
|
|
5304
5526
|
}[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;
|
|
5305
5527
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -5496,6 +5718,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5496
5718
|
readonly account: "address/";
|
|
5497
5719
|
};
|
|
5498
5720
|
};
|
|
5721
|
+
readonly Xrpl: {
|
|
5722
|
+
readonly name: "XRPL Explorer";
|
|
5723
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
5724
|
+
readonly endpoints: {
|
|
5725
|
+
readonly tx: "transactions/";
|
|
5726
|
+
readonly account: "accounts/";
|
|
5727
|
+
};
|
|
5728
|
+
};
|
|
5499
5729
|
};
|
|
5500
5730
|
readonly Testnet: {
|
|
5501
5731
|
readonly Ethereum: {
|
|
@@ -5681,6 +5911,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5681
5911
|
readonly account: "address/";
|
|
5682
5912
|
};
|
|
5683
5913
|
};
|
|
5914
|
+
readonly Xrpl: {
|
|
5915
|
+
readonly name: "XRPL Testnet Explorer";
|
|
5916
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
5917
|
+
readonly endpoints: {
|
|
5918
|
+
readonly tx: "transactions/";
|
|
5919
|
+
readonly account: "accounts/";
|
|
5920
|
+
};
|
|
5921
|
+
};
|
|
5684
5922
|
};
|
|
5685
5923
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
5686
5924
|
readonly Mainnet: {
|
|
@@ -5876,6 +6114,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5876
6114
|
readonly account: "address/";
|
|
5877
6115
|
};
|
|
5878
6116
|
};
|
|
6117
|
+
readonly Xrpl: {
|
|
6118
|
+
readonly name: "XRPL Explorer";
|
|
6119
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
6120
|
+
readonly endpoints: {
|
|
6121
|
+
readonly tx: "transactions/";
|
|
6122
|
+
readonly account: "accounts/";
|
|
6123
|
+
};
|
|
6124
|
+
};
|
|
5879
6125
|
};
|
|
5880
6126
|
readonly Testnet: {
|
|
5881
6127
|
readonly Ethereum: {
|
|
@@ -6061,6 +6307,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6061
6307
|
readonly account: "address/";
|
|
6062
6308
|
};
|
|
6063
6309
|
};
|
|
6310
|
+
readonly Xrpl: {
|
|
6311
|
+
readonly name: "XRPL Testnet Explorer";
|
|
6312
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
6313
|
+
readonly endpoints: {
|
|
6314
|
+
readonly tx: "transactions/";
|
|
6315
|
+
readonly account: "accounts/";
|
|
6316
|
+
};
|
|
6317
|
+
};
|
|
6064
6318
|
};
|
|
6065
6319
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
6066
6320
|
readonly Mainnet: {
|
|
@@ -6256,6 +6510,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6256
6510
|
readonly account: "address/";
|
|
6257
6511
|
};
|
|
6258
6512
|
};
|
|
6513
|
+
readonly Xrpl: {
|
|
6514
|
+
readonly name: "XRPL Explorer";
|
|
6515
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
6516
|
+
readonly endpoints: {
|
|
6517
|
+
readonly tx: "transactions/";
|
|
6518
|
+
readonly account: "accounts/";
|
|
6519
|
+
};
|
|
6520
|
+
};
|
|
6259
6521
|
};
|
|
6260
6522
|
readonly Testnet: {
|
|
6261
6523
|
readonly Ethereum: {
|
|
@@ -6441,6 +6703,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6441
6703
|
readonly account: "address/";
|
|
6442
6704
|
};
|
|
6443
6705
|
};
|
|
6706
|
+
readonly Xrpl: {
|
|
6707
|
+
readonly name: "XRPL Testnet Explorer";
|
|
6708
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
6709
|
+
readonly endpoints: {
|
|
6710
|
+
readonly tx: "transactions/";
|
|
6711
|
+
readonly account: "accounts/";
|
|
6712
|
+
};
|
|
6713
|
+
};
|
|
6444
6714
|
};
|
|
6445
6715
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
6446
6716
|
readonly Mainnet: {
|
|
@@ -6636,6 +6906,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6636
6906
|
readonly account: "address/";
|
|
6637
6907
|
};
|
|
6638
6908
|
};
|
|
6909
|
+
readonly Xrpl: {
|
|
6910
|
+
readonly name: "XRPL Explorer";
|
|
6911
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
6912
|
+
readonly endpoints: {
|
|
6913
|
+
readonly tx: "transactions/";
|
|
6914
|
+
readonly account: "accounts/";
|
|
6915
|
+
};
|
|
6916
|
+
};
|
|
6639
6917
|
};
|
|
6640
6918
|
readonly Testnet: {
|
|
6641
6919
|
readonly Ethereum: {
|
|
@@ -6821,6 +7099,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6821
7099
|
readonly account: "address/";
|
|
6822
7100
|
};
|
|
6823
7101
|
};
|
|
7102
|
+
readonly Xrpl: {
|
|
7103
|
+
readonly name: "XRPL Testnet Explorer";
|
|
7104
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
7105
|
+
readonly endpoints: {
|
|
7106
|
+
readonly tx: "transactions/";
|
|
7107
|
+
readonly account: "accounts/";
|
|
7108
|
+
};
|
|
7109
|
+
};
|
|
6824
7110
|
};
|
|
6825
7111
|
}[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>) => ({
|
|
6826
7112
|
readonly Mainnet: {
|
|
@@ -7016,6 +7302,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7016
7302
|
readonly account: "address/";
|
|
7017
7303
|
};
|
|
7018
7304
|
};
|
|
7305
|
+
readonly Xrpl: {
|
|
7306
|
+
readonly name: "XRPL Explorer";
|
|
7307
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
7308
|
+
readonly endpoints: {
|
|
7309
|
+
readonly tx: "transactions/";
|
|
7310
|
+
readonly account: "accounts/";
|
|
7311
|
+
};
|
|
7312
|
+
};
|
|
7019
7313
|
};
|
|
7020
7314
|
readonly Testnet: {
|
|
7021
7315
|
readonly Ethereum: {
|
|
@@ -7201,6 +7495,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7201
7495
|
readonly account: "address/";
|
|
7202
7496
|
};
|
|
7203
7497
|
};
|
|
7498
|
+
readonly Xrpl: {
|
|
7499
|
+
readonly name: "XRPL Testnet Explorer";
|
|
7500
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
7501
|
+
readonly endpoints: {
|
|
7502
|
+
readonly tx: "transactions/";
|
|
7503
|
+
readonly account: "accounts/";
|
|
7504
|
+
};
|
|
7505
|
+
};
|
|
7204
7506
|
};
|
|
7205
7507
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
7206
7508
|
readonly Mainnet: {
|
|
@@ -7396,6 +7698,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7396
7698
|
readonly account: "address/";
|
|
7397
7699
|
};
|
|
7398
7700
|
};
|
|
7701
|
+
readonly Xrpl: {
|
|
7702
|
+
readonly name: "XRPL Explorer";
|
|
7703
|
+
readonly baseUrl: "https://livenet.xrpl.org/";
|
|
7704
|
+
readonly endpoints: {
|
|
7705
|
+
readonly tx: "transactions/";
|
|
7706
|
+
readonly account: "accounts/";
|
|
7707
|
+
};
|
|
7708
|
+
};
|
|
7399
7709
|
};
|
|
7400
7710
|
readonly Testnet: {
|
|
7401
7711
|
readonly Ethereum: {
|
|
@@ -7581,6 +7891,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7581
7891
|
readonly account: "address/";
|
|
7582
7892
|
};
|
|
7583
7893
|
};
|
|
7894
|
+
readonly Xrpl: {
|
|
7895
|
+
readonly name: "XRPL Testnet Explorer";
|
|
7896
|
+
readonly baseUrl: "https://testnet.xrpl.org/";
|
|
7897
|
+
readonly endpoints: {
|
|
7898
|
+
readonly tx: "transactions/";
|
|
7899
|
+
readonly account: "accounts/";
|
|
7900
|
+
};
|
|
7901
|
+
};
|
|
7584
7902
|
};
|
|
7585
7903
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
7586
7904
|
} : never : never : never : never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"explorer.d.ts","sourceRoot":"","sources":["../../../src/constants/explorer.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,OAAO,EAAE,OAAO,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,CAAC;
|
|
1
|
+
{"version":3,"file":"explorer.d.ts","sourceRoot":"","sources":["../../../src/constants/explorer.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE;QACT,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,OAAO,EAAE,OAAO,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,CAAC;AAgaF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AAEtD,eAAO,MAAM,eAAe,YAAa,OAAO,SAAS,KAAK,iCAC8B,CAAC;AAE7F,wBAAgB,QAAQ,CAAC,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,MAAM,CAOjF;AAED,wBAAgB,aAAa,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,MAAM,CAOzF"}
|
|
@@ -218,6 +218,16 @@ const explorerConfig = [[
|
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
],
|
|
221
|
+
[
|
|
222
|
+
"Xrpl", {
|
|
223
|
+
name: "XRPL Explorer",
|
|
224
|
+
baseUrl: "https://livenet.xrpl.org/",
|
|
225
|
+
endpoints: {
|
|
226
|
+
tx: "transactions/",
|
|
227
|
+
account: "accounts/"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
],
|
|
221
231
|
]
|
|
222
232
|
], [
|
|
223
233
|
"Testnet", [[
|
|
@@ -427,6 +437,16 @@ const explorerConfig = [[
|
|
|
427
437
|
}
|
|
428
438
|
}
|
|
429
439
|
],
|
|
440
|
+
[
|
|
441
|
+
"Xrpl", {
|
|
442
|
+
name: "XRPL Testnet Explorer",
|
|
443
|
+
baseUrl: "https://testnet.xrpl.org/",
|
|
444
|
+
endpoints: {
|
|
445
|
+
tx: "transactions/",
|
|
446
|
+
account: "accounts/"
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
],
|
|
430
450
|
]
|
|
431
451
|
],
|
|
432
452
|
];
|