@wormhole-foundation/sdk-base 3.2.0 → 3.4.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.
Files changed (101) hide show
  1. package/dist/cjs/constants/chains.d.ts +9 -7
  2. package/dist/cjs/constants/chains.d.ts.map +1 -1
  3. package/dist/cjs/constants/chains.js +1 -0
  4. package/dist/cjs/constants/chains.js.map +1 -1
  5. package/dist/cjs/constants/contracts/core.d.ts +1 -1
  6. package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
  7. package/dist/cjs/constants/contracts/core.js +4 -2
  8. package/dist/cjs/constants/contracts/core.js.map +1 -1
  9. package/dist/cjs/constants/contracts/executor.d.ts +1 -1
  10. package/dist/cjs/constants/contracts/executor.d.ts.map +1 -1
  11. package/dist/cjs/constants/contracts/executor.js +2 -0
  12. package/dist/cjs/constants/contracts/executor.js.map +1 -1
  13. package/dist/cjs/constants/contracts/index.d.ts +140 -7
  14. package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
  15. package/dist/cjs/constants/contracts/relayer.d.ts +1 -1
  16. package/dist/cjs/constants/contracts/relayer.d.ts.map +1 -1
  17. package/dist/cjs/constants/contracts/relayer.js +1 -0
  18. package/dist/cjs/constants/contracts/relayer.js.map +1 -1
  19. package/dist/cjs/constants/contracts/tokenBridge.d.ts +1 -1
  20. package/dist/cjs/constants/contracts/tokenBridge.d.ts.map +1 -1
  21. package/dist/cjs/constants/contracts/tokenBridge.js +2 -0
  22. package/dist/cjs/constants/contracts/tokenBridge.js.map +1 -1
  23. package/dist/cjs/constants/explorer.d.ts +318 -0
  24. package/dist/cjs/constants/explorer.d.ts.map +1 -1
  25. package/dist/cjs/constants/explorer.js +18 -0
  26. package/dist/cjs/constants/explorer.js.map +1 -1
  27. package/dist/cjs/constants/finality.d.ts +4 -2
  28. package/dist/cjs/constants/finality.d.ts.map +1 -1
  29. package/dist/cjs/constants/finality.js +2 -0
  30. package/dist/cjs/constants/finality.js.map +1 -1
  31. package/dist/cjs/constants/nativeChainIds.d.ts +44 -4
  32. package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
  33. package/dist/cjs/constants/nativeChainIds.js +2 -0
  34. package/dist/cjs/constants/nativeChainIds.js.map +1 -1
  35. package/dist/cjs/constants/platforms.d.ts +4 -3
  36. package/dist/cjs/constants/platforms.d.ts.map +1 -1
  37. package/dist/cjs/constants/platforms.js +1 -0
  38. package/dist/cjs/constants/platforms.js.map +1 -1
  39. package/dist/cjs/constants/rpc.d.ts +1 -1
  40. package/dist/cjs/constants/rpc.d.ts.map +1 -1
  41. package/dist/cjs/constants/rpc.js +2 -0
  42. package/dist/cjs/constants/rpc.js.map +1 -1
  43. package/dist/cjs/constants/tokens/mainnet.d.ts +20 -1
  44. package/dist/cjs/constants/tokens/mainnet.d.ts.map +1 -1
  45. package/dist/cjs/constants/tokens/mainnet.js +22 -0
  46. package/dist/cjs/constants/tokens/mainnet.js.map +1 -1
  47. package/dist/cjs/constants/tokens/testnet.d.ts +20 -1
  48. package/dist/cjs/constants/tokens/testnet.d.ts.map +1 -1
  49. package/dist/cjs/constants/tokens/testnet.js +22 -0
  50. package/dist/cjs/constants/tokens/testnet.js.map +1 -1
  51. package/dist/esm/constants/chains.d.ts +9 -7
  52. package/dist/esm/constants/chains.d.ts.map +1 -1
  53. package/dist/esm/constants/chains.js +1 -0
  54. package/dist/esm/constants/chains.js.map +1 -1
  55. package/dist/esm/constants/contracts/core.d.ts +1 -1
  56. package/dist/esm/constants/contracts/core.d.ts.map +1 -1
  57. package/dist/esm/constants/contracts/core.js +4 -2
  58. package/dist/esm/constants/contracts/core.js.map +1 -1
  59. package/dist/esm/constants/contracts/executor.d.ts +1 -1
  60. package/dist/esm/constants/contracts/executor.d.ts.map +1 -1
  61. package/dist/esm/constants/contracts/executor.js +2 -0
  62. package/dist/esm/constants/contracts/executor.js.map +1 -1
  63. package/dist/esm/constants/contracts/index.d.ts +140 -7
  64. package/dist/esm/constants/contracts/index.d.ts.map +1 -1
  65. package/dist/esm/constants/contracts/relayer.d.ts +1 -1
  66. package/dist/esm/constants/contracts/relayer.d.ts.map +1 -1
  67. package/dist/esm/constants/contracts/relayer.js +1 -0
  68. package/dist/esm/constants/contracts/relayer.js.map +1 -1
  69. package/dist/esm/constants/contracts/tokenBridge.d.ts +1 -1
  70. package/dist/esm/constants/contracts/tokenBridge.d.ts.map +1 -1
  71. package/dist/esm/constants/contracts/tokenBridge.js +2 -0
  72. package/dist/esm/constants/contracts/tokenBridge.js.map +1 -1
  73. package/dist/esm/constants/explorer.d.ts +318 -0
  74. package/dist/esm/constants/explorer.d.ts.map +1 -1
  75. package/dist/esm/constants/explorer.js +18 -0
  76. package/dist/esm/constants/explorer.js.map +1 -1
  77. package/dist/esm/constants/finality.d.ts +4 -2
  78. package/dist/esm/constants/finality.d.ts.map +1 -1
  79. package/dist/esm/constants/finality.js +2 -0
  80. package/dist/esm/constants/finality.js.map +1 -1
  81. package/dist/esm/constants/nativeChainIds.d.ts +44 -4
  82. package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
  83. package/dist/esm/constants/nativeChainIds.js +2 -0
  84. package/dist/esm/constants/nativeChainIds.js.map +1 -1
  85. package/dist/esm/constants/platforms.d.ts +4 -3
  86. package/dist/esm/constants/platforms.d.ts.map +1 -1
  87. package/dist/esm/constants/platforms.js +1 -0
  88. package/dist/esm/constants/platforms.js.map +1 -1
  89. package/dist/esm/constants/rpc.d.ts +1 -1
  90. package/dist/esm/constants/rpc.d.ts.map +1 -1
  91. package/dist/esm/constants/rpc.js +2 -0
  92. package/dist/esm/constants/rpc.js.map +1 -1
  93. package/dist/esm/constants/tokens/mainnet.d.ts +20 -1
  94. package/dist/esm/constants/tokens/mainnet.d.ts.map +1 -1
  95. package/dist/esm/constants/tokens/mainnet.js +22 -0
  96. package/dist/esm/constants/tokens/mainnet.js.map +1 -1
  97. package/dist/esm/constants/tokens/testnet.d.ts +20 -1
  98. package/dist/esm/constants/tokens/testnet.d.ts.map +1 -1
  99. package/dist/esm/constants/tokens/testnet.js +22 -0
  100. package/dist/esm/constants/tokens/testnet.js.map +1 -1
  101. 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 XRPLEVM: {
124
+ readonly name: "XRPL Explorer";
125
+ readonly baseUrl: "https://explorer.xrplevm.org/";
126
+ readonly endpoints: {
127
+ readonly tx: "tx/";
128
+ readonly account: "address/";
129
+ };
130
+ };
123
131
  };
124
132
  readonly Testnet: {
125
133
  readonly Ethereum: {
@@ -233,6 +241,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
233
241
  readonly account: "address/";
234
242
  };
235
243
  };
244
+ readonly XRPLEVM: {
245
+ readonly name: "XRPL Explorer";
246
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
247
+ readonly endpoints: {
248
+ readonly tx: "tx/";
249
+ readonly account: "address/";
250
+ };
251
+ };
236
252
  };
237
253
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
238
254
  readonly Mainnet: {
@@ -340,6 +356,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
340
356
  readonly account: "address/";
341
357
  };
342
358
  };
359
+ readonly XRPLEVM: {
360
+ readonly name: "XRPL Explorer";
361
+ readonly baseUrl: "https://explorer.xrplevm.org/";
362
+ readonly endpoints: {
363
+ readonly tx: "tx/";
364
+ readonly account: "address/";
365
+ };
366
+ };
343
367
  };
344
368
  readonly Testnet: {
345
369
  readonly Ethereum: {
@@ -453,6 +477,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
453
477
  readonly account: "address/";
454
478
  };
455
479
  };
480
+ readonly XRPLEVM: {
481
+ readonly name: "XRPL Explorer";
482
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
483
+ readonly endpoints: {
484
+ readonly tx: "tx/";
485
+ readonly account: "address/";
486
+ };
487
+ };
456
488
  };
457
489
  }[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) => {
458
490
  readonly Mainnet: {
@@ -560,6 +592,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
560
592
  readonly account: "address/";
561
593
  };
562
594
  };
595
+ readonly XRPLEVM: {
596
+ readonly name: "XRPL Explorer";
597
+ readonly baseUrl: "https://explorer.xrplevm.org/";
598
+ readonly endpoints: {
599
+ readonly tx: "tx/";
600
+ readonly account: "address/";
601
+ };
602
+ };
563
603
  };
564
604
  readonly Testnet: {
565
605
  readonly Ethereum: {
@@ -673,6 +713,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
673
713
  readonly account: "address/";
674
714
  };
675
715
  };
716
+ readonly XRPLEVM: {
717
+ readonly name: "XRPL Explorer";
718
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
719
+ readonly endpoints: {
720
+ readonly tx: "tx/";
721
+ readonly account: "address/";
722
+ };
723
+ };
676
724
  };
677
725
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
678
726
  readonly Mainnet: {
@@ -780,6 +828,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
780
828
  readonly account: "address/";
781
829
  };
782
830
  };
831
+ readonly XRPLEVM: {
832
+ readonly name: "XRPL Explorer";
833
+ readonly baseUrl: "https://explorer.xrplevm.org/";
834
+ readonly endpoints: {
835
+ readonly tx: "tx/";
836
+ readonly account: "address/";
837
+ };
838
+ };
783
839
  };
784
840
  readonly Testnet: {
785
841
  readonly Ethereum: {
@@ -893,6 +949,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
893
949
  readonly account: "address/";
894
950
  };
895
951
  };
952
+ readonly XRPLEVM: {
953
+ readonly name: "XRPL Explorer";
954
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
955
+ readonly endpoints: {
956
+ readonly tx: "tx/";
957
+ readonly account: "address/";
958
+ };
959
+ };
896
960
  };
897
961
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
898
962
  [key: string]: unknown;
@@ -991,6 +1055,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
991
1055
  readonly tx: "tx/";
992
1056
  readonly account: "address/";
993
1057
  };
1058
+ } | {
1059
+ readonly name: "XRPL Explorer";
1060
+ readonly baseUrl: "https://explorer.xrplevm.org/";
1061
+ readonly endpoints: {
1062
+ readonly tx: "tx/";
1063
+ readonly account: "address/";
1064
+ };
994
1065
  } | {
995
1066
  readonly name: "Etherscan";
996
1067
  readonly baseUrl: "https://goerli.etherscan.io/";
@@ -1090,6 +1161,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1090
1161
  readonly tx: "tx/";
1091
1162
  readonly account: "address/";
1092
1163
  };
1164
+ } | {
1165
+ readonly name: "XRPL Explorer";
1166
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
1167
+ readonly endpoints: {
1168
+ readonly tx: "tx/";
1169
+ readonly account: "address/";
1170
+ };
1093
1171
  } | undefined;
1094
1172
  } & {
1095
1173
  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" ? {
@@ -1198,6 +1276,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1198
1276
  readonly account: "address/";
1199
1277
  };
1200
1278
  };
1279
+ readonly XRPLEVM: {
1280
+ readonly name: "XRPL Explorer";
1281
+ readonly baseUrl: "https://explorer.xrplevm.org/";
1282
+ readonly endpoints: {
1283
+ readonly tx: "tx/";
1284
+ readonly account: "address/";
1285
+ };
1286
+ };
1201
1287
  };
1202
1288
  readonly Testnet: {
1203
1289
  readonly Ethereum: {
@@ -1311,6 +1397,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1311
1397
  readonly account: "address/";
1312
1398
  };
1313
1399
  };
1400
+ readonly XRPLEVM: {
1401
+ readonly name: "XRPL Explorer";
1402
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
1403
+ readonly endpoints: {
1404
+ readonly tx: "tx/";
1405
+ readonly account: "address/";
1406
+ };
1407
+ };
1314
1408
  };
1315
1409
  }[T_2] extends {
1316
1410
  [key: string]: unknown;
@@ -1422,6 +1516,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1422
1516
  readonly account: "address/";
1423
1517
  };
1424
1518
  };
1519
+ readonly XRPLEVM: {
1520
+ readonly name: "XRPL Explorer";
1521
+ readonly baseUrl: "https://explorer.xrplevm.org/";
1522
+ readonly endpoints: {
1523
+ readonly tx: "tx/";
1524
+ readonly account: "address/";
1525
+ };
1526
+ };
1425
1527
  };
1426
1528
  readonly Testnet: {
1427
1529
  readonly Ethereum: {
@@ -1535,6 +1637,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1535
1637
  readonly account: "address/";
1536
1638
  };
1537
1639
  };
1640
+ readonly XRPLEVM: {
1641
+ readonly name: "XRPL Explorer";
1642
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
1643
+ readonly endpoints: {
1644
+ readonly tx: "tx/";
1645
+ readonly account: "address/";
1646
+ };
1647
+ };
1538
1648
  };
1539
1649
  }[T_2] extends infer T_3 ? T_3 extends keyof {
1540
1650
  readonly Mainnet: {
@@ -1642,6 +1752,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1642
1752
  readonly account: "address/";
1643
1753
  };
1644
1754
  };
1755
+ readonly XRPLEVM: {
1756
+ readonly name: "XRPL Explorer";
1757
+ readonly baseUrl: "https://explorer.xrplevm.org/";
1758
+ readonly endpoints: {
1759
+ readonly tx: "tx/";
1760
+ readonly account: "address/";
1761
+ };
1762
+ };
1645
1763
  };
1646
1764
  readonly Testnet: {
1647
1765
  readonly Ethereum: {
@@ -1755,6 +1873,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1755
1873
  readonly account: "address/";
1756
1874
  };
1757
1875
  };
1876
+ readonly XRPLEVM: {
1877
+ readonly name: "XRPL Explorer";
1878
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
1879
+ readonly endpoints: {
1880
+ readonly tx: "tx/";
1881
+ readonly account: "address/";
1882
+ };
1883
+ };
1758
1884
  };
1759
1885
  }[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) => {
1760
1886
  readonly Mainnet: {
@@ -1862,6 +1988,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1862
1988
  readonly account: "address/";
1863
1989
  };
1864
1990
  };
1991
+ readonly XRPLEVM: {
1992
+ readonly name: "XRPL Explorer";
1993
+ readonly baseUrl: "https://explorer.xrplevm.org/";
1994
+ readonly endpoints: {
1995
+ readonly tx: "tx/";
1996
+ readonly account: "address/";
1997
+ };
1998
+ };
1865
1999
  };
1866
2000
  readonly Testnet: {
1867
2001
  readonly Ethereum: {
@@ -1975,6 +2109,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
1975
2109
  readonly account: "address/";
1976
2110
  };
1977
2111
  };
2112
+ readonly XRPLEVM: {
2113
+ readonly name: "XRPL Explorer";
2114
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
2115
+ readonly endpoints: {
2116
+ readonly tx: "tx/";
2117
+ readonly account: "address/";
2118
+ };
2119
+ };
1978
2120
  };
1979
2121
  }[T_2] extends infer T_4 ? T_4 extends {
1980
2122
  readonly Mainnet: {
@@ -2082,6 +2224,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2082
2224
  readonly account: "address/";
2083
2225
  };
2084
2226
  };
2227
+ readonly XRPLEVM: {
2228
+ readonly name: "XRPL Explorer";
2229
+ readonly baseUrl: "https://explorer.xrplevm.org/";
2230
+ readonly endpoints: {
2231
+ readonly tx: "tx/";
2232
+ readonly account: "address/";
2233
+ };
2234
+ };
2085
2235
  };
2086
2236
  readonly Testnet: {
2087
2237
  readonly Ethereum: {
@@ -2195,6 +2345,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2195
2345
  readonly account: "address/";
2196
2346
  };
2197
2347
  };
2348
+ readonly XRPLEVM: {
2349
+ readonly name: "XRPL Explorer";
2350
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
2351
+ readonly endpoints: {
2352
+ readonly tx: "tx/";
2353
+ readonly account: "address/";
2354
+ };
2355
+ };
2198
2356
  };
2199
2357
  }[T_2] ? T_4 extends {
2200
2358
  [key: string]: unknown;
@@ -2307,6 +2465,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2307
2465
  readonly account: "address/";
2308
2466
  };
2309
2467
  };
2468
+ readonly XRPLEVM: {
2469
+ readonly name: "XRPL Explorer";
2470
+ readonly baseUrl: "https://explorer.xrplevm.org/";
2471
+ readonly endpoints: {
2472
+ readonly tx: "tx/";
2473
+ readonly account: "address/";
2474
+ };
2475
+ };
2310
2476
  };
2311
2477
  readonly Testnet: {
2312
2478
  readonly Ethereum: {
@@ -2420,6 +2586,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2420
2586
  readonly account: "address/";
2421
2587
  };
2422
2588
  };
2589
+ readonly XRPLEVM: {
2590
+ readonly name: "XRPL Explorer";
2591
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
2592
+ readonly endpoints: {
2593
+ readonly tx: "tx/";
2594
+ readonly account: "address/";
2595
+ };
2596
+ };
2423
2597
  };
2424
2598
  }[T_2] extends infer T_5 ? T_5 extends {
2425
2599
  readonly Mainnet: {
@@ -2527,6 +2701,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2527
2701
  readonly account: "address/";
2528
2702
  };
2529
2703
  };
2704
+ readonly XRPLEVM: {
2705
+ readonly name: "XRPL Explorer";
2706
+ readonly baseUrl: "https://explorer.xrplevm.org/";
2707
+ readonly endpoints: {
2708
+ readonly tx: "tx/";
2709
+ readonly account: "address/";
2710
+ };
2711
+ };
2530
2712
  };
2531
2713
  readonly Testnet: {
2532
2714
  readonly Ethereum: {
@@ -2640,6 +2822,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2640
2822
  readonly account: "address/";
2641
2823
  };
2642
2824
  };
2825
+ readonly XRPLEVM: {
2826
+ readonly name: "XRPL Explorer";
2827
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
2828
+ readonly endpoints: {
2829
+ readonly tx: "tx/";
2830
+ readonly account: "address/";
2831
+ };
2832
+ };
2643
2833
  };
2644
2834
  }[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
2645
2835
  readonly Mainnet: {
@@ -2747,6 +2937,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2747
2937
  readonly account: "address/";
2748
2938
  };
2749
2939
  };
2940
+ readonly XRPLEVM: {
2941
+ readonly name: "XRPL Explorer";
2942
+ readonly baseUrl: "https://explorer.xrplevm.org/";
2943
+ readonly endpoints: {
2944
+ readonly tx: "tx/";
2945
+ readonly account: "address/";
2946
+ };
2947
+ };
2750
2948
  };
2751
2949
  readonly Testnet: {
2752
2950
  readonly Ethereum: {
@@ -2860,6 +3058,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2860
3058
  readonly account: "address/";
2861
3059
  };
2862
3060
  };
3061
+ readonly XRPLEVM: {
3062
+ readonly name: "XRPL Explorer";
3063
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
3064
+ readonly endpoints: {
3065
+ readonly tx: "tx/";
3066
+ readonly account: "address/";
3067
+ };
3068
+ };
2863
3069
  };
2864
3070
  }[T_2] extends infer T_5 ? T_5 extends {
2865
3071
  readonly Mainnet: {
@@ -2967,6 +3173,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
2967
3173
  readonly account: "address/";
2968
3174
  };
2969
3175
  };
3176
+ readonly XRPLEVM: {
3177
+ readonly name: "XRPL Explorer";
3178
+ readonly baseUrl: "https://explorer.xrplevm.org/";
3179
+ readonly endpoints: {
3180
+ readonly tx: "tx/";
3181
+ readonly account: "address/";
3182
+ };
3183
+ };
2970
3184
  };
2971
3185
  readonly Testnet: {
2972
3186
  readonly Ethereum: {
@@ -3080,6 +3294,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3080
3294
  readonly account: "address/";
3081
3295
  };
3082
3296
  };
3297
+ readonly XRPLEVM: {
3298
+ readonly name: "XRPL Explorer";
3299
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
3300
+ readonly endpoints: {
3301
+ readonly tx: "tx/";
3302
+ readonly account: "address/";
3303
+ };
3304
+ };
3083
3305
  };
3084
3306
  }[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;
3085
3307
  readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
@@ -3188,6 +3410,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3188
3410
  readonly account: "address/";
3189
3411
  };
3190
3412
  };
3413
+ readonly XRPLEVM: {
3414
+ readonly name: "XRPL Explorer";
3415
+ readonly baseUrl: "https://explorer.xrplevm.org/";
3416
+ readonly endpoints: {
3417
+ readonly tx: "tx/";
3418
+ readonly account: "address/";
3419
+ };
3420
+ };
3191
3421
  };
3192
3422
  readonly Testnet: {
3193
3423
  readonly Ethereum: {
@@ -3301,6 +3531,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3301
3531
  readonly account: "address/";
3302
3532
  };
3303
3533
  };
3534
+ readonly XRPLEVM: {
3535
+ readonly name: "XRPL Explorer";
3536
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
3537
+ readonly endpoints: {
3538
+ readonly tx: "tx/";
3539
+ readonly account: "address/";
3540
+ };
3541
+ };
3304
3542
  };
3305
3543
  }[T_2] extends infer T_5 ? T_5 extends {
3306
3544
  readonly Mainnet: {
@@ -3408,6 +3646,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3408
3646
  readonly account: "address/";
3409
3647
  };
3410
3648
  };
3649
+ readonly XRPLEVM: {
3650
+ readonly name: "XRPL Explorer";
3651
+ readonly baseUrl: "https://explorer.xrplevm.org/";
3652
+ readonly endpoints: {
3653
+ readonly tx: "tx/";
3654
+ readonly account: "address/";
3655
+ };
3656
+ };
3411
3657
  };
3412
3658
  readonly Testnet: {
3413
3659
  readonly Ethereum: {
@@ -3521,6 +3767,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3521
3767
  readonly account: "address/";
3522
3768
  };
3523
3769
  };
3770
+ readonly XRPLEVM: {
3771
+ readonly name: "XRPL Explorer";
3772
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
3773
+ readonly endpoints: {
3774
+ readonly tx: "tx/";
3775
+ readonly account: "address/";
3776
+ };
3777
+ };
3524
3778
  };
3525
3779
  }[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
3526
3780
  readonly Mainnet: {
@@ -3628,6 +3882,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3628
3882
  readonly account: "address/";
3629
3883
  };
3630
3884
  };
3885
+ readonly XRPLEVM: {
3886
+ readonly name: "XRPL Explorer";
3887
+ readonly baseUrl: "https://explorer.xrplevm.org/";
3888
+ readonly endpoints: {
3889
+ readonly tx: "tx/";
3890
+ readonly account: "address/";
3891
+ };
3892
+ };
3631
3893
  };
3632
3894
  readonly Testnet: {
3633
3895
  readonly Ethereum: {
@@ -3741,6 +4003,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3741
4003
  readonly account: "address/";
3742
4004
  };
3743
4005
  };
4006
+ readonly XRPLEVM: {
4007
+ readonly name: "XRPL Explorer";
4008
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
4009
+ readonly endpoints: {
4010
+ readonly tx: "tx/";
4011
+ readonly account: "address/";
4012
+ };
4013
+ };
3744
4014
  };
3745
4015
  }[T_2] extends infer T_5 ? T_5 extends {
3746
4016
  readonly Mainnet: {
@@ -3848,6 +4118,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3848
4118
  readonly account: "address/";
3849
4119
  };
3850
4120
  };
4121
+ readonly XRPLEVM: {
4122
+ readonly name: "XRPL Explorer";
4123
+ readonly baseUrl: "https://explorer.xrplevm.org/";
4124
+ readonly endpoints: {
4125
+ readonly tx: "tx/";
4126
+ readonly account: "address/";
4127
+ };
4128
+ };
3851
4129
  };
3852
4130
  readonly Testnet: {
3853
4131
  readonly Ethereum: {
@@ -3961,6 +4239,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
3961
4239
  readonly account: "address/";
3962
4240
  };
3963
4241
  };
4242
+ readonly XRPLEVM: {
4243
+ readonly name: "XRPL Explorer";
4244
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
4245
+ readonly endpoints: {
4246
+ readonly tx: "tx/";
4247
+ readonly account: "address/";
4248
+ };
4249
+ };
3964
4250
  };
3965
4251
  }[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>) => ({
3966
4252
  readonly Mainnet: {
@@ -4068,6 +4354,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
4068
4354
  readonly account: "address/";
4069
4355
  };
4070
4356
  };
4357
+ readonly XRPLEVM: {
4358
+ readonly name: "XRPL Explorer";
4359
+ readonly baseUrl: "https://explorer.xrplevm.org/";
4360
+ readonly endpoints: {
4361
+ readonly tx: "tx/";
4362
+ readonly account: "address/";
4363
+ };
4364
+ };
4071
4365
  };
4072
4366
  readonly Testnet: {
4073
4367
  readonly Ethereum: {
@@ -4181,6 +4475,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
4181
4475
  readonly account: "address/";
4182
4476
  };
4183
4477
  };
4478
+ readonly XRPLEVM: {
4479
+ readonly name: "XRPL Explorer";
4480
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
4481
+ readonly endpoints: {
4482
+ readonly tx: "tx/";
4483
+ readonly account: "address/";
4484
+ };
4485
+ };
4184
4486
  };
4185
4487
  }[T_2] extends infer T_7 ? T_7 extends {
4186
4488
  readonly Mainnet: {
@@ -4288,6 +4590,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
4288
4590
  readonly account: "address/";
4289
4591
  };
4290
4592
  };
4593
+ readonly XRPLEVM: {
4594
+ readonly name: "XRPL Explorer";
4595
+ readonly baseUrl: "https://explorer.xrplevm.org/";
4596
+ readonly endpoints: {
4597
+ readonly tx: "tx/";
4598
+ readonly account: "address/";
4599
+ };
4600
+ };
4291
4601
  };
4292
4602
  readonly Testnet: {
4293
4603
  readonly Ethereum: {
@@ -4401,6 +4711,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
4401
4711
  readonly account: "address/";
4402
4712
  };
4403
4713
  };
4714
+ readonly XRPLEVM: {
4715
+ readonly name: "XRPL Explorer";
4716
+ readonly baseUrl: "https://explorer.testnet.xrplevm.org/";
4717
+ readonly endpoints: {
4718
+ readonly tx: "tx/";
4719
+ readonly account: "address/";
4720
+ };
4721
+ };
4404
4722
  };
4405
4723
  }[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
4406
4724
  } : 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,EAAK,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE;QACT,EAAE,EAAO,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,OAAO,EAAG,OAAO,CAAC;QAClB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAG,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,CAAC;AAiOF,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"}
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;AAgPF,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"}
@@ -117,6 +117,15 @@ const explorerConfig = [[
117
117
  account: "address/"
118
118
  },
119
119
  }
120
+ ], [
121
+ "XRPLEVM", {
122
+ name: "XRPL Explorer",
123
+ baseUrl: "https://explorer.xrplevm.org/",
124
+ endpoints: {
125
+ tx: "tx/",
126
+ account: "address/"
127
+ },
128
+ }
120
129
  ],
121
130
  ]
122
131
  ], [
@@ -243,6 +252,15 @@ const explorerConfig = [[
243
252
  account: "address/"
244
253
  },
245
254
  }
255
+ ], [
256
+ "XRPLEVM", {
257
+ name: "XRPL Explorer",
258
+ baseUrl: "https://explorer.testnet.xrplevm.org/",
259
+ endpoints: {
260
+ tx: "tx/",
261
+ account: "address/"
262
+ },
263
+ }
246
264
  ],
247
265
  ]
248
266
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"explorer.js","sourceRoot":"","sources":["../../../src/constants/explorer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"explorer.js","sourceRoot":"","sources":["../../../src/constants/explorer.ts"],"names":[],"mappings":"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"}