@wormhole-foundation/sdk-base 4.1.0 → 4.3.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/contracts/core.d.ts +1 -1
- package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/core.js +3 -1
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +80 -4
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/tokenBridge.js +3 -1
- package/dist/cjs/constants/contracts/tokenBridge.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 +18 -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/nativeChainIds.d.ts +44 -4
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +2 -0
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/platforms.d.ts +4 -3
- package/dist/cjs/constants/platforms.d.ts.map +1 -1
- package/dist/cjs/constants/platforms.js +1 -0
- package/dist/cjs/constants/platforms.js.map +1 -1
- package/dist/cjs/constants/tokens/mainnet.d.ts +20 -1
- package/dist/cjs/constants/tokens/mainnet.d.ts.map +1 -1
- package/dist/cjs/constants/tokens/mainnet.js +22 -1
- package/dist/cjs/constants/tokens/mainnet.js.map +1 -1
- package/dist/cjs/constants/tokens/testnet.d.ts +20 -1
- package/dist/cjs/constants/tokens/testnet.d.ts.map +1 -1
- package/dist/cjs/constants/tokens/testnet.js +22 -1
- package/dist/cjs/constants/tokens/testnet.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/contracts/core.d.ts +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js +3 -1
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +80 -4
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts +1 -1
- package/dist/esm/constants/contracts/tokenBridge.d.ts.map +1 -1
- package/dist/esm/constants/contracts/tokenBridge.js +3 -1
- package/dist/esm/constants/contracts/tokenBridge.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 +18 -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/nativeChainIds.d.ts +44 -4
- package/dist/esm/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/esm/constants/nativeChainIds.js +2 -0
- package/dist/esm/constants/nativeChainIds.js.map +1 -1
- package/dist/esm/constants/platforms.d.ts +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/tokens/mainnet.d.ts +20 -1
- package/dist/esm/constants/tokens/mainnet.d.ts.map +1 -1
- package/dist/esm/constants/tokens/mainnet.js +22 -1
- package/dist/esm/constants/tokens/mainnet.js.map +1 -1
- package/dist/esm/constants/tokens/testnet.d.ts +20 -1
- package/dist/esm/constants/tokens/testnet.d.ts.map +1 -1
- package/dist/esm/constants/tokens/testnet.js +22 -1
- package/dist/esm/constants/tokens/testnet.js.map +1 -1
- package/package.json +1 -1
|
@@ -192,6 +192,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
192
192
|
readonly account: "address/";
|
|
193
193
|
};
|
|
194
194
|
};
|
|
195
|
+
readonly MegaETH: {
|
|
196
|
+
readonly name: "MegaETH Explorer";
|
|
197
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
198
|
+
readonly endpoints: {
|
|
199
|
+
readonly tx: "tx/";
|
|
200
|
+
readonly account: "address/";
|
|
201
|
+
};
|
|
202
|
+
};
|
|
195
203
|
};
|
|
196
204
|
readonly Testnet: {
|
|
197
205
|
readonly Ethereum: {
|
|
@@ -353,6 +361,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
353
361
|
readonly account: "address/";
|
|
354
362
|
};
|
|
355
363
|
};
|
|
364
|
+
readonly MegaETH: {
|
|
365
|
+
readonly name: "MegaETH Explorer";
|
|
366
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
367
|
+
readonly endpoints: {
|
|
368
|
+
readonly tx: "tx/";
|
|
369
|
+
readonly account: "address/";
|
|
370
|
+
};
|
|
371
|
+
};
|
|
356
372
|
};
|
|
357
373
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
|
|
358
374
|
readonly Mainnet: {
|
|
@@ -532,6 +548,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
532
548
|
readonly account: "address/";
|
|
533
549
|
};
|
|
534
550
|
};
|
|
551
|
+
readonly MegaETH: {
|
|
552
|
+
readonly name: "MegaETH Explorer";
|
|
553
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
554
|
+
readonly endpoints: {
|
|
555
|
+
readonly tx: "tx/";
|
|
556
|
+
readonly account: "address/";
|
|
557
|
+
};
|
|
558
|
+
};
|
|
535
559
|
};
|
|
536
560
|
readonly Testnet: {
|
|
537
561
|
readonly Ethereum: {
|
|
@@ -693,6 +717,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
693
717
|
readonly account: "address/";
|
|
694
718
|
};
|
|
695
719
|
};
|
|
720
|
+
readonly MegaETH: {
|
|
721
|
+
readonly name: "MegaETH Explorer";
|
|
722
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
723
|
+
readonly endpoints: {
|
|
724
|
+
readonly tx: "tx/";
|
|
725
|
+
readonly account: "address/";
|
|
726
|
+
};
|
|
727
|
+
};
|
|
696
728
|
};
|
|
697
729
|
}[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) => {
|
|
698
730
|
readonly Mainnet: {
|
|
@@ -872,6 +904,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
872
904
|
readonly account: "address/";
|
|
873
905
|
};
|
|
874
906
|
};
|
|
907
|
+
readonly MegaETH: {
|
|
908
|
+
readonly name: "MegaETH Explorer";
|
|
909
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
910
|
+
readonly endpoints: {
|
|
911
|
+
readonly tx: "tx/";
|
|
912
|
+
readonly account: "address/";
|
|
913
|
+
};
|
|
914
|
+
};
|
|
875
915
|
};
|
|
876
916
|
readonly Testnet: {
|
|
877
917
|
readonly Ethereum: {
|
|
@@ -1033,6 +1073,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1033
1073
|
readonly account: "address/";
|
|
1034
1074
|
};
|
|
1035
1075
|
};
|
|
1076
|
+
readonly MegaETH: {
|
|
1077
|
+
readonly name: "MegaETH Explorer";
|
|
1078
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
1079
|
+
readonly endpoints: {
|
|
1080
|
+
readonly tx: "tx/";
|
|
1081
|
+
readonly account: "address/";
|
|
1082
|
+
};
|
|
1083
|
+
};
|
|
1036
1084
|
};
|
|
1037
1085
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
|
|
1038
1086
|
readonly Mainnet: {
|
|
@@ -1212,6 +1260,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1212
1260
|
readonly account: "address/";
|
|
1213
1261
|
};
|
|
1214
1262
|
};
|
|
1263
|
+
readonly MegaETH: {
|
|
1264
|
+
readonly name: "MegaETH Explorer";
|
|
1265
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
1266
|
+
readonly endpoints: {
|
|
1267
|
+
readonly tx: "tx/";
|
|
1268
|
+
readonly account: "address/";
|
|
1269
|
+
};
|
|
1270
|
+
};
|
|
1215
1271
|
};
|
|
1216
1272
|
readonly Testnet: {
|
|
1217
1273
|
readonly Ethereum: {
|
|
@@ -1373,6 +1429,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1373
1429
|
readonly account: "address/";
|
|
1374
1430
|
};
|
|
1375
1431
|
};
|
|
1432
|
+
readonly MegaETH: {
|
|
1433
|
+
readonly name: "MegaETH Explorer";
|
|
1434
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
1435
|
+
readonly endpoints: {
|
|
1436
|
+
readonly tx: "tx/";
|
|
1437
|
+
readonly account: "address/";
|
|
1438
|
+
};
|
|
1439
|
+
};
|
|
1376
1440
|
};
|
|
1377
1441
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
|
|
1378
1442
|
[key: string]: unknown;
|
|
@@ -1534,6 +1598,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1534
1598
|
readonly tx: "tx/";
|
|
1535
1599
|
readonly account: "address/";
|
|
1536
1600
|
};
|
|
1601
|
+
} | {
|
|
1602
|
+
readonly name: "MegaETH Explorer";
|
|
1603
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
1604
|
+
readonly endpoints: {
|
|
1605
|
+
readonly tx: "tx/";
|
|
1606
|
+
readonly account: "address/";
|
|
1607
|
+
};
|
|
1537
1608
|
} | {
|
|
1538
1609
|
readonly name: "Etherscan";
|
|
1539
1610
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -1675,6 +1746,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1675
1746
|
readonly tx: "tx/";
|
|
1676
1747
|
readonly account: "address/";
|
|
1677
1748
|
};
|
|
1749
|
+
} | {
|
|
1750
|
+
readonly name: "MegaETH Explorer";
|
|
1751
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
1752
|
+
readonly endpoints: {
|
|
1753
|
+
readonly tx: "tx/";
|
|
1754
|
+
readonly account: "address/";
|
|
1755
|
+
};
|
|
1678
1756
|
} | undefined;
|
|
1679
1757
|
} & {
|
|
1680
1758
|
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" ? {
|
|
@@ -1855,6 +1933,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1855
1933
|
readonly account: "address/";
|
|
1856
1934
|
};
|
|
1857
1935
|
};
|
|
1936
|
+
readonly MegaETH: {
|
|
1937
|
+
readonly name: "MegaETH Explorer";
|
|
1938
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
1939
|
+
readonly endpoints: {
|
|
1940
|
+
readonly tx: "tx/";
|
|
1941
|
+
readonly account: "address/";
|
|
1942
|
+
};
|
|
1943
|
+
};
|
|
1858
1944
|
};
|
|
1859
1945
|
readonly Testnet: {
|
|
1860
1946
|
readonly Ethereum: {
|
|
@@ -2016,6 +2102,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2016
2102
|
readonly account: "address/";
|
|
2017
2103
|
};
|
|
2018
2104
|
};
|
|
2105
|
+
readonly MegaETH: {
|
|
2106
|
+
readonly name: "MegaETH Explorer";
|
|
2107
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
2108
|
+
readonly endpoints: {
|
|
2109
|
+
readonly tx: "tx/";
|
|
2110
|
+
readonly account: "address/";
|
|
2111
|
+
};
|
|
2112
|
+
};
|
|
2019
2113
|
};
|
|
2020
2114
|
}[T_2] extends {
|
|
2021
2115
|
[key: string]: unknown;
|
|
@@ -2199,6 +2293,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2199
2293
|
readonly account: "address/";
|
|
2200
2294
|
};
|
|
2201
2295
|
};
|
|
2296
|
+
readonly MegaETH: {
|
|
2297
|
+
readonly name: "MegaETH Explorer";
|
|
2298
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
2299
|
+
readonly endpoints: {
|
|
2300
|
+
readonly tx: "tx/";
|
|
2301
|
+
readonly account: "address/";
|
|
2302
|
+
};
|
|
2303
|
+
};
|
|
2202
2304
|
};
|
|
2203
2305
|
readonly Testnet: {
|
|
2204
2306
|
readonly Ethereum: {
|
|
@@ -2360,6 +2462,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2360
2462
|
readonly account: "address/";
|
|
2361
2463
|
};
|
|
2362
2464
|
};
|
|
2465
|
+
readonly MegaETH: {
|
|
2466
|
+
readonly name: "MegaETH Explorer";
|
|
2467
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
2468
|
+
readonly endpoints: {
|
|
2469
|
+
readonly tx: "tx/";
|
|
2470
|
+
readonly account: "address/";
|
|
2471
|
+
};
|
|
2472
|
+
};
|
|
2363
2473
|
};
|
|
2364
2474
|
}[T_2] extends infer T_3 ? T_3 extends keyof {
|
|
2365
2475
|
readonly Mainnet: {
|
|
@@ -2539,6 +2649,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2539
2649
|
readonly account: "address/";
|
|
2540
2650
|
};
|
|
2541
2651
|
};
|
|
2652
|
+
readonly MegaETH: {
|
|
2653
|
+
readonly name: "MegaETH Explorer";
|
|
2654
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
2655
|
+
readonly endpoints: {
|
|
2656
|
+
readonly tx: "tx/";
|
|
2657
|
+
readonly account: "address/";
|
|
2658
|
+
};
|
|
2659
|
+
};
|
|
2542
2660
|
};
|
|
2543
2661
|
readonly Testnet: {
|
|
2544
2662
|
readonly Ethereum: {
|
|
@@ -2700,6 +2818,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2700
2818
|
readonly account: "address/";
|
|
2701
2819
|
};
|
|
2702
2820
|
};
|
|
2821
|
+
readonly MegaETH: {
|
|
2822
|
+
readonly name: "MegaETH Explorer";
|
|
2823
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
2824
|
+
readonly endpoints: {
|
|
2825
|
+
readonly tx: "tx/";
|
|
2826
|
+
readonly account: "address/";
|
|
2827
|
+
};
|
|
2828
|
+
};
|
|
2703
2829
|
};
|
|
2704
2830
|
}[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) => {
|
|
2705
2831
|
readonly Mainnet: {
|
|
@@ -2879,6 +3005,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2879
3005
|
readonly account: "address/";
|
|
2880
3006
|
};
|
|
2881
3007
|
};
|
|
3008
|
+
readonly MegaETH: {
|
|
3009
|
+
readonly name: "MegaETH Explorer";
|
|
3010
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
3011
|
+
readonly endpoints: {
|
|
3012
|
+
readonly tx: "tx/";
|
|
3013
|
+
readonly account: "address/";
|
|
3014
|
+
};
|
|
3015
|
+
};
|
|
2882
3016
|
};
|
|
2883
3017
|
readonly Testnet: {
|
|
2884
3018
|
readonly Ethereum: {
|
|
@@ -3040,6 +3174,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3040
3174
|
readonly account: "address/";
|
|
3041
3175
|
};
|
|
3042
3176
|
};
|
|
3177
|
+
readonly MegaETH: {
|
|
3178
|
+
readonly name: "MegaETH Explorer";
|
|
3179
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
3180
|
+
readonly endpoints: {
|
|
3181
|
+
readonly tx: "tx/";
|
|
3182
|
+
readonly account: "address/";
|
|
3183
|
+
};
|
|
3184
|
+
};
|
|
3043
3185
|
};
|
|
3044
3186
|
}[T_2] extends infer T_4 ? T_4 extends {
|
|
3045
3187
|
readonly Mainnet: {
|
|
@@ -3219,6 +3361,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3219
3361
|
readonly account: "address/";
|
|
3220
3362
|
};
|
|
3221
3363
|
};
|
|
3364
|
+
readonly MegaETH: {
|
|
3365
|
+
readonly name: "MegaETH Explorer";
|
|
3366
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
3367
|
+
readonly endpoints: {
|
|
3368
|
+
readonly tx: "tx/";
|
|
3369
|
+
readonly account: "address/";
|
|
3370
|
+
};
|
|
3371
|
+
};
|
|
3222
3372
|
};
|
|
3223
3373
|
readonly Testnet: {
|
|
3224
3374
|
readonly Ethereum: {
|
|
@@ -3380,6 +3530,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3380
3530
|
readonly account: "address/";
|
|
3381
3531
|
};
|
|
3382
3532
|
};
|
|
3533
|
+
readonly MegaETH: {
|
|
3534
|
+
readonly name: "MegaETH Explorer";
|
|
3535
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
3536
|
+
readonly endpoints: {
|
|
3537
|
+
readonly tx: "tx/";
|
|
3538
|
+
readonly account: "address/";
|
|
3539
|
+
};
|
|
3540
|
+
};
|
|
3383
3541
|
};
|
|
3384
3542
|
}[T_2] ? T_4 extends {
|
|
3385
3543
|
[key: string]: unknown;
|
|
@@ -3564,6 +3722,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3564
3722
|
readonly account: "address/";
|
|
3565
3723
|
};
|
|
3566
3724
|
};
|
|
3725
|
+
readonly MegaETH: {
|
|
3726
|
+
readonly name: "MegaETH Explorer";
|
|
3727
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
3728
|
+
readonly endpoints: {
|
|
3729
|
+
readonly tx: "tx/";
|
|
3730
|
+
readonly account: "address/";
|
|
3731
|
+
};
|
|
3732
|
+
};
|
|
3567
3733
|
};
|
|
3568
3734
|
readonly Testnet: {
|
|
3569
3735
|
readonly Ethereum: {
|
|
@@ -3725,6 +3891,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3725
3891
|
readonly account: "address/";
|
|
3726
3892
|
};
|
|
3727
3893
|
};
|
|
3894
|
+
readonly MegaETH: {
|
|
3895
|
+
readonly name: "MegaETH Explorer";
|
|
3896
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
3897
|
+
readonly endpoints: {
|
|
3898
|
+
readonly tx: "tx/";
|
|
3899
|
+
readonly account: "address/";
|
|
3900
|
+
};
|
|
3901
|
+
};
|
|
3728
3902
|
};
|
|
3729
3903
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
3730
3904
|
readonly Mainnet: {
|
|
@@ -3904,6 +4078,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3904
4078
|
readonly account: "address/";
|
|
3905
4079
|
};
|
|
3906
4080
|
};
|
|
4081
|
+
readonly MegaETH: {
|
|
4082
|
+
readonly name: "MegaETH Explorer";
|
|
4083
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
4084
|
+
readonly endpoints: {
|
|
4085
|
+
readonly tx: "tx/";
|
|
4086
|
+
readonly account: "address/";
|
|
4087
|
+
};
|
|
4088
|
+
};
|
|
3907
4089
|
};
|
|
3908
4090
|
readonly Testnet: {
|
|
3909
4091
|
readonly Ethereum: {
|
|
@@ -4065,6 +4247,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4065
4247
|
readonly account: "address/";
|
|
4066
4248
|
};
|
|
4067
4249
|
};
|
|
4250
|
+
readonly MegaETH: {
|
|
4251
|
+
readonly name: "MegaETH Explorer";
|
|
4252
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
4253
|
+
readonly endpoints: {
|
|
4254
|
+
readonly tx: "tx/";
|
|
4255
|
+
readonly account: "address/";
|
|
4256
|
+
};
|
|
4257
|
+
};
|
|
4068
4258
|
};
|
|
4069
4259
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
4070
4260
|
readonly Mainnet: {
|
|
@@ -4244,6 +4434,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4244
4434
|
readonly account: "address/";
|
|
4245
4435
|
};
|
|
4246
4436
|
};
|
|
4437
|
+
readonly MegaETH: {
|
|
4438
|
+
readonly name: "MegaETH Explorer";
|
|
4439
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
4440
|
+
readonly endpoints: {
|
|
4441
|
+
readonly tx: "tx/";
|
|
4442
|
+
readonly account: "address/";
|
|
4443
|
+
};
|
|
4444
|
+
};
|
|
4247
4445
|
};
|
|
4248
4446
|
readonly Testnet: {
|
|
4249
4447
|
readonly Ethereum: {
|
|
@@ -4405,6 +4603,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4405
4603
|
readonly account: "address/";
|
|
4406
4604
|
};
|
|
4407
4605
|
};
|
|
4606
|
+
readonly MegaETH: {
|
|
4607
|
+
readonly name: "MegaETH Explorer";
|
|
4608
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
4609
|
+
readonly endpoints: {
|
|
4610
|
+
readonly tx: "tx/";
|
|
4611
|
+
readonly account: "address/";
|
|
4612
|
+
};
|
|
4613
|
+
};
|
|
4408
4614
|
};
|
|
4409
4615
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
4410
4616
|
readonly Mainnet: {
|
|
@@ -4584,6 +4790,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4584
4790
|
readonly account: "address/";
|
|
4585
4791
|
};
|
|
4586
4792
|
};
|
|
4793
|
+
readonly MegaETH: {
|
|
4794
|
+
readonly name: "MegaETH Explorer";
|
|
4795
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
4796
|
+
readonly endpoints: {
|
|
4797
|
+
readonly tx: "tx/";
|
|
4798
|
+
readonly account: "address/";
|
|
4799
|
+
};
|
|
4800
|
+
};
|
|
4587
4801
|
};
|
|
4588
4802
|
readonly Testnet: {
|
|
4589
4803
|
readonly Ethereum: {
|
|
@@ -4745,6 +4959,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4745
4959
|
readonly account: "address/";
|
|
4746
4960
|
};
|
|
4747
4961
|
};
|
|
4962
|
+
readonly MegaETH: {
|
|
4963
|
+
readonly name: "MegaETH Explorer";
|
|
4964
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
4965
|
+
readonly endpoints: {
|
|
4966
|
+
readonly tx: "tx/";
|
|
4967
|
+
readonly account: "address/";
|
|
4968
|
+
};
|
|
4969
|
+
};
|
|
4748
4970
|
};
|
|
4749
4971
|
}[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;
|
|
4750
4972
|
readonly get: (args_0: import("../utils/metaprogramming.js").Widen<({
|
|
@@ -4925,6 +5147,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4925
5147
|
readonly account: "address/";
|
|
4926
5148
|
};
|
|
4927
5149
|
};
|
|
5150
|
+
readonly MegaETH: {
|
|
5151
|
+
readonly name: "MegaETH Explorer";
|
|
5152
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
5153
|
+
readonly endpoints: {
|
|
5154
|
+
readonly tx: "tx/";
|
|
5155
|
+
readonly account: "address/";
|
|
5156
|
+
};
|
|
5157
|
+
};
|
|
4928
5158
|
};
|
|
4929
5159
|
readonly Testnet: {
|
|
4930
5160
|
readonly Ethereum: {
|
|
@@ -5086,6 +5316,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5086
5316
|
readonly account: "address/";
|
|
5087
5317
|
};
|
|
5088
5318
|
};
|
|
5319
|
+
readonly MegaETH: {
|
|
5320
|
+
readonly name: "MegaETH Explorer";
|
|
5321
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
5322
|
+
readonly endpoints: {
|
|
5323
|
+
readonly tx: "tx/";
|
|
5324
|
+
readonly account: "address/";
|
|
5325
|
+
};
|
|
5326
|
+
};
|
|
5089
5327
|
};
|
|
5090
5328
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
5091
5329
|
readonly Mainnet: {
|
|
@@ -5265,6 +5503,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5265
5503
|
readonly account: "address/";
|
|
5266
5504
|
};
|
|
5267
5505
|
};
|
|
5506
|
+
readonly MegaETH: {
|
|
5507
|
+
readonly name: "MegaETH Explorer";
|
|
5508
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
5509
|
+
readonly endpoints: {
|
|
5510
|
+
readonly tx: "tx/";
|
|
5511
|
+
readonly account: "address/";
|
|
5512
|
+
};
|
|
5513
|
+
};
|
|
5268
5514
|
};
|
|
5269
5515
|
readonly Testnet: {
|
|
5270
5516
|
readonly Ethereum: {
|
|
@@ -5426,6 +5672,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5426
5672
|
readonly account: "address/";
|
|
5427
5673
|
};
|
|
5428
5674
|
};
|
|
5675
|
+
readonly MegaETH: {
|
|
5676
|
+
readonly name: "MegaETH Explorer";
|
|
5677
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
5678
|
+
readonly endpoints: {
|
|
5679
|
+
readonly tx: "tx/";
|
|
5680
|
+
readonly account: "address/";
|
|
5681
|
+
};
|
|
5682
|
+
};
|
|
5429
5683
|
};
|
|
5430
5684
|
}[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
|
|
5431
5685
|
readonly Mainnet: {
|
|
@@ -5605,6 +5859,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5605
5859
|
readonly account: "address/";
|
|
5606
5860
|
};
|
|
5607
5861
|
};
|
|
5862
|
+
readonly MegaETH: {
|
|
5863
|
+
readonly name: "MegaETH Explorer";
|
|
5864
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
5865
|
+
readonly endpoints: {
|
|
5866
|
+
readonly tx: "tx/";
|
|
5867
|
+
readonly account: "address/";
|
|
5868
|
+
};
|
|
5869
|
+
};
|
|
5608
5870
|
};
|
|
5609
5871
|
readonly Testnet: {
|
|
5610
5872
|
readonly Ethereum: {
|
|
@@ -5766,6 +6028,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5766
6028
|
readonly account: "address/";
|
|
5767
6029
|
};
|
|
5768
6030
|
};
|
|
6031
|
+
readonly MegaETH: {
|
|
6032
|
+
readonly name: "MegaETH Explorer";
|
|
6033
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
6034
|
+
readonly endpoints: {
|
|
6035
|
+
readonly tx: "tx/";
|
|
6036
|
+
readonly account: "address/";
|
|
6037
|
+
};
|
|
6038
|
+
};
|
|
5769
6039
|
};
|
|
5770
6040
|
}[T_2] extends infer T_5 ? T_5 extends {
|
|
5771
6041
|
readonly Mainnet: {
|
|
@@ -5945,6 +6215,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5945
6215
|
readonly account: "address/";
|
|
5946
6216
|
};
|
|
5947
6217
|
};
|
|
6218
|
+
readonly MegaETH: {
|
|
6219
|
+
readonly name: "MegaETH Explorer";
|
|
6220
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
6221
|
+
readonly endpoints: {
|
|
6222
|
+
readonly tx: "tx/";
|
|
6223
|
+
readonly account: "address/";
|
|
6224
|
+
};
|
|
6225
|
+
};
|
|
5948
6226
|
};
|
|
5949
6227
|
readonly Testnet: {
|
|
5950
6228
|
readonly Ethereum: {
|
|
@@ -6106,6 +6384,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6106
6384
|
readonly account: "address/";
|
|
6107
6385
|
};
|
|
6108
6386
|
};
|
|
6387
|
+
readonly MegaETH: {
|
|
6388
|
+
readonly name: "MegaETH Explorer";
|
|
6389
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
6390
|
+
readonly endpoints: {
|
|
6391
|
+
readonly tx: "tx/";
|
|
6392
|
+
readonly account: "address/";
|
|
6393
|
+
};
|
|
6394
|
+
};
|
|
6109
6395
|
};
|
|
6110
6396
|
}[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>) => ({
|
|
6111
6397
|
readonly Mainnet: {
|
|
@@ -6285,6 +6571,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6285
6571
|
readonly account: "address/";
|
|
6286
6572
|
};
|
|
6287
6573
|
};
|
|
6574
|
+
readonly MegaETH: {
|
|
6575
|
+
readonly name: "MegaETH Explorer";
|
|
6576
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
6577
|
+
readonly endpoints: {
|
|
6578
|
+
readonly tx: "tx/";
|
|
6579
|
+
readonly account: "address/";
|
|
6580
|
+
};
|
|
6581
|
+
};
|
|
6288
6582
|
};
|
|
6289
6583
|
readonly Testnet: {
|
|
6290
6584
|
readonly Ethereum: {
|
|
@@ -6446,6 +6740,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6446
6740
|
readonly account: "address/";
|
|
6447
6741
|
};
|
|
6448
6742
|
};
|
|
6743
|
+
readonly MegaETH: {
|
|
6744
|
+
readonly name: "MegaETH Explorer";
|
|
6745
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
6746
|
+
readonly endpoints: {
|
|
6747
|
+
readonly tx: "tx/";
|
|
6748
|
+
readonly account: "address/";
|
|
6749
|
+
};
|
|
6750
|
+
};
|
|
6449
6751
|
};
|
|
6450
6752
|
}[T_2] extends infer T_7 ? T_7 extends {
|
|
6451
6753
|
readonly Mainnet: {
|
|
@@ -6625,6 +6927,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6625
6927
|
readonly account: "address/";
|
|
6626
6928
|
};
|
|
6627
6929
|
};
|
|
6930
|
+
readonly MegaETH: {
|
|
6931
|
+
readonly name: "MegaETH Explorer";
|
|
6932
|
+
readonly baseUrl: "https://megaeth.blockscout.com/";
|
|
6933
|
+
readonly endpoints: {
|
|
6934
|
+
readonly tx: "tx/";
|
|
6935
|
+
readonly account: "address/";
|
|
6936
|
+
};
|
|
6937
|
+
};
|
|
6628
6938
|
};
|
|
6629
6939
|
readonly Testnet: {
|
|
6630
6940
|
readonly Ethereum: {
|
|
@@ -6786,6 +7096,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6786
7096
|
readonly account: "address/";
|
|
6787
7097
|
};
|
|
6788
7098
|
};
|
|
7099
|
+
readonly MegaETH: {
|
|
7100
|
+
readonly name: "MegaETH Explorer";
|
|
7101
|
+
readonly baseUrl: "https://megaeth-testnet-v2.blockscout.com/";
|
|
7102
|
+
readonly endpoints: {
|
|
7103
|
+
readonly tx: "tx/";
|
|
7104
|
+
readonly account: "address/";
|
|
7105
|
+
};
|
|
7106
|
+
};
|
|
6789
7107
|
};
|
|
6790
7108
|
}[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
|
|
6791
7109
|
} : 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;AA8WF,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"}
|
|
@@ -198,6 +198,15 @@ const explorerConfig = [[
|
|
|
198
198
|
account: "address/"
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
|
+
], [
|
|
202
|
+
"MegaETH", {
|
|
203
|
+
name: "MegaETH Explorer",
|
|
204
|
+
baseUrl: "https://megaeth.blockscout.com/",
|
|
205
|
+
endpoints: {
|
|
206
|
+
tx: "tx/",
|
|
207
|
+
account: "address/"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
201
210
|
]
|
|
202
211
|
]
|
|
203
212
|
], [
|
|
@@ -378,6 +387,15 @@ const explorerConfig = [[
|
|
|
378
387
|
account: "address/"
|
|
379
388
|
}
|
|
380
389
|
}
|
|
390
|
+
], [
|
|
391
|
+
"MegaETH", {
|
|
392
|
+
name: "MegaETH Explorer",
|
|
393
|
+
baseUrl: "https://megaeth-testnet-v2.blockscout.com/",
|
|
394
|
+
endpoints: {
|
|
395
|
+
tx: "tx/",
|
|
396
|
+
account: "address/"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
381
399
|
]
|
|
382
400
|
]
|
|
383
401
|
],
|