@wormhole-foundation/sdk-base 5.0.0 → 5.1.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/esm/constants/circle.d.ts +20 -1
- package/dist/esm/constants/circle.d.ts.map +1 -1
- package/dist/esm/constants/circle.js +1 -0
- package/dist/esm/constants/circle.js.map +1 -1
- package/dist/esm/constants/contracts/core.d.ts +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js +2 -1
- 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 +1 -0
- package/dist/esm/constants/contracts/executor.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +41 -3
- package/dist/esm/constants/contracts/index.d.ts.map +1 -1
- package/dist/esm/constants/explorer.d.ts +159 -0
- package/dist/esm/constants/explorer.d.ts.map +1 -1
- package/dist/esm/constants/explorer.js +10 -0
- package/dist/esm/constants/explorer.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/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
|
@@ -224,6 +224,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
224
224
|
readonly account: "address/";
|
|
225
225
|
};
|
|
226
226
|
};
|
|
227
|
+
readonly Arc: {
|
|
228
|
+
readonly name: "Arc Explorer";
|
|
229
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
230
|
+
readonly endpoints: {
|
|
231
|
+
readonly tx: "tx/";
|
|
232
|
+
readonly account: "address/";
|
|
233
|
+
};
|
|
234
|
+
};
|
|
227
235
|
};
|
|
228
236
|
readonly Testnet: {
|
|
229
237
|
readonly Ethereum: {
|
|
@@ -644,6 +652,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
644
652
|
readonly account: "address/";
|
|
645
653
|
};
|
|
646
654
|
};
|
|
655
|
+
readonly Arc: {
|
|
656
|
+
readonly name: "Arc Explorer";
|
|
657
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
658
|
+
readonly endpoints: {
|
|
659
|
+
readonly tx: "tx/";
|
|
660
|
+
readonly account: "address/";
|
|
661
|
+
};
|
|
662
|
+
};
|
|
647
663
|
};
|
|
648
664
|
readonly Testnet: {
|
|
649
665
|
readonly Ethereum: {
|
|
@@ -1064,6 +1080,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1064
1080
|
readonly account: "address/";
|
|
1065
1081
|
};
|
|
1066
1082
|
};
|
|
1083
|
+
readonly Arc: {
|
|
1084
|
+
readonly name: "Arc Explorer";
|
|
1085
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
1086
|
+
readonly endpoints: {
|
|
1087
|
+
readonly tx: "tx/";
|
|
1088
|
+
readonly account: "address/";
|
|
1089
|
+
};
|
|
1090
|
+
};
|
|
1067
1091
|
};
|
|
1068
1092
|
readonly Testnet: {
|
|
1069
1093
|
readonly Ethereum: {
|
|
@@ -1484,6 +1508,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1484
1508
|
readonly account: "address/";
|
|
1485
1509
|
};
|
|
1486
1510
|
};
|
|
1511
|
+
readonly Arc: {
|
|
1512
|
+
readonly name: "Arc Explorer";
|
|
1513
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
1514
|
+
readonly endpoints: {
|
|
1515
|
+
readonly tx: "tx/";
|
|
1516
|
+
readonly account: "address/";
|
|
1517
|
+
};
|
|
1518
|
+
};
|
|
1487
1519
|
};
|
|
1488
1520
|
readonly Testnet: {
|
|
1489
1521
|
readonly Ethereum: {
|
|
@@ -1882,6 +1914,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1882
1914
|
readonly tx: "tx/";
|
|
1883
1915
|
readonly account: "address/";
|
|
1884
1916
|
};
|
|
1917
|
+
} | {
|
|
1918
|
+
readonly name: "Arc Explorer";
|
|
1919
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
1920
|
+
readonly endpoints: {
|
|
1921
|
+
readonly tx: "tx/";
|
|
1922
|
+
readonly account: "address/";
|
|
1923
|
+
};
|
|
1885
1924
|
} | {
|
|
1886
1925
|
readonly name: "Etherscan";
|
|
1887
1926
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -2277,6 +2316,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2277
2316
|
readonly account: "address/";
|
|
2278
2317
|
};
|
|
2279
2318
|
};
|
|
2319
|
+
readonly Arc: {
|
|
2320
|
+
readonly name: "Arc Explorer";
|
|
2321
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
2322
|
+
readonly endpoints: {
|
|
2323
|
+
readonly tx: "tx/";
|
|
2324
|
+
readonly account: "address/";
|
|
2325
|
+
};
|
|
2326
|
+
};
|
|
2280
2327
|
};
|
|
2281
2328
|
readonly Testnet: {
|
|
2282
2329
|
readonly Ethereum: {
|
|
@@ -2701,6 +2748,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2701
2748
|
readonly account: "address/";
|
|
2702
2749
|
};
|
|
2703
2750
|
};
|
|
2751
|
+
readonly Arc: {
|
|
2752
|
+
readonly name: "Arc Explorer";
|
|
2753
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
2754
|
+
readonly endpoints: {
|
|
2755
|
+
readonly tx: "tx/";
|
|
2756
|
+
readonly account: "address/";
|
|
2757
|
+
};
|
|
2758
|
+
};
|
|
2704
2759
|
};
|
|
2705
2760
|
readonly Testnet: {
|
|
2706
2761
|
readonly Ethereum: {
|
|
@@ -3121,6 +3176,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3121
3176
|
readonly account: "address/";
|
|
3122
3177
|
};
|
|
3123
3178
|
};
|
|
3179
|
+
readonly Arc: {
|
|
3180
|
+
readonly name: "Arc Explorer";
|
|
3181
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
3182
|
+
readonly endpoints: {
|
|
3183
|
+
readonly tx: "tx/";
|
|
3184
|
+
readonly account: "address/";
|
|
3185
|
+
};
|
|
3186
|
+
};
|
|
3124
3187
|
};
|
|
3125
3188
|
readonly Testnet: {
|
|
3126
3189
|
readonly Ethereum: {
|
|
@@ -3541,6 +3604,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3541
3604
|
readonly account: "address/";
|
|
3542
3605
|
};
|
|
3543
3606
|
};
|
|
3607
|
+
readonly Arc: {
|
|
3608
|
+
readonly name: "Arc Explorer";
|
|
3609
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
3610
|
+
readonly endpoints: {
|
|
3611
|
+
readonly tx: "tx/";
|
|
3612
|
+
readonly account: "address/";
|
|
3613
|
+
};
|
|
3614
|
+
};
|
|
3544
3615
|
};
|
|
3545
3616
|
readonly Testnet: {
|
|
3546
3617
|
readonly Ethereum: {
|
|
@@ -3961,6 +4032,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3961
4032
|
readonly account: "address/";
|
|
3962
4033
|
};
|
|
3963
4034
|
};
|
|
4035
|
+
readonly Arc: {
|
|
4036
|
+
readonly name: "Arc Explorer";
|
|
4037
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
4038
|
+
readonly endpoints: {
|
|
4039
|
+
readonly tx: "tx/";
|
|
4040
|
+
readonly account: "address/";
|
|
4041
|
+
};
|
|
4042
|
+
};
|
|
3964
4043
|
};
|
|
3965
4044
|
readonly Testnet: {
|
|
3966
4045
|
readonly Ethereum: {
|
|
@@ -4386,6 +4465,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4386
4465
|
readonly account: "address/";
|
|
4387
4466
|
};
|
|
4388
4467
|
};
|
|
4468
|
+
readonly Arc: {
|
|
4469
|
+
readonly name: "Arc Explorer";
|
|
4470
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
4471
|
+
readonly endpoints: {
|
|
4472
|
+
readonly tx: "tx/";
|
|
4473
|
+
readonly account: "address/";
|
|
4474
|
+
};
|
|
4475
|
+
};
|
|
4389
4476
|
};
|
|
4390
4477
|
readonly Testnet: {
|
|
4391
4478
|
readonly Ethereum: {
|
|
@@ -4806,6 +4893,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4806
4893
|
readonly account: "address/";
|
|
4807
4894
|
};
|
|
4808
4895
|
};
|
|
4896
|
+
readonly Arc: {
|
|
4897
|
+
readonly name: "Arc Explorer";
|
|
4898
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
4899
|
+
readonly endpoints: {
|
|
4900
|
+
readonly tx: "tx/";
|
|
4901
|
+
readonly account: "address/";
|
|
4902
|
+
};
|
|
4903
|
+
};
|
|
4809
4904
|
};
|
|
4810
4905
|
readonly Testnet: {
|
|
4811
4906
|
readonly Ethereum: {
|
|
@@ -5226,6 +5321,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5226
5321
|
readonly account: "address/";
|
|
5227
5322
|
};
|
|
5228
5323
|
};
|
|
5324
|
+
readonly Arc: {
|
|
5325
|
+
readonly name: "Arc Explorer";
|
|
5326
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
5327
|
+
readonly endpoints: {
|
|
5328
|
+
readonly tx: "tx/";
|
|
5329
|
+
readonly account: "address/";
|
|
5330
|
+
};
|
|
5331
|
+
};
|
|
5229
5332
|
};
|
|
5230
5333
|
readonly Testnet: {
|
|
5231
5334
|
readonly Ethereum: {
|
|
@@ -5646,6 +5749,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5646
5749
|
readonly account: "address/";
|
|
5647
5750
|
};
|
|
5648
5751
|
};
|
|
5752
|
+
readonly Arc: {
|
|
5753
|
+
readonly name: "Arc Explorer";
|
|
5754
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
5755
|
+
readonly endpoints: {
|
|
5756
|
+
readonly tx: "tx/";
|
|
5757
|
+
readonly account: "address/";
|
|
5758
|
+
};
|
|
5759
|
+
};
|
|
5649
5760
|
};
|
|
5650
5761
|
readonly Testnet: {
|
|
5651
5762
|
readonly Ethereum: {
|
|
@@ -6067,6 +6178,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6067
6178
|
readonly account: "address/";
|
|
6068
6179
|
};
|
|
6069
6180
|
};
|
|
6181
|
+
readonly Arc: {
|
|
6182
|
+
readonly name: "Arc Explorer";
|
|
6183
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
6184
|
+
readonly endpoints: {
|
|
6185
|
+
readonly tx: "tx/";
|
|
6186
|
+
readonly account: "address/";
|
|
6187
|
+
};
|
|
6188
|
+
};
|
|
6070
6189
|
};
|
|
6071
6190
|
readonly Testnet: {
|
|
6072
6191
|
readonly Ethereum: {
|
|
@@ -6487,6 +6606,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6487
6606
|
readonly account: "address/";
|
|
6488
6607
|
};
|
|
6489
6608
|
};
|
|
6609
|
+
readonly Arc: {
|
|
6610
|
+
readonly name: "Arc Explorer";
|
|
6611
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
6612
|
+
readonly endpoints: {
|
|
6613
|
+
readonly tx: "tx/";
|
|
6614
|
+
readonly account: "address/";
|
|
6615
|
+
};
|
|
6616
|
+
};
|
|
6490
6617
|
};
|
|
6491
6618
|
readonly Testnet: {
|
|
6492
6619
|
readonly Ethereum: {
|
|
@@ -6907,6 +7034,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6907
7034
|
readonly account: "address/";
|
|
6908
7035
|
};
|
|
6909
7036
|
};
|
|
7037
|
+
readonly Arc: {
|
|
7038
|
+
readonly name: "Arc Explorer";
|
|
7039
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
7040
|
+
readonly endpoints: {
|
|
7041
|
+
readonly tx: "tx/";
|
|
7042
|
+
readonly account: "address/";
|
|
7043
|
+
};
|
|
7044
|
+
};
|
|
6910
7045
|
};
|
|
6911
7046
|
readonly Testnet: {
|
|
6912
7047
|
readonly Ethereum: {
|
|
@@ -7327,6 +7462,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7327
7462
|
readonly account: "address/";
|
|
7328
7463
|
};
|
|
7329
7464
|
};
|
|
7465
|
+
readonly Arc: {
|
|
7466
|
+
readonly name: "Arc Explorer";
|
|
7467
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
7468
|
+
readonly endpoints: {
|
|
7469
|
+
readonly tx: "tx/";
|
|
7470
|
+
readonly account: "address/";
|
|
7471
|
+
};
|
|
7472
|
+
};
|
|
7330
7473
|
};
|
|
7331
7474
|
readonly Testnet: {
|
|
7332
7475
|
readonly Ethereum: {
|
|
@@ -7747,6 +7890,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7747
7890
|
readonly account: "address/";
|
|
7748
7891
|
};
|
|
7749
7892
|
};
|
|
7893
|
+
readonly Arc: {
|
|
7894
|
+
readonly name: "Arc Explorer";
|
|
7895
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
7896
|
+
readonly endpoints: {
|
|
7897
|
+
readonly tx: "tx/";
|
|
7898
|
+
readonly account: "address/";
|
|
7899
|
+
};
|
|
7900
|
+
};
|
|
7750
7901
|
};
|
|
7751
7902
|
readonly Testnet: {
|
|
7752
7903
|
readonly Ethereum: {
|
|
@@ -8167,6 +8318,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
8167
8318
|
readonly account: "address/";
|
|
8168
8319
|
};
|
|
8169
8320
|
};
|
|
8321
|
+
readonly Arc: {
|
|
8322
|
+
readonly name: "Arc Explorer";
|
|
8323
|
+
readonly baseUrl: "https://arcscan.app/";
|
|
8324
|
+
readonly endpoints: {
|
|
8325
|
+
readonly tx: "tx/";
|
|
8326
|
+
readonly account: "address/";
|
|
8327
|
+
};
|
|
8328
|
+
};
|
|
8170
8329
|
};
|
|
8171
8330
|
readonly Testnet: {
|
|
8172
8331
|
readonly Ethereum: {
|
|
@@ -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;AA4cF,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 +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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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ToMapping, Widen } from "./../utils/index.js";
|
|
2
2
|
import type { Network } from "./networks.js";
|
|
3
3
|
import type { Platform, PlatformToChains } from "./platforms.js";
|
|
4
|
-
declare const chainNetworkNativeChainIdEntries: readonly [readonly ["Mainnet", readonly [readonly ["Aptos", 1n], readonly ["Algorand", "mainnet-v1.0"], readonly ["Near", "mainnet"], readonly ["Cosmoshub", "cosmoshub-4"], readonly ["Evmos", "evmos_9001-2"], readonly ["Injective", "injective-1"], readonly ["Osmosis", "osmosis-1"], readonly ["Sei", "pacific-1"], readonly ["Wormchain", "wormchain"], readonly ["Kujira", "kaiyo-1"], readonly ["Solana", "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d"], readonly ["Sui", "35834a8a"], readonly ["Arbitrum", 42161n], readonly ["Avalanche", 43114n], readonly ["Base", 8453n], readonly ["Bsc", 56n], readonly ["Celo", 42220n], readonly ["Ethereum", 1n], readonly ["Klaytn", 8217n], readonly ["Moonbeam", 1284n], readonly ["Optimism", 10n], readonly ["Polygon", 137n], readonly ["Neutron", "neutron-1"], readonly ["Stargaze", "stargaze-1"], readonly ["Celestia", "celestia"], readonly ["Dymension", "dymension_1100-1"], readonly ["Provenance", "pio-mainnet-1"], readonly ["Noble", "noble-1"], readonly ["Linea", 59144n], readonly ["Berachain", 80094n], readonly ["Seievm", 1329n], readonly ["Unichain", 130n], readonly ["Worldchain", 480n], readonly ["Ink", 57073n], readonly ["Sonic", 146n], readonly ["HyperEVM", 999n], readonly ["HyperCore", 65000n], readonly ["Mezo", 31612n], readonly ["Plume", 98866n], readonly ["Xrpl", 0n], readonly ["XRPLEVM", 1440000n], readonly ["Stacks", 1n], readonly ["CreditCoin", 102030n], readonly ["Plasma", 9745n], readonly ["Monad", 143n], readonly ["Fogo", "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT"], readonly ["Moca", 2288n], readonly ["MegaETH", 4326n], readonly ["ZeroGravity", 16661n], readonly ["Tempo", 4217n], readonly ["Nexus", 3946n], readonly ["Btc", "bitcoin-mainnet"]]], readonly ["Testnet", readonly [readonly ["Aptos", 2n], readonly ["Algorand", "testnet-v1.0"], readonly ["Near", "testnet"], readonly ["Cosmoshub", "theta-testnet-001"], readonly ["Evmos", "evmos_9000-4"], readonly ["Injective", "injective-888"], readonly ["Osmosis", "osmo-test-5"], readonly ["Sei", "atlantic-2"], readonly ["Wormchain", "wormchain-testnet-0"], readonly ["Kujira", "harpoon-4"], readonly ["Solana", "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG"], readonly ["Sui", "4c78adac"], readonly ["Arbitrum", 421613n], readonly ["Avalanche", 43113n], readonly ["Base", 84531n], readonly ["Bsc", 97n], readonly ["Celo", 44787n], readonly ["Ethereum", 5n], readonly ["Klaytn", 1001n], readonly ["Moonbeam", 1287n], readonly ["Optimism", 420n], readonly ["Polygon", 80001n], readonly ["Sepolia", 11155111n], readonly ["ArbitrumSepolia", 421614n], readonly ["BaseSepolia", 84532n], readonly ["OptimismSepolia", 11155420n], readonly ["PolygonSepolia", 80002n], readonly ["Holesky", 17000n], readonly ["Neutron", "pion-1"], readonly ["Celestia", "mocha-4"], readonly ["Seda", "seda-1-testnet"], readonly ["Noble", "grand-1"], readonly ["Berachain", 80069n], readonly ["Seievm", 1328n], readonly ["Unichain", 1301n], readonly ["Worldchain", 4801n], readonly ["Ink", 763373n], readonly ["HyperEVM", 998n], readonly ["HyperCore", 65000n], readonly ["Linea", 59141n], readonly ["Mezo", 31611n], readonly ["Sonic", 57054n], readonly ["Converge", 52085145n], readonly ["Fogo", "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9"], readonly ["Plume", 98867n], readonly ["Xrpl", 1n], readonly ["XRPLEVM", 1449000n], readonly ["Stacks", 2147483648n], readonly ["CreditCoin", 102031n], readonly ["Plasma", 9746n], readonly ["Moca", 222888n], readonly ["MegaETH", 6343n], readonly ["MonadTestnet", 10143n], readonly ["ZeroGravity", 16602n], readonly ["Tempo", 42431n], readonly ["Nexus", 3945n], readonly ["Arc", 5042002n]]], readonly ["Devnet", readonly [readonly ["Aptos", 0n], readonly ["Algorand", "sandnet-v1.0"], readonly ["Bsc", 1397n], readonly ["Ethereum", 1337n], readonly ["Injective", "injective_devnet_fake"], readonly ["Solana", "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn"], readonly ["Stacks", 2147483648n]]]];
|
|
4
|
+
declare const chainNetworkNativeChainIdEntries: readonly [readonly ["Mainnet", readonly [readonly ["Aptos", 1n], readonly ["Algorand", "mainnet-v1.0"], readonly ["Near", "mainnet"], readonly ["Cosmoshub", "cosmoshub-4"], readonly ["Evmos", "evmos_9001-2"], readonly ["Injective", "injective-1"], readonly ["Osmosis", "osmosis-1"], readonly ["Sei", "pacific-1"], readonly ["Wormchain", "wormchain"], readonly ["Kujira", "kaiyo-1"], readonly ["Solana", "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d"], readonly ["Sui", "35834a8a"], readonly ["Arbitrum", 42161n], readonly ["Avalanche", 43114n], readonly ["Base", 8453n], readonly ["Bsc", 56n], readonly ["Celo", 42220n], readonly ["Ethereum", 1n], readonly ["Klaytn", 8217n], readonly ["Moonbeam", 1284n], readonly ["Optimism", 10n], readonly ["Polygon", 137n], readonly ["Neutron", "neutron-1"], readonly ["Stargaze", "stargaze-1"], readonly ["Celestia", "celestia"], readonly ["Dymension", "dymension_1100-1"], readonly ["Provenance", "pio-mainnet-1"], readonly ["Noble", "noble-1"], readonly ["Linea", 59144n], readonly ["Berachain", 80094n], readonly ["Seievm", 1329n], readonly ["Unichain", 130n], readonly ["Worldchain", 480n], readonly ["Ink", 57073n], readonly ["Sonic", 146n], readonly ["HyperEVM", 999n], readonly ["HyperCore", 65000n], readonly ["Mezo", 31612n], readonly ["Plume", 98866n], readonly ["Xrpl", 0n], readonly ["XRPLEVM", 1440000n], readonly ["Stacks", 1n], readonly ["CreditCoin", 102030n], readonly ["Plasma", 9745n], readonly ["Monad", 143n], readonly ["Fogo", "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT"], readonly ["Moca", 2288n], readonly ["MegaETH", 4326n], readonly ["ZeroGravity", 16661n], readonly ["Tempo", 4217n], readonly ["Nexus", 3946n], readonly ["Arc", 5042n], readonly ["Btc", "bitcoin-mainnet"]]], readonly ["Testnet", readonly [readonly ["Aptos", 2n], readonly ["Algorand", "testnet-v1.0"], readonly ["Near", "testnet"], readonly ["Cosmoshub", "theta-testnet-001"], readonly ["Evmos", "evmos_9000-4"], readonly ["Injective", "injective-888"], readonly ["Osmosis", "osmo-test-5"], readonly ["Sei", "atlantic-2"], readonly ["Wormchain", "wormchain-testnet-0"], readonly ["Kujira", "harpoon-4"], readonly ["Solana", "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG"], readonly ["Sui", "4c78adac"], readonly ["Arbitrum", 421613n], readonly ["Avalanche", 43113n], readonly ["Base", 84531n], readonly ["Bsc", 97n], readonly ["Celo", 44787n], readonly ["Ethereum", 5n], readonly ["Klaytn", 1001n], readonly ["Moonbeam", 1287n], readonly ["Optimism", 420n], readonly ["Polygon", 80001n], readonly ["Sepolia", 11155111n], readonly ["ArbitrumSepolia", 421614n], readonly ["BaseSepolia", 84532n], readonly ["OptimismSepolia", 11155420n], readonly ["PolygonSepolia", 80002n], readonly ["Holesky", 17000n], readonly ["Neutron", "pion-1"], readonly ["Celestia", "mocha-4"], readonly ["Seda", "seda-1-testnet"], readonly ["Noble", "grand-1"], readonly ["Berachain", 80069n], readonly ["Seievm", 1328n], readonly ["Unichain", 1301n], readonly ["Worldchain", 4801n], readonly ["Ink", 763373n], readonly ["HyperEVM", 998n], readonly ["HyperCore", 65000n], readonly ["Linea", 59141n], readonly ["Mezo", 31611n], readonly ["Sonic", 57054n], readonly ["Converge", 52085145n], readonly ["Fogo", "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9"], readonly ["Plume", 98867n], readonly ["Xrpl", 1n], readonly ["XRPLEVM", 1449000n], readonly ["Stacks", 2147483648n], readonly ["CreditCoin", 102031n], readonly ["Plasma", 9746n], readonly ["Moca", 222888n], readonly ["MegaETH", 6343n], readonly ["MonadTestnet", 10143n], readonly ["ZeroGravity", 16602n], readonly ["Tempo", 42431n], readonly ["Nexus", 3945n], readonly ["Arc", 5042002n]]], readonly ["Devnet", readonly [readonly ["Aptos", 0n], readonly ["Algorand", "sandnet-v1.0"], readonly ["Bsc", 1397n], readonly ["Ethereum", 1337n], readonly ["Injective", "injective_devnet_fake"], readonly ["Solana", "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn"], readonly ["Stacks", 2147483648n]]]];
|
|
5
5
|
export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" | "Testnet" | "Devnet", const K2 extends keyof {
|
|
6
6
|
readonly Mainnet: {
|
|
7
7
|
readonly Aptos: 1n;
|
|
@@ -55,6 +55,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
55
55
|
readonly ZeroGravity: 16661n;
|
|
56
56
|
readonly Tempo: 4217n;
|
|
57
57
|
readonly Nexus: 3946n;
|
|
58
|
+
readonly Arc: 5042n;
|
|
58
59
|
readonly Btc: "bitcoin-mainnet";
|
|
59
60
|
};
|
|
60
61
|
readonly Testnet: {
|
|
@@ -178,6 +179,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
178
179
|
readonly ZeroGravity: 16661n;
|
|
179
180
|
readonly Tempo: 4217n;
|
|
180
181
|
readonly Nexus: 3946n;
|
|
182
|
+
readonly Arc: 5042n;
|
|
181
183
|
readonly Btc: "bitcoin-mainnet";
|
|
182
184
|
};
|
|
183
185
|
readonly Testnet: {
|
|
@@ -301,6 +303,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
301
303
|
readonly ZeroGravity: 16661n;
|
|
302
304
|
readonly Tempo: 4217n;
|
|
303
305
|
readonly Nexus: 3946n;
|
|
306
|
+
readonly Arc: 5042n;
|
|
304
307
|
readonly Btc: "bitcoin-mainnet";
|
|
305
308
|
};
|
|
306
309
|
readonly Testnet: {
|
|
@@ -424,6 +427,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
424
427
|
readonly ZeroGravity: 16661n;
|
|
425
428
|
readonly Tempo: 4217n;
|
|
426
429
|
readonly Nexus: 3946n;
|
|
430
|
+
readonly Arc: 5042n;
|
|
427
431
|
readonly Btc: "bitcoin-mainnet";
|
|
428
432
|
};
|
|
429
433
|
readonly Testnet: {
|
|
@@ -500,7 +504,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
500
504
|
[key: symbol]: unknown;
|
|
501
505
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
502
506
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
503
|
-
readonly get: (args_0: string, args_1: string) => 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | 9745n | 143n | "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT" | 2288n | 4326n | 16661n | 4217n | 3946n | "bitcoin-mainnet" | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 59141n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | 102031n | 9746n | 222888n | 6343n | 10143n | 16602n | 42431n | 3945n | 5042002n | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn" | undefined;
|
|
507
|
+
readonly get: (args_0: string, args_1: string) => 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | 9745n | 143n | "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT" | 2288n | 4326n | 16661n | 4217n | 3946n | 5042n | "bitcoin-mainnet" | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 59141n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | 102031n | 9746n | 222888n | 6343n | 10143n | 16602n | 42431n | 3945n | 5042002n | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn" | undefined;
|
|
504
508
|
} & {
|
|
505
509
|
readonly subMap: <const K extends "Mainnet" | "Testnet" | "Devnet">(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" | "Devnet" ? {
|
|
506
510
|
readonly Mainnet: {
|
|
@@ -555,6 +559,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
555
559
|
readonly ZeroGravity: 16661n;
|
|
556
560
|
readonly Tempo: 4217n;
|
|
557
561
|
readonly Nexus: 3946n;
|
|
562
|
+
readonly Arc: 5042n;
|
|
558
563
|
readonly Btc: "bitcoin-mainnet";
|
|
559
564
|
};
|
|
560
565
|
readonly Testnet: {
|
|
@@ -682,6 +687,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
682
687
|
readonly ZeroGravity: 16661n;
|
|
683
688
|
readonly Tempo: 4217n;
|
|
684
689
|
readonly Nexus: 3946n;
|
|
690
|
+
readonly Arc: 5042n;
|
|
685
691
|
readonly Btc: "bitcoin-mainnet";
|
|
686
692
|
};
|
|
687
693
|
readonly Testnet: {
|
|
@@ -805,6 +811,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
805
811
|
readonly ZeroGravity: 16661n;
|
|
806
812
|
readonly Tempo: 4217n;
|
|
807
813
|
readonly Nexus: 3946n;
|
|
814
|
+
readonly Arc: 5042n;
|
|
808
815
|
readonly Btc: "bitcoin-mainnet";
|
|
809
816
|
};
|
|
810
817
|
readonly Testnet: {
|
|
@@ -928,6 +935,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
928
935
|
readonly ZeroGravity: 16661n;
|
|
929
936
|
readonly Tempo: 4217n;
|
|
930
937
|
readonly Nexus: 3946n;
|
|
938
|
+
readonly Arc: 5042n;
|
|
931
939
|
readonly Btc: "bitcoin-mainnet";
|
|
932
940
|
};
|
|
933
941
|
readonly Testnet: {
|
|
@@ -1051,6 +1059,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1051
1059
|
readonly ZeroGravity: 16661n;
|
|
1052
1060
|
readonly Tempo: 4217n;
|
|
1053
1061
|
readonly Nexus: 3946n;
|
|
1062
|
+
readonly Arc: 5042n;
|
|
1054
1063
|
readonly Btc: "bitcoin-mainnet";
|
|
1055
1064
|
};
|
|
1056
1065
|
readonly Testnet: {
|
|
@@ -1179,6 +1188,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1179
1188
|
readonly ZeroGravity: 16661n;
|
|
1180
1189
|
readonly Tempo: 4217n;
|
|
1181
1190
|
readonly Nexus: 3946n;
|
|
1191
|
+
readonly Arc: 5042n;
|
|
1182
1192
|
readonly Btc: "bitcoin-mainnet";
|
|
1183
1193
|
};
|
|
1184
1194
|
readonly Testnet: {
|
|
@@ -1302,6 +1312,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1302
1312
|
readonly ZeroGravity: 16661n;
|
|
1303
1313
|
readonly Tempo: 4217n;
|
|
1304
1314
|
readonly Nexus: 3946n;
|
|
1315
|
+
readonly Arc: 5042n;
|
|
1305
1316
|
readonly Btc: "bitcoin-mainnet";
|
|
1306
1317
|
};
|
|
1307
1318
|
readonly Testnet: {
|
|
@@ -1425,6 +1436,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1425
1436
|
readonly ZeroGravity: 16661n;
|
|
1426
1437
|
readonly Tempo: 4217n;
|
|
1427
1438
|
readonly Nexus: 3946n;
|
|
1439
|
+
readonly Arc: 5042n;
|
|
1428
1440
|
readonly Btc: "bitcoin-mainnet";
|
|
1429
1441
|
};
|
|
1430
1442
|
readonly Testnet: {
|
|
@@ -1548,6 +1560,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1548
1560
|
readonly ZeroGravity: 16661n;
|
|
1549
1561
|
readonly Tempo: 4217n;
|
|
1550
1562
|
readonly Nexus: 3946n;
|
|
1563
|
+
readonly Arc: 5042n;
|
|
1551
1564
|
readonly Btc: "bitcoin-mainnet";
|
|
1552
1565
|
};
|
|
1553
1566
|
readonly Testnet: {
|
|
@@ -1672,6 +1685,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1672
1685
|
readonly ZeroGravity: 16661n;
|
|
1673
1686
|
readonly Tempo: 4217n;
|
|
1674
1687
|
readonly Nexus: 3946n;
|
|
1688
|
+
readonly Arc: 5042n;
|
|
1675
1689
|
readonly Btc: "bitcoin-mainnet";
|
|
1676
1690
|
};
|
|
1677
1691
|
readonly Testnet: {
|
|
@@ -1795,6 +1809,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1795
1809
|
readonly ZeroGravity: 16661n;
|
|
1796
1810
|
readonly Tempo: 4217n;
|
|
1797
1811
|
readonly Nexus: 3946n;
|
|
1812
|
+
readonly Arc: 5042n;
|
|
1798
1813
|
readonly Btc: "bitcoin-mainnet";
|
|
1799
1814
|
};
|
|
1800
1815
|
readonly Testnet: {
|
|
@@ -1918,6 +1933,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1918
1933
|
readonly ZeroGravity: 16661n;
|
|
1919
1934
|
readonly Tempo: 4217n;
|
|
1920
1935
|
readonly Nexus: 3946n;
|
|
1936
|
+
readonly Arc: 5042n;
|
|
1921
1937
|
readonly Btc: "bitcoin-mainnet";
|
|
1922
1938
|
};
|
|
1923
1939
|
readonly Testnet: {
|
|
@@ -2041,6 +2057,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2041
2057
|
readonly ZeroGravity: 16661n;
|
|
2042
2058
|
readonly Tempo: 4217n;
|
|
2043
2059
|
readonly Nexus: 3946n;
|
|
2060
|
+
readonly Arc: 5042n;
|
|
2044
2061
|
readonly Btc: "bitcoin-mainnet";
|
|
2045
2062
|
};
|
|
2046
2063
|
readonly Testnet: {
|
|
@@ -2164,6 +2181,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2164
2181
|
readonly ZeroGravity: 16661n;
|
|
2165
2182
|
readonly Tempo: 4217n;
|
|
2166
2183
|
readonly Nexus: 3946n;
|
|
2184
|
+
readonly Arc: 5042n;
|
|
2167
2185
|
readonly Btc: "bitcoin-mainnet";
|
|
2168
2186
|
};
|
|
2169
2187
|
readonly Testnet: {
|
|
@@ -2287,6 +2305,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2287
2305
|
readonly ZeroGravity: 16661n;
|
|
2288
2306
|
readonly Tempo: 4217n;
|
|
2289
2307
|
readonly Nexus: 3946n;
|
|
2308
|
+
readonly Arc: 5042n;
|
|
2290
2309
|
readonly Btc: "bitcoin-mainnet";
|
|
2291
2310
|
};
|
|
2292
2311
|
readonly Testnet: {
|
|
@@ -2362,7 +2381,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2362
2381
|
};
|
|
2363
2382
|
type NetworkChainToNativeChainId = ToMapping<typeof chainNetworkNativeChainIdEntries>;
|
|
2364
2383
|
export type PlatformToNativeChainIds<P extends Platform, N extends Network = Network> = PlatformToChains<P> extends infer C ? C extends keyof NetworkChainToNativeChainId[N] ? NetworkChainToNativeChainId[N][C] : C extends keyof NetworkChainToNativeChainId["Mainnet"] ? Widen<NetworkChainToNativeChainId["Mainnet"][C]> : never : never;
|
|
2365
|
-
declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | 9745n | 143n | "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT" | 2288n | 4326n | 16661n | 4217n | 3946n | "bitcoin-mainnet" | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 59141n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | 102031n | 9746n | 222888n | 6343n | 10143n | 16602n | 42431n | 3945n | 5042002n | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn">(args_0: K1) => {
|
|
2384
|
+
declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n | "mainnet-v1.0" | "mainnet" | "cosmoshub-4" | "evmos_9001-2" | "injective-1" | "osmosis-1" | "pacific-1" | "wormchain" | "kaiyo-1" | "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d" | "35834a8a" | 42161n | 43114n | 8453n | 56n | 42220n | 8217n | 1284n | 137n | "neutron-1" | "stargaze-1" | "celestia" | "dymension_1100-1" | "pio-mainnet-1" | "noble-1" | 59144n | 80094n | 1329n | 130n | 480n | 57073n | 146n | 999n | 65000n | 31612n | 98866n | 1440000n | 102030n | 9745n | 143n | "CDLtwKnaCoK157uaHQDj4fHu72AyD2519Cphmpiq6hvT" | 2288n | 4326n | 16661n | 4217n | 3946n | 5042n | "bitcoin-mainnet" | "testnet-v1.0" | "testnet" | "theta-testnet-001" | "evmos_9000-4" | "injective-888" | "osmo-test-5" | "atlantic-2" | "wormchain-testnet-0" | "harpoon-4" | "EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG" | "4c78adac" | 421613n | 43113n | 84531n | 97n | 44787n | 5n | 1001n | 1287n | 420n | 80001n | 11155111n | 421614n | 84532n | 11155420n | 80002n | 17000n | "pion-1" | "mocha-4" | "seda-1-testnet" | "grand-1" | 80069n | 1328n | 1301n | 4801n | 763373n | 998n | 59141n | 31611n | 57054n | 52085145n | "9GGSFo95raqzZxWqKM5tGYvJp5iv4Dm565S4r8h5PEu9" | 98867n | 1449000n | 2147483648n | 102031n | 9746n | 222888n | 6343n | 10143n | 16602n | 42431n | 3945n | 5042002n | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn">(args_0: K1) => {
|
|
2366
2385
|
"bigint(1)": [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"], ["Mainnet", "Stacks"], ["Testnet", "Xrpl"]];
|
|
2367
2386
|
"mainnet-v1.0": [["Mainnet", "Algorand"]];
|
|
2368
2387
|
mainnet: [["Mainnet", "Near"]];
|
|
@@ -2412,6 +2431,7 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2412
2431
|
"bigint(16661)": [["Mainnet", "ZeroGravity"]];
|
|
2413
2432
|
"bigint(4217)": [["Mainnet", "Tempo"]];
|
|
2414
2433
|
"bigint(3946)": [["Mainnet", "Nexus"]];
|
|
2434
|
+
"bigint(5042)": [["Mainnet", "Arc"]];
|
|
2415
2435
|
"bitcoin-mainnet": [["Mainnet", "Btc"]];
|
|
2416
2436
|
"bigint(2)": [["Testnet", "Aptos"]];
|
|
2417
2437
|
"testnet-v1.0": [["Testnet", "Algorand"]];
|
|
@@ -2475,7 +2495,7 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2475
2495
|
"8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn": [["Devnet", "Solana"]];
|
|
2476
2496
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
2477
2497
|
readonly has: (args_0: string | bigint) => boolean;
|
|
2478
|
-
readonly get: (args_0: string | bigint) => [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"], ["Mainnet", "Stacks"], ["Testnet", "Xrpl"]] | [["Mainnet", "Algorand"]] | [["Mainnet", "Near"]] | [["Mainnet", "Cosmoshub"]] | [["Mainnet", "Evmos"]] | [["Mainnet", "Injective"]] | [["Mainnet", "Osmosis"]] | [["Mainnet", "Sei"]] | [["Mainnet", "Wormchain"]] | [["Mainnet", "Kujira"]] | [["Mainnet", "Solana"]] | [["Mainnet", "Sui"]] | [["Mainnet", "Arbitrum"]] | [["Mainnet", "Avalanche"]] | [["Mainnet", "Base"]] | [["Mainnet", "Bsc"]] | [["Mainnet", "Celo"]] | [["Mainnet", "Klaytn"]] | [["Mainnet", "Moonbeam"]] | [["Mainnet", "Optimism"]] | [["Mainnet", "Polygon"]] | [["Mainnet", "Neutron"]] | [["Mainnet", "Stargaze"]] | [["Mainnet", "Celestia"]] | [["Mainnet", "Dymension"]] | [["Mainnet", "Provenance"]] | [["Mainnet", "Noble"]] | [["Mainnet", "Linea"]] | [["Mainnet", "Berachain"]] | [["Mainnet", "Seievm"]] | [["Mainnet", "Unichain"]] | [["Mainnet", "Worldchain"]] | [["Mainnet", "Ink"]] | [["Mainnet", "Sonic"]] | [["Mainnet", "HyperEVM"]] | [["Mainnet", "HyperCore"], ["Testnet", "HyperCore"]] | [["Mainnet", "Mezo"]] | [["Mainnet", "Plume"]] | [["Mainnet", "Xrpl"], ["Devnet", "Aptos"]] | [["Mainnet", "XRPLEVM"]] | [["Mainnet", "CreditCoin"]] | [["Mainnet", "Plasma"]] | [["Mainnet", "Monad"]] | [["Mainnet", "Fogo"]] | [["Mainnet", "Moca"]] | [["Mainnet", "MegaETH"]] | [["Mainnet", "ZeroGravity"]] | [["Mainnet", "Tempo"]] | [["Mainnet", "Nexus"]] | [["Mainnet", "Btc"]] | [["Testnet", "Aptos"]] | [["Testnet", "Algorand"]] | [["Testnet", "Near"]] | [["Testnet", "Cosmoshub"]] | [["Testnet", "Evmos"]] | [["Testnet", "Injective"]] | [["Testnet", "Osmosis"]] | [["Testnet", "Sei"]] | [["Testnet", "Wormchain"]] | [["Testnet", "Kujira"]] | [["Testnet", "Solana"]] | [["Testnet", "Sui"]] | [["Testnet", "Arbitrum"]] | [["Testnet", "Avalanche"]] | [["Testnet", "Base"]] | [["Testnet", "Bsc"]] | [["Testnet", "Celo"]] | [["Testnet", "Ethereum"]] | [["Testnet", "Klaytn"]] | [["Testnet", "Moonbeam"]] | [["Testnet", "Optimism"]] | [["Testnet", "Polygon"]] | [["Testnet", "Sepolia"]] | [["Testnet", "ArbitrumSepolia"]] | [["Testnet", "BaseSepolia"]] | [["Testnet", "OptimismSepolia"]] | [["Testnet", "PolygonSepolia"]] | [["Testnet", "Holesky"]] | [["Testnet", "Neutron"]] | [["Testnet", "Celestia"]] | [["Testnet", "Seda"]] | [["Testnet", "Noble"]] | [["Testnet", "Berachain"]] | [["Testnet", "Seievm"]] | [["Testnet", "Unichain"]] | [["Testnet", "Worldchain"]] | [["Testnet", "Ink"]] | [["Testnet", "HyperEVM"]] | [["Testnet", "Linea"]] | [["Testnet", "Mezo"]] | [["Testnet", "Sonic"]] | [["Testnet", "Converge"]] | [["Testnet", "Fogo"]] | [["Testnet", "Plume"]] | [["Testnet", "XRPLEVM"]] | [["Testnet", "Stacks"], ["Devnet", "Stacks"]] | [["Testnet", "CreditCoin"]] | [["Testnet", "Plasma"]] | [["Testnet", "Moca"]] | [["Testnet", "MegaETH"]] | [["Testnet", "MonadTestnet"]] | [["Testnet", "ZeroGravity"]] | [["Testnet", "Tempo"]] | [["Testnet", "Nexus"]] | [["Testnet", "Arc"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2498
|
+
readonly get: (args_0: string | bigint) => [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"], ["Mainnet", "Stacks"], ["Testnet", "Xrpl"]] | [["Mainnet", "Algorand"]] | [["Mainnet", "Near"]] | [["Mainnet", "Cosmoshub"]] | [["Mainnet", "Evmos"]] | [["Mainnet", "Injective"]] | [["Mainnet", "Osmosis"]] | [["Mainnet", "Sei"]] | [["Mainnet", "Wormchain"]] | [["Mainnet", "Kujira"]] | [["Mainnet", "Solana"]] | [["Mainnet", "Sui"]] | [["Mainnet", "Arbitrum"]] | [["Mainnet", "Avalanche"]] | [["Mainnet", "Base"]] | [["Mainnet", "Bsc"]] | [["Mainnet", "Celo"]] | [["Mainnet", "Klaytn"]] | [["Mainnet", "Moonbeam"]] | [["Mainnet", "Optimism"]] | [["Mainnet", "Polygon"]] | [["Mainnet", "Neutron"]] | [["Mainnet", "Stargaze"]] | [["Mainnet", "Celestia"]] | [["Mainnet", "Dymension"]] | [["Mainnet", "Provenance"]] | [["Mainnet", "Noble"]] | [["Mainnet", "Linea"]] | [["Mainnet", "Berachain"]] | [["Mainnet", "Seievm"]] | [["Mainnet", "Unichain"]] | [["Mainnet", "Worldchain"]] | [["Mainnet", "Ink"]] | [["Mainnet", "Sonic"]] | [["Mainnet", "HyperEVM"]] | [["Mainnet", "HyperCore"], ["Testnet", "HyperCore"]] | [["Mainnet", "Mezo"]] | [["Mainnet", "Plume"]] | [["Mainnet", "Xrpl"], ["Devnet", "Aptos"]] | [["Mainnet", "XRPLEVM"]] | [["Mainnet", "CreditCoin"]] | [["Mainnet", "Plasma"]] | [["Mainnet", "Monad"]] | [["Mainnet", "Fogo"]] | [["Mainnet", "Moca"]] | [["Mainnet", "MegaETH"]] | [["Mainnet", "ZeroGravity"]] | [["Mainnet", "Tempo"]] | [["Mainnet", "Nexus"]] | [["Mainnet", "Arc"]] | [["Mainnet", "Btc"]] | [["Testnet", "Aptos"]] | [["Testnet", "Algorand"]] | [["Testnet", "Near"]] | [["Testnet", "Cosmoshub"]] | [["Testnet", "Evmos"]] | [["Testnet", "Injective"]] | [["Testnet", "Osmosis"]] | [["Testnet", "Sei"]] | [["Testnet", "Wormchain"]] | [["Testnet", "Kujira"]] | [["Testnet", "Solana"]] | [["Testnet", "Sui"]] | [["Testnet", "Arbitrum"]] | [["Testnet", "Avalanche"]] | [["Testnet", "Base"]] | [["Testnet", "Bsc"]] | [["Testnet", "Celo"]] | [["Testnet", "Ethereum"]] | [["Testnet", "Klaytn"]] | [["Testnet", "Moonbeam"]] | [["Testnet", "Optimism"]] | [["Testnet", "Polygon"]] | [["Testnet", "Sepolia"]] | [["Testnet", "ArbitrumSepolia"]] | [["Testnet", "BaseSepolia"]] | [["Testnet", "OptimismSepolia"]] | [["Testnet", "PolygonSepolia"]] | [["Testnet", "Holesky"]] | [["Testnet", "Neutron"]] | [["Testnet", "Celestia"]] | [["Testnet", "Seda"]] | [["Testnet", "Noble"]] | [["Testnet", "Berachain"]] | [["Testnet", "Seievm"]] | [["Testnet", "Unichain"]] | [["Testnet", "Worldchain"]] | [["Testnet", "Ink"]] | [["Testnet", "HyperEVM"]] | [["Testnet", "Linea"]] | [["Testnet", "Mezo"]] | [["Testnet", "Sonic"]] | [["Testnet", "Converge"]] | [["Testnet", "Fogo"]] | [["Testnet", "Plume"]] | [["Testnet", "XRPLEVM"]] | [["Testnet", "Stacks"], ["Devnet", "Stacks"]] | [["Testnet", "CreditCoin"]] | [["Testnet", "Plasma"]] | [["Testnet", "Moca"]] | [["Testnet", "MegaETH"]] | [["Testnet", "MonadTestnet"]] | [["Testnet", "ZeroGravity"]] | [["Testnet", "Tempo"]] | [["Testnet", "Nexus"]] | [["Testnet", "Arc"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2479
2499
|
};
|
|
2480
2500
|
export type PlatformNativeChainIdToNetworkChainPair<P extends Platform> = PlatformToChains<P> extends infer C ? ReturnType<typeof nativeChainIdToNetworkChain>[number] extends infer NCP ? NCP extends readonly [Network, C] ? NCP : never : never : never;
|
|
2481
2501
|
export declare function platformNativeChainIdToNetworkChain<P extends Platform, CI extends PlatformToNativeChainIds<P>>(platform: P, chainId: Widen<CI>): PlatformNativeChainIdToNetworkChainPair<P>;
|