@wormhole-foundation/sdk-base 6.1.3 → 6.1.5
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/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/contracts/core.d.ts +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js +1 -0
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/executor.d.ts +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 +61 -4
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/explorer.d.ts +199 -40
- package/dist/esm/constants/explorer.d.ts.map +1 -1
- package/dist/esm/constants/explorer.js +12 -2
- package/dist/esm/constants/explorer.js.map +1 -1
- package/dist/esm/constants/finality.d.ts +6 -3
- package/dist/esm/constants/finality.d.ts.map +1 -1
- package/dist/esm/constants/finality.js +4 -2
- package/dist/esm/constants/finality.js.map +1 -1
- package/dist/esm/constants/nativeChainIds.d.ts +24 -4
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +1 -0
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +4 -3
- package/dist/esm/constants/platforms.d.ts.map +1 -1
- package/dist/esm/constants/platforms.js +1 -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 +1 -0
- package/dist/esm/constants/rpc.js.map +1 -1
- package/package.json +1 -1
|
@@ -232,12 +232,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
232
232
|
readonly account: "address/";
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
|
+
readonly Robinhood: {
|
|
236
|
+
readonly name: "Robinhood Chain Explorer";
|
|
237
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
238
|
+
readonly endpoints: {
|
|
239
|
+
readonly tx: "tx/";
|
|
240
|
+
readonly account: "address/";
|
|
241
|
+
};
|
|
242
|
+
};
|
|
235
243
|
readonly Hydration: {
|
|
236
244
|
readonly name: "Hydration Explorer";
|
|
237
|
-
readonly baseUrl: "https://
|
|
245
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
238
246
|
readonly endpoints: {
|
|
239
247
|
readonly tx: "tx/";
|
|
240
|
-
readonly account: "
|
|
248
|
+
readonly account: "account/";
|
|
241
249
|
};
|
|
242
250
|
};
|
|
243
251
|
};
|
|
@@ -668,12 +676,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
668
676
|
readonly account: "address/";
|
|
669
677
|
};
|
|
670
678
|
};
|
|
679
|
+
readonly Robinhood: {
|
|
680
|
+
readonly name: "Robinhood Chain Explorer";
|
|
681
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
682
|
+
readonly endpoints: {
|
|
683
|
+
readonly tx: "tx/";
|
|
684
|
+
readonly account: "address/";
|
|
685
|
+
};
|
|
686
|
+
};
|
|
671
687
|
readonly Hydration: {
|
|
672
688
|
readonly name: "Hydration Explorer";
|
|
673
|
-
readonly baseUrl: "https://
|
|
689
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
674
690
|
readonly endpoints: {
|
|
675
691
|
readonly tx: "tx/";
|
|
676
|
-
readonly account: "
|
|
692
|
+
readonly account: "account/";
|
|
677
693
|
};
|
|
678
694
|
};
|
|
679
695
|
};
|
|
@@ -1104,12 +1120,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1104
1120
|
readonly account: "address/";
|
|
1105
1121
|
};
|
|
1106
1122
|
};
|
|
1123
|
+
readonly Robinhood: {
|
|
1124
|
+
readonly name: "Robinhood Chain Explorer";
|
|
1125
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
1126
|
+
readonly endpoints: {
|
|
1127
|
+
readonly tx: "tx/";
|
|
1128
|
+
readonly account: "address/";
|
|
1129
|
+
};
|
|
1130
|
+
};
|
|
1107
1131
|
readonly Hydration: {
|
|
1108
1132
|
readonly name: "Hydration Explorer";
|
|
1109
|
-
readonly baseUrl: "https://
|
|
1133
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
1110
1134
|
readonly endpoints: {
|
|
1111
1135
|
readonly tx: "tx/";
|
|
1112
|
-
readonly account: "
|
|
1136
|
+
readonly account: "account/";
|
|
1113
1137
|
};
|
|
1114
1138
|
};
|
|
1115
1139
|
};
|
|
@@ -1540,12 +1564,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1540
1564
|
readonly account: "address/";
|
|
1541
1565
|
};
|
|
1542
1566
|
};
|
|
1567
|
+
readonly Robinhood: {
|
|
1568
|
+
readonly name: "Robinhood Chain Explorer";
|
|
1569
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
1570
|
+
readonly endpoints: {
|
|
1571
|
+
readonly tx: "tx/";
|
|
1572
|
+
readonly account: "address/";
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1543
1575
|
readonly Hydration: {
|
|
1544
1576
|
readonly name: "Hydration Explorer";
|
|
1545
|
-
readonly baseUrl: "https://
|
|
1577
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
1546
1578
|
readonly endpoints: {
|
|
1547
1579
|
readonly tx: "tx/";
|
|
1548
|
-
readonly account: "
|
|
1580
|
+
readonly account: "account/";
|
|
1549
1581
|
};
|
|
1550
1582
|
};
|
|
1551
1583
|
};
|
|
@@ -1954,12 +1986,19 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1954
1986
|
readonly account: "address/";
|
|
1955
1987
|
};
|
|
1956
1988
|
} | {
|
|
1957
|
-
readonly name: "
|
|
1958
|
-
readonly baseUrl: "https://
|
|
1989
|
+
readonly name: "Robinhood Chain Explorer";
|
|
1990
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
1959
1991
|
readonly endpoints: {
|
|
1960
1992
|
readonly tx: "tx/";
|
|
1961
1993
|
readonly account: "address/";
|
|
1962
1994
|
};
|
|
1995
|
+
} | {
|
|
1996
|
+
readonly name: "Hydration Explorer";
|
|
1997
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
1998
|
+
readonly endpoints: {
|
|
1999
|
+
readonly tx: "tx/";
|
|
2000
|
+
readonly account: "account/";
|
|
2001
|
+
};
|
|
1963
2002
|
} | {
|
|
1964
2003
|
readonly name: "Etherscan";
|
|
1965
2004
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -2363,12 +2402,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2363
2402
|
readonly account: "address/";
|
|
2364
2403
|
};
|
|
2365
2404
|
};
|
|
2405
|
+
readonly Robinhood: {
|
|
2406
|
+
readonly name: "Robinhood Chain Explorer";
|
|
2407
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
2408
|
+
readonly endpoints: {
|
|
2409
|
+
readonly tx: "tx/";
|
|
2410
|
+
readonly account: "address/";
|
|
2411
|
+
};
|
|
2412
|
+
};
|
|
2366
2413
|
readonly Hydration: {
|
|
2367
2414
|
readonly name: "Hydration Explorer";
|
|
2368
|
-
readonly baseUrl: "https://
|
|
2415
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
2369
2416
|
readonly endpoints: {
|
|
2370
2417
|
readonly tx: "tx/";
|
|
2371
|
-
readonly account: "
|
|
2418
|
+
readonly account: "account/";
|
|
2372
2419
|
};
|
|
2373
2420
|
};
|
|
2374
2421
|
};
|
|
@@ -2803,12 +2850,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2803
2850
|
readonly account: "address/";
|
|
2804
2851
|
};
|
|
2805
2852
|
};
|
|
2853
|
+
readonly Robinhood: {
|
|
2854
|
+
readonly name: "Robinhood Chain Explorer";
|
|
2855
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
2856
|
+
readonly endpoints: {
|
|
2857
|
+
readonly tx: "tx/";
|
|
2858
|
+
readonly account: "address/";
|
|
2859
|
+
};
|
|
2860
|
+
};
|
|
2806
2861
|
readonly Hydration: {
|
|
2807
2862
|
readonly name: "Hydration Explorer";
|
|
2808
|
-
readonly baseUrl: "https://
|
|
2863
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
2809
2864
|
readonly endpoints: {
|
|
2810
2865
|
readonly tx: "tx/";
|
|
2811
|
-
readonly account: "
|
|
2866
|
+
readonly account: "account/";
|
|
2812
2867
|
};
|
|
2813
2868
|
};
|
|
2814
2869
|
};
|
|
@@ -3239,12 +3294,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3239
3294
|
readonly account: "address/";
|
|
3240
3295
|
};
|
|
3241
3296
|
};
|
|
3297
|
+
readonly Robinhood: {
|
|
3298
|
+
readonly name: "Robinhood Chain Explorer";
|
|
3299
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
3300
|
+
readonly endpoints: {
|
|
3301
|
+
readonly tx: "tx/";
|
|
3302
|
+
readonly account: "address/";
|
|
3303
|
+
};
|
|
3304
|
+
};
|
|
3242
3305
|
readonly Hydration: {
|
|
3243
3306
|
readonly name: "Hydration Explorer";
|
|
3244
|
-
readonly baseUrl: "https://
|
|
3307
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
3245
3308
|
readonly endpoints: {
|
|
3246
3309
|
readonly tx: "tx/";
|
|
3247
|
-
readonly account: "
|
|
3310
|
+
readonly account: "account/";
|
|
3248
3311
|
};
|
|
3249
3312
|
};
|
|
3250
3313
|
};
|
|
@@ -3675,12 +3738,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3675
3738
|
readonly account: "address/";
|
|
3676
3739
|
};
|
|
3677
3740
|
};
|
|
3741
|
+
readonly Robinhood: {
|
|
3742
|
+
readonly name: "Robinhood Chain Explorer";
|
|
3743
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
3744
|
+
readonly endpoints: {
|
|
3745
|
+
readonly tx: "tx/";
|
|
3746
|
+
readonly account: "address/";
|
|
3747
|
+
};
|
|
3748
|
+
};
|
|
3678
3749
|
readonly Hydration: {
|
|
3679
3750
|
readonly name: "Hydration Explorer";
|
|
3680
|
-
readonly baseUrl: "https://
|
|
3751
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
3681
3752
|
readonly endpoints: {
|
|
3682
3753
|
readonly tx: "tx/";
|
|
3683
|
-
readonly account: "
|
|
3754
|
+
readonly account: "account/";
|
|
3684
3755
|
};
|
|
3685
3756
|
};
|
|
3686
3757
|
};
|
|
@@ -4111,12 +4182,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4111
4182
|
readonly account: "address/";
|
|
4112
4183
|
};
|
|
4113
4184
|
};
|
|
4185
|
+
readonly Robinhood: {
|
|
4186
|
+
readonly name: "Robinhood Chain Explorer";
|
|
4187
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
4188
|
+
readonly endpoints: {
|
|
4189
|
+
readonly tx: "tx/";
|
|
4190
|
+
readonly account: "address/";
|
|
4191
|
+
};
|
|
4192
|
+
};
|
|
4114
4193
|
readonly Hydration: {
|
|
4115
4194
|
readonly name: "Hydration Explorer";
|
|
4116
|
-
readonly baseUrl: "https://
|
|
4195
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
4117
4196
|
readonly endpoints: {
|
|
4118
4197
|
readonly tx: "tx/";
|
|
4119
|
-
readonly account: "
|
|
4198
|
+
readonly account: "account/";
|
|
4120
4199
|
};
|
|
4121
4200
|
};
|
|
4122
4201
|
};
|
|
@@ -4552,12 +4631,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4552
4631
|
readonly account: "address/";
|
|
4553
4632
|
};
|
|
4554
4633
|
};
|
|
4634
|
+
readonly Robinhood: {
|
|
4635
|
+
readonly name: "Robinhood Chain Explorer";
|
|
4636
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
4637
|
+
readonly endpoints: {
|
|
4638
|
+
readonly tx: "tx/";
|
|
4639
|
+
readonly account: "address/";
|
|
4640
|
+
};
|
|
4641
|
+
};
|
|
4555
4642
|
readonly Hydration: {
|
|
4556
4643
|
readonly name: "Hydration Explorer";
|
|
4557
|
-
readonly baseUrl: "https://
|
|
4644
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
4558
4645
|
readonly endpoints: {
|
|
4559
4646
|
readonly tx: "tx/";
|
|
4560
|
-
readonly account: "
|
|
4647
|
+
readonly account: "account/";
|
|
4561
4648
|
};
|
|
4562
4649
|
};
|
|
4563
4650
|
};
|
|
@@ -4988,12 +5075,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4988
5075
|
readonly account: "address/";
|
|
4989
5076
|
};
|
|
4990
5077
|
};
|
|
5078
|
+
readonly Robinhood: {
|
|
5079
|
+
readonly name: "Robinhood Chain Explorer";
|
|
5080
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
5081
|
+
readonly endpoints: {
|
|
5082
|
+
readonly tx: "tx/";
|
|
5083
|
+
readonly account: "address/";
|
|
5084
|
+
};
|
|
5085
|
+
};
|
|
4991
5086
|
readonly Hydration: {
|
|
4992
5087
|
readonly name: "Hydration Explorer";
|
|
4993
|
-
readonly baseUrl: "https://
|
|
5088
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
4994
5089
|
readonly endpoints: {
|
|
4995
5090
|
readonly tx: "tx/";
|
|
4996
|
-
readonly account: "
|
|
5091
|
+
readonly account: "account/";
|
|
4997
5092
|
};
|
|
4998
5093
|
};
|
|
4999
5094
|
};
|
|
@@ -5424,12 +5519,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5424
5519
|
readonly account: "address/";
|
|
5425
5520
|
};
|
|
5426
5521
|
};
|
|
5522
|
+
readonly Robinhood: {
|
|
5523
|
+
readonly name: "Robinhood Chain Explorer";
|
|
5524
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
5525
|
+
readonly endpoints: {
|
|
5526
|
+
readonly tx: "tx/";
|
|
5527
|
+
readonly account: "address/";
|
|
5528
|
+
};
|
|
5529
|
+
};
|
|
5427
5530
|
readonly Hydration: {
|
|
5428
5531
|
readonly name: "Hydration Explorer";
|
|
5429
|
-
readonly baseUrl: "https://
|
|
5532
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
5430
5533
|
readonly endpoints: {
|
|
5431
5534
|
readonly tx: "tx/";
|
|
5432
|
-
readonly account: "
|
|
5535
|
+
readonly account: "account/";
|
|
5433
5536
|
};
|
|
5434
5537
|
};
|
|
5435
5538
|
};
|
|
@@ -5860,12 +5963,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5860
5963
|
readonly account: "address/";
|
|
5861
5964
|
};
|
|
5862
5965
|
};
|
|
5966
|
+
readonly Robinhood: {
|
|
5967
|
+
readonly name: "Robinhood Chain Explorer";
|
|
5968
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
5969
|
+
readonly endpoints: {
|
|
5970
|
+
readonly tx: "tx/";
|
|
5971
|
+
readonly account: "address/";
|
|
5972
|
+
};
|
|
5973
|
+
};
|
|
5863
5974
|
readonly Hydration: {
|
|
5864
5975
|
readonly name: "Hydration Explorer";
|
|
5865
|
-
readonly baseUrl: "https://
|
|
5976
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
5866
5977
|
readonly endpoints: {
|
|
5867
5978
|
readonly tx: "tx/";
|
|
5868
|
-
readonly account: "
|
|
5979
|
+
readonly account: "account/";
|
|
5869
5980
|
};
|
|
5870
5981
|
};
|
|
5871
5982
|
};
|
|
@@ -6297,12 +6408,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6297
6408
|
readonly account: "address/";
|
|
6298
6409
|
};
|
|
6299
6410
|
};
|
|
6411
|
+
readonly Robinhood: {
|
|
6412
|
+
readonly name: "Robinhood Chain Explorer";
|
|
6413
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
6414
|
+
readonly endpoints: {
|
|
6415
|
+
readonly tx: "tx/";
|
|
6416
|
+
readonly account: "address/";
|
|
6417
|
+
};
|
|
6418
|
+
};
|
|
6300
6419
|
readonly Hydration: {
|
|
6301
6420
|
readonly name: "Hydration Explorer";
|
|
6302
|
-
readonly baseUrl: "https://
|
|
6421
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
6303
6422
|
readonly endpoints: {
|
|
6304
6423
|
readonly tx: "tx/";
|
|
6305
|
-
readonly account: "
|
|
6424
|
+
readonly account: "account/";
|
|
6306
6425
|
};
|
|
6307
6426
|
};
|
|
6308
6427
|
};
|
|
@@ -6733,12 +6852,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6733
6852
|
readonly account: "address/";
|
|
6734
6853
|
};
|
|
6735
6854
|
};
|
|
6855
|
+
readonly Robinhood: {
|
|
6856
|
+
readonly name: "Robinhood Chain Explorer";
|
|
6857
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
6858
|
+
readonly endpoints: {
|
|
6859
|
+
readonly tx: "tx/";
|
|
6860
|
+
readonly account: "address/";
|
|
6861
|
+
};
|
|
6862
|
+
};
|
|
6736
6863
|
readonly Hydration: {
|
|
6737
6864
|
readonly name: "Hydration Explorer";
|
|
6738
|
-
readonly baseUrl: "https://
|
|
6865
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
6739
6866
|
readonly endpoints: {
|
|
6740
6867
|
readonly tx: "tx/";
|
|
6741
|
-
readonly account: "
|
|
6868
|
+
readonly account: "account/";
|
|
6742
6869
|
};
|
|
6743
6870
|
};
|
|
6744
6871
|
};
|
|
@@ -7169,12 +7296,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7169
7296
|
readonly account: "address/";
|
|
7170
7297
|
};
|
|
7171
7298
|
};
|
|
7299
|
+
readonly Robinhood: {
|
|
7300
|
+
readonly name: "Robinhood Chain Explorer";
|
|
7301
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
7302
|
+
readonly endpoints: {
|
|
7303
|
+
readonly tx: "tx/";
|
|
7304
|
+
readonly account: "address/";
|
|
7305
|
+
};
|
|
7306
|
+
};
|
|
7172
7307
|
readonly Hydration: {
|
|
7173
7308
|
readonly name: "Hydration Explorer";
|
|
7174
|
-
readonly baseUrl: "https://
|
|
7309
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
7175
7310
|
readonly endpoints: {
|
|
7176
7311
|
readonly tx: "tx/";
|
|
7177
|
-
readonly account: "
|
|
7312
|
+
readonly account: "account/";
|
|
7178
7313
|
};
|
|
7179
7314
|
};
|
|
7180
7315
|
};
|
|
@@ -7605,12 +7740,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7605
7740
|
readonly account: "address/";
|
|
7606
7741
|
};
|
|
7607
7742
|
};
|
|
7743
|
+
readonly Robinhood: {
|
|
7744
|
+
readonly name: "Robinhood Chain Explorer";
|
|
7745
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
7746
|
+
readonly endpoints: {
|
|
7747
|
+
readonly tx: "tx/";
|
|
7748
|
+
readonly account: "address/";
|
|
7749
|
+
};
|
|
7750
|
+
};
|
|
7608
7751
|
readonly Hydration: {
|
|
7609
7752
|
readonly name: "Hydration Explorer";
|
|
7610
|
-
readonly baseUrl: "https://
|
|
7753
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
7611
7754
|
readonly endpoints: {
|
|
7612
7755
|
readonly tx: "tx/";
|
|
7613
|
-
readonly account: "
|
|
7756
|
+
readonly account: "account/";
|
|
7614
7757
|
};
|
|
7615
7758
|
};
|
|
7616
7759
|
};
|
|
@@ -8041,12 +8184,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
8041
8184
|
readonly account: "address/";
|
|
8042
8185
|
};
|
|
8043
8186
|
};
|
|
8187
|
+
readonly Robinhood: {
|
|
8188
|
+
readonly name: "Robinhood Chain Explorer";
|
|
8189
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
8190
|
+
readonly endpoints: {
|
|
8191
|
+
readonly tx: "tx/";
|
|
8192
|
+
readonly account: "address/";
|
|
8193
|
+
};
|
|
8194
|
+
};
|
|
8044
8195
|
readonly Hydration: {
|
|
8045
8196
|
readonly name: "Hydration Explorer";
|
|
8046
|
-
readonly baseUrl: "https://
|
|
8197
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
8047
8198
|
readonly endpoints: {
|
|
8048
8199
|
readonly tx: "tx/";
|
|
8049
|
-
readonly account: "
|
|
8200
|
+
readonly account: "account/";
|
|
8050
8201
|
};
|
|
8051
8202
|
};
|
|
8052
8203
|
};
|
|
@@ -8477,12 +8628,20 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
8477
8628
|
readonly account: "address/";
|
|
8478
8629
|
};
|
|
8479
8630
|
};
|
|
8631
|
+
readonly Robinhood: {
|
|
8632
|
+
readonly name: "Robinhood Chain Explorer";
|
|
8633
|
+
readonly baseUrl: "https://robinhoodchain.blockscout.com/";
|
|
8634
|
+
readonly endpoints: {
|
|
8635
|
+
readonly tx: "tx/";
|
|
8636
|
+
readonly account: "address/";
|
|
8637
|
+
};
|
|
8638
|
+
};
|
|
8480
8639
|
readonly Hydration: {
|
|
8481
8640
|
readonly name: "Hydration Explorer";
|
|
8482
|
-
readonly baseUrl: "https://
|
|
8641
|
+
readonly baseUrl: "https://hydration.subscan.io/";
|
|
8483
8642
|
readonly endpoints: {
|
|
8484
8643
|
readonly tx: "tx/";
|
|
8485
|
-
readonly account: "
|
|
8644
|
+
readonly account: "account/";
|
|
8486
8645
|
};
|
|
8487
8646
|
};
|
|
8488
8647
|
};
|
|
@@ -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;AAgeF,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"}
|
|
@@ -249,13 +249,23 @@ const explorerConfig = [[
|
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
],
|
|
252
|
+
[
|
|
253
|
+
"Robinhood", {
|
|
254
|
+
name: "Robinhood Chain Explorer",
|
|
255
|
+
baseUrl: "https://robinhoodchain.blockscout.com/",
|
|
256
|
+
endpoints: {
|
|
257
|
+
tx: "tx/",
|
|
258
|
+
account: "address/"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
],
|
|
252
262
|
[
|
|
253
263
|
"Hydration", {
|
|
254
264
|
name: "Hydration Explorer",
|
|
255
|
-
baseUrl: "https://
|
|
265
|
+
baseUrl: "https://hydration.subscan.io/",
|
|
256
266
|
endpoints: {
|
|
257
267
|
tx: "tx/",
|
|
258
|
-
account: "
|
|
268
|
+
account: "account/"
|
|
259
269
|
}
|
|
260
270
|
}
|
|
261
271
|
],
|
|
@@ -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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"}
|
|
@@ -14,7 +14,7 @@ export declare const safeThreshold: (<const K1 extends "Ethereum">(args_0: K1) =
|
|
|
14
14
|
* The number of blocks before a transaction may be considered "final" and
|
|
15
15
|
* will not be rolled back
|
|
16
16
|
*/
|
|
17
|
-
export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Base" | "Sei" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "Stacks" | "Moca" | "MegaETH" | "Xrpl" | "ZeroGravity" | "Tempo" | "Nexus" | "Arc" | "Hydration" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Dymension" | "Provenance" | "Noble" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "PolygonSepolia" | "MonadTestnet">(args_0: K1) => {
|
|
17
|
+
export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Base" | "Sei" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "Stacks" | "Moca" | "MegaETH" | "Xrpl" | "ZeroGravity" | "Tempo" | "Nexus" | "Arc" | "Robinhood" | "Hydration" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Dymension" | "Provenance" | "Noble" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "PolygonSepolia" | "MonadTestnet">(args_0: K1) => {
|
|
18
18
|
readonly Solana: 32;
|
|
19
19
|
readonly Ethereum: 72;
|
|
20
20
|
readonly Bsc: 15;
|
|
@@ -65,6 +65,7 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
|
|
|
65
65
|
readonly Tempo: 1;
|
|
66
66
|
readonly Nexus: 1;
|
|
67
67
|
readonly Arc: 1;
|
|
68
|
+
readonly Robinhood: 4096;
|
|
68
69
|
readonly Hydration: 5;
|
|
69
70
|
readonly Sepolia: 72;
|
|
70
71
|
readonly ArbitrumSepolia: 4096;
|
|
@@ -77,7 +78,7 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
|
|
|
77
78
|
readonly get: (args_0: string) => 0 | 3 | 1 | 2 | 5 | 15 | 32 | 72 | 512 | 4096 | 1024 | 240 | undefined;
|
|
78
79
|
};
|
|
79
80
|
/** The amount of time between block production, in milliseconds */
|
|
80
|
-
export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Pythnet" | "Btc" | "Base" | "Sei" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "Stacks" | "Moca" | "MegaETH" | "Xrpl" | "ZeroGravity" | "Tempo" | "Nexus" | "Arc" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "MonadTestnet" | "HyperCore">(args_0: K1) => {
|
|
81
|
+
export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Algorand" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Pythnet" | "Btc" | "Base" | "Sei" | "Berachain" | "Seievm" | "Unichain" | "Worldchain" | "Ink" | "HyperEVM" | "Monad" | "Mezo" | "Fogo" | "Sonic" | "Converge" | "Plume" | "XRPLEVM" | "Plasma" | "CreditCoin" | "Stacks" | "Moca" | "MegaETH" | "Xrpl" | "ZeroGravity" | "Tempo" | "Nexus" | "Arc" | "Robinhood" | "Hydration" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia" | "MonadTestnet" | "HyperCore">(args_0: K1) => {
|
|
81
82
|
readonly Algorand: 3300;
|
|
82
83
|
readonly Aptos: 4000;
|
|
83
84
|
readonly Arbitrum: 260;
|
|
@@ -137,7 +138,9 @@ export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Bsc"
|
|
|
137
138
|
readonly ZeroGravity: 1000;
|
|
138
139
|
readonly Tempo: 1000;
|
|
139
140
|
readonly Nexus: 1000;
|
|
140
|
-
readonly Arc: 1000
|
|
141
|
+
readonly Arc: 1000;
|
|
142
|
+
readonly Robinhood: 100;
|
|
143
|
+
readonly Hydration: 30000;
|
|
141
144
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
142
145
|
readonly has: (args_0: string) => boolean;
|
|
143
146
|
readonly get: (args_0: string) => 1000 | 4000 | 3300 | 260 | 2000 | 750 | 5000 | 15000 | 2500 | 3000 | 12000 | 1500 | 6000 | 400 | 600000 | 7500 | 330 | 100 | 250 | 30000 | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"finality.d.ts","sourceRoot":"","sources":["../../../src/constants/finality.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAOzC,oBAAY,iBAAiB;IAE3B,SAAS,IAAI;IACb,SAAS,MAAM;IACf,IAAI,MAAW;CAChB;AAQD,eAAO,MAAM,aAAa;;;;;CAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"finality.d.ts","sourceRoot":"","sources":["../../../src/constants/finality.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAOzC,oBAAY,iBAAiB;IAE3B,SAAS,IAAI;IACb,SAAS,MAAM;IACf,IAAI,MAAW;CAChB;AAQD,eAAO,MAAM,aAAa;;;;;CAA2B,CAAC;AAqEtD;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAqE9D,oEAAoE;AACpE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AAEzD;;;;GAIG;AACH,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,KAAK,EACZ,gBAAgB,EAAE,MAAM,EACxB,SAAS,GAAE,MAAW,GACrB,MAAM,CAsCR;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CAQzD"}
|
|
@@ -73,7 +73,8 @@ const finalityThresholds = [
|
|
|
73
73
|
["Tempo", 1],
|
|
74
74
|
["Nexus", 1],
|
|
75
75
|
["Arc", 1],
|
|
76
|
-
["
|
|
76
|
+
["Robinhood", 4096], // ~100ms blocks; matches other sub-second L2s (Converge, MegaETH)
|
|
77
|
+
["Hydration", 5], // Inferred from Polkadot
|
|
77
78
|
// Testnets
|
|
78
79
|
["Sepolia", 72],
|
|
79
80
|
["ArbitrumSepolia", 4096],
|
|
@@ -150,7 +151,8 @@ const blockTimeMilliseconds = [
|
|
|
150
151
|
["Tempo", 1_000],
|
|
151
152
|
["Nexus", 1_000],
|
|
152
153
|
["Arc", 1_000],
|
|
153
|
-
["
|
|
154
|
+
["Robinhood", 100],
|
|
155
|
+
["Hydration", 30_000],
|
|
154
156
|
];
|
|
155
157
|
/** The amount of time between block production, in milliseconds */
|
|
156
158
|
export const blockTime = constMap(blockTimeMilliseconds);
|