@wormhole-foundation/sdk-base 4.19.0 → 4.20.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/contracts/core.d.ts +1 -1
- package/dist/cjs/constants/contracts/core.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/core.js +1 -0
- package/dist/cjs/constants/contracts/core.js.map +1 -1
- package/dist/cjs/constants/contracts/executor.d.ts +1 -1
- package/dist/cjs/constants/contracts/executor.d.ts.map +1 -1
- package/dist/cjs/constants/contracts/executor.js +1 -0
- package/dist/cjs/constants/contracts/executor.js.map +1 -1
- package/dist/cjs/constants/contracts/index.d.ts +42 -4
- package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
- package/dist/cjs/constants/explorer.d.ts +159 -0
- package/dist/cjs/constants/explorer.d.ts.map +1 -1
- package/dist/cjs/constants/explorer.js +10 -0
- package/dist/cjs/constants/explorer.js.map +1 -1
- package/dist/cjs/constants/nativeChainIds.d.ts +24 -4
- package/dist/cjs/constants/nativeChainIds.d.ts.map +1 -1
- package/dist/cjs/constants/nativeChainIds.js +1 -0
- package/dist/cjs/constants/nativeChainIds.js.map +1 -1
- package/dist/cjs/constants/rpc.d.ts +1 -1
- package/dist/cjs/constants/rpc.d.ts.map +1 -1
- package/dist/cjs/constants/rpc.js +1 -0
- package/dist/cjs/constants/rpc.js.map +1 -1
- package/dist/esm/constants/contracts/core.d.ts +1 -1
- package/dist/esm/constants/contracts/core.d.ts.map +1 -1
- package/dist/esm/constants/contracts/core.js +1 -0
- package/dist/esm/constants/contracts/core.js.map +1 -1
- package/dist/esm/constants/contracts/executor.d.ts +1 -1
- package/dist/esm/constants/contracts/executor.d.ts.map +1 -1
- package/dist/esm/constants/contracts/executor.js +1 -0
- package/dist/esm/constants/contracts/executor.js.map +1 -1
- package/dist/esm/constants/contracts/index.d.ts +42 -4
- 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
|
@@ -208,6 +208,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
208
208
|
readonly account: "accounts/";
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
|
+
readonly Nexus: {
|
|
212
|
+
readonly name: "Nexus Explorer";
|
|
213
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
214
|
+
readonly endpoints: {
|
|
215
|
+
readonly tx: "tx/";
|
|
216
|
+
readonly account: "address/";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
211
219
|
};
|
|
212
220
|
readonly Testnet: {
|
|
213
221
|
readonly Ethereum: {
|
|
@@ -604,6 +612,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
604
612
|
readonly account: "accounts/";
|
|
605
613
|
};
|
|
606
614
|
};
|
|
615
|
+
readonly Nexus: {
|
|
616
|
+
readonly name: "Nexus Explorer";
|
|
617
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
618
|
+
readonly endpoints: {
|
|
619
|
+
readonly tx: "tx/";
|
|
620
|
+
readonly account: "address/";
|
|
621
|
+
};
|
|
622
|
+
};
|
|
607
623
|
};
|
|
608
624
|
readonly Testnet: {
|
|
609
625
|
readonly Ethereum: {
|
|
@@ -1000,6 +1016,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1000
1016
|
readonly account: "accounts/";
|
|
1001
1017
|
};
|
|
1002
1018
|
};
|
|
1019
|
+
readonly Nexus: {
|
|
1020
|
+
readonly name: "Nexus Explorer";
|
|
1021
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
1022
|
+
readonly endpoints: {
|
|
1023
|
+
readonly tx: "tx/";
|
|
1024
|
+
readonly account: "address/";
|
|
1025
|
+
};
|
|
1026
|
+
};
|
|
1003
1027
|
};
|
|
1004
1028
|
readonly Testnet: {
|
|
1005
1029
|
readonly Ethereum: {
|
|
@@ -1396,6 +1420,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1396
1420
|
readonly account: "accounts/";
|
|
1397
1421
|
};
|
|
1398
1422
|
};
|
|
1423
|
+
readonly Nexus: {
|
|
1424
|
+
readonly name: "Nexus Explorer";
|
|
1425
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
1426
|
+
readonly endpoints: {
|
|
1427
|
+
readonly tx: "tx/";
|
|
1428
|
+
readonly account: "address/";
|
|
1429
|
+
};
|
|
1430
|
+
};
|
|
1399
1431
|
};
|
|
1400
1432
|
readonly Testnet: {
|
|
1401
1433
|
readonly Ethereum: {
|
|
@@ -1772,6 +1804,13 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
1772
1804
|
readonly tx: "transactions/";
|
|
1773
1805
|
readonly account: "accounts/";
|
|
1774
1806
|
};
|
|
1807
|
+
} | {
|
|
1808
|
+
readonly name: "Nexus Explorer";
|
|
1809
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
1810
|
+
readonly endpoints: {
|
|
1811
|
+
readonly tx: "tx/";
|
|
1812
|
+
readonly account: "address/";
|
|
1813
|
+
};
|
|
1775
1814
|
} | {
|
|
1776
1815
|
readonly name: "Etherscan";
|
|
1777
1816
|
readonly baseUrl: "https://goerli.etherscan.io/";
|
|
@@ -2144,6 +2183,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2144
2183
|
readonly account: "accounts/";
|
|
2145
2184
|
};
|
|
2146
2185
|
};
|
|
2186
|
+
readonly Nexus: {
|
|
2187
|
+
readonly name: "Nexus Explorer";
|
|
2188
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
2189
|
+
readonly endpoints: {
|
|
2190
|
+
readonly tx: "tx/";
|
|
2191
|
+
readonly account: "address/";
|
|
2192
|
+
};
|
|
2193
|
+
};
|
|
2147
2194
|
};
|
|
2148
2195
|
readonly Testnet: {
|
|
2149
2196
|
readonly Ethereum: {
|
|
@@ -2544,6 +2591,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2544
2591
|
readonly account: "accounts/";
|
|
2545
2592
|
};
|
|
2546
2593
|
};
|
|
2594
|
+
readonly Nexus: {
|
|
2595
|
+
readonly name: "Nexus Explorer";
|
|
2596
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
2597
|
+
readonly endpoints: {
|
|
2598
|
+
readonly tx: "tx/";
|
|
2599
|
+
readonly account: "address/";
|
|
2600
|
+
};
|
|
2601
|
+
};
|
|
2547
2602
|
};
|
|
2548
2603
|
readonly Testnet: {
|
|
2549
2604
|
readonly Ethereum: {
|
|
@@ -2940,6 +2995,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
2940
2995
|
readonly account: "accounts/";
|
|
2941
2996
|
};
|
|
2942
2997
|
};
|
|
2998
|
+
readonly Nexus: {
|
|
2999
|
+
readonly name: "Nexus Explorer";
|
|
3000
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
3001
|
+
readonly endpoints: {
|
|
3002
|
+
readonly tx: "tx/";
|
|
3003
|
+
readonly account: "address/";
|
|
3004
|
+
};
|
|
3005
|
+
};
|
|
2943
3006
|
};
|
|
2944
3007
|
readonly Testnet: {
|
|
2945
3008
|
readonly Ethereum: {
|
|
@@ -3336,6 +3399,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3336
3399
|
readonly account: "accounts/";
|
|
3337
3400
|
};
|
|
3338
3401
|
};
|
|
3402
|
+
readonly Nexus: {
|
|
3403
|
+
readonly name: "Nexus Explorer";
|
|
3404
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
3405
|
+
readonly endpoints: {
|
|
3406
|
+
readonly tx: "tx/";
|
|
3407
|
+
readonly account: "address/";
|
|
3408
|
+
};
|
|
3409
|
+
};
|
|
3339
3410
|
};
|
|
3340
3411
|
readonly Testnet: {
|
|
3341
3412
|
readonly Ethereum: {
|
|
@@ -3732,6 +3803,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
3732
3803
|
readonly account: "accounts/";
|
|
3733
3804
|
};
|
|
3734
3805
|
};
|
|
3806
|
+
readonly Nexus: {
|
|
3807
|
+
readonly name: "Nexus Explorer";
|
|
3808
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
3809
|
+
readonly endpoints: {
|
|
3810
|
+
readonly tx: "tx/";
|
|
3811
|
+
readonly account: "address/";
|
|
3812
|
+
};
|
|
3813
|
+
};
|
|
3735
3814
|
};
|
|
3736
3815
|
readonly Testnet: {
|
|
3737
3816
|
readonly Ethereum: {
|
|
@@ -4133,6 +4212,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4133
4212
|
readonly account: "accounts/";
|
|
4134
4213
|
};
|
|
4135
4214
|
};
|
|
4215
|
+
readonly Nexus: {
|
|
4216
|
+
readonly name: "Nexus Explorer";
|
|
4217
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
4218
|
+
readonly endpoints: {
|
|
4219
|
+
readonly tx: "tx/";
|
|
4220
|
+
readonly account: "address/";
|
|
4221
|
+
};
|
|
4222
|
+
};
|
|
4136
4223
|
};
|
|
4137
4224
|
readonly Testnet: {
|
|
4138
4225
|
readonly Ethereum: {
|
|
@@ -4529,6 +4616,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4529
4616
|
readonly account: "accounts/";
|
|
4530
4617
|
};
|
|
4531
4618
|
};
|
|
4619
|
+
readonly Nexus: {
|
|
4620
|
+
readonly name: "Nexus Explorer";
|
|
4621
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
4622
|
+
readonly endpoints: {
|
|
4623
|
+
readonly tx: "tx/";
|
|
4624
|
+
readonly account: "address/";
|
|
4625
|
+
};
|
|
4626
|
+
};
|
|
4532
4627
|
};
|
|
4533
4628
|
readonly Testnet: {
|
|
4534
4629
|
readonly Ethereum: {
|
|
@@ -4925,6 +5020,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
4925
5020
|
readonly account: "accounts/";
|
|
4926
5021
|
};
|
|
4927
5022
|
};
|
|
5023
|
+
readonly Nexus: {
|
|
5024
|
+
readonly name: "Nexus Explorer";
|
|
5025
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
5026
|
+
readonly endpoints: {
|
|
5027
|
+
readonly tx: "tx/";
|
|
5028
|
+
readonly account: "address/";
|
|
5029
|
+
};
|
|
5030
|
+
};
|
|
4928
5031
|
};
|
|
4929
5032
|
readonly Testnet: {
|
|
4930
5033
|
readonly Ethereum: {
|
|
@@ -5321,6 +5424,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5321
5424
|
readonly account: "accounts/";
|
|
5322
5425
|
};
|
|
5323
5426
|
};
|
|
5427
|
+
readonly Nexus: {
|
|
5428
|
+
readonly name: "Nexus Explorer";
|
|
5429
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
5430
|
+
readonly endpoints: {
|
|
5431
|
+
readonly tx: "tx/";
|
|
5432
|
+
readonly account: "address/";
|
|
5433
|
+
};
|
|
5434
|
+
};
|
|
5324
5435
|
};
|
|
5325
5436
|
readonly Testnet: {
|
|
5326
5437
|
readonly Ethereum: {
|
|
@@ -5718,6 +5829,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
5718
5829
|
readonly account: "accounts/";
|
|
5719
5830
|
};
|
|
5720
5831
|
};
|
|
5832
|
+
readonly Nexus: {
|
|
5833
|
+
readonly name: "Nexus Explorer";
|
|
5834
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
5835
|
+
readonly endpoints: {
|
|
5836
|
+
readonly tx: "tx/";
|
|
5837
|
+
readonly account: "address/";
|
|
5838
|
+
};
|
|
5839
|
+
};
|
|
5721
5840
|
};
|
|
5722
5841
|
readonly Testnet: {
|
|
5723
5842
|
readonly Ethereum: {
|
|
@@ -6114,6 +6233,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6114
6233
|
readonly account: "accounts/";
|
|
6115
6234
|
};
|
|
6116
6235
|
};
|
|
6236
|
+
readonly Nexus: {
|
|
6237
|
+
readonly name: "Nexus Explorer";
|
|
6238
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
6239
|
+
readonly endpoints: {
|
|
6240
|
+
readonly tx: "tx/";
|
|
6241
|
+
readonly account: "address/";
|
|
6242
|
+
};
|
|
6243
|
+
};
|
|
6117
6244
|
};
|
|
6118
6245
|
readonly Testnet: {
|
|
6119
6246
|
readonly Ethereum: {
|
|
@@ -6510,6 +6637,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6510
6637
|
readonly account: "accounts/";
|
|
6511
6638
|
};
|
|
6512
6639
|
};
|
|
6640
|
+
readonly Nexus: {
|
|
6641
|
+
readonly name: "Nexus Explorer";
|
|
6642
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
6643
|
+
readonly endpoints: {
|
|
6644
|
+
readonly tx: "tx/";
|
|
6645
|
+
readonly account: "address/";
|
|
6646
|
+
};
|
|
6647
|
+
};
|
|
6513
6648
|
};
|
|
6514
6649
|
readonly Testnet: {
|
|
6515
6650
|
readonly Ethereum: {
|
|
@@ -6906,6 +7041,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
6906
7041
|
readonly account: "accounts/";
|
|
6907
7042
|
};
|
|
6908
7043
|
};
|
|
7044
|
+
readonly Nexus: {
|
|
7045
|
+
readonly name: "Nexus Explorer";
|
|
7046
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
7047
|
+
readonly endpoints: {
|
|
7048
|
+
readonly tx: "tx/";
|
|
7049
|
+
readonly account: "address/";
|
|
7050
|
+
};
|
|
7051
|
+
};
|
|
6909
7052
|
};
|
|
6910
7053
|
readonly Testnet: {
|
|
6911
7054
|
readonly Ethereum: {
|
|
@@ -7302,6 +7445,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7302
7445
|
readonly account: "accounts/";
|
|
7303
7446
|
};
|
|
7304
7447
|
};
|
|
7448
|
+
readonly Nexus: {
|
|
7449
|
+
readonly name: "Nexus Explorer";
|
|
7450
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
7451
|
+
readonly endpoints: {
|
|
7452
|
+
readonly tx: "tx/";
|
|
7453
|
+
readonly account: "address/";
|
|
7454
|
+
};
|
|
7455
|
+
};
|
|
7305
7456
|
};
|
|
7306
7457
|
readonly Testnet: {
|
|
7307
7458
|
readonly Ethereum: {
|
|
@@ -7698,6 +7849,14 @@ export declare const explorerConfs: (<const K1 extends "Mainnet" | "Testnet", co
|
|
|
7698
7849
|
readonly account: "accounts/";
|
|
7699
7850
|
};
|
|
7700
7851
|
};
|
|
7852
|
+
readonly Nexus: {
|
|
7853
|
+
readonly name: "Nexus Explorer";
|
|
7854
|
+
readonly baseUrl: "https://explorer.nexus.xyz/";
|
|
7855
|
+
readonly endpoints: {
|
|
7856
|
+
readonly tx: "tx/";
|
|
7857
|
+
readonly account: "address/";
|
|
7858
|
+
};
|
|
7859
|
+
};
|
|
7701
7860
|
};
|
|
7702
7861
|
readonly Testnet: {
|
|
7703
7862
|
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;AA8aF,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"}
|
|
@@ -219,6 +219,16 @@ const explorerConfig = [[
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
],
|
|
222
|
+
[
|
|
223
|
+
"Nexus", {
|
|
224
|
+
name: "Nexus Explorer",
|
|
225
|
+
baseUrl: "https://explorer.nexus.xyz/",
|
|
226
|
+
endpoints: {
|
|
227
|
+
tx: "tx/",
|
|
228
|
+
account: "address/"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
],
|
|
222
232
|
]
|
|
223
233
|
], [
|
|
224
234
|
"Testnet", [[
|
|
@@ -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 ["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 ["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 ["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 ["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;
|
|
@@ -53,6 +53,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
53
53
|
readonly Moca: 2288n;
|
|
54
54
|
readonly MegaETH: 4326n;
|
|
55
55
|
readonly ZeroGravity: 16661n;
|
|
56
|
+
readonly Nexus: 3946n;
|
|
56
57
|
readonly Btc: "bitcoin-mainnet";
|
|
57
58
|
};
|
|
58
59
|
readonly Testnet: {
|
|
@@ -173,6 +174,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
173
174
|
readonly Moca: 2288n;
|
|
174
175
|
readonly MegaETH: 4326n;
|
|
175
176
|
readonly ZeroGravity: 16661n;
|
|
177
|
+
readonly Nexus: 3946n;
|
|
176
178
|
readonly Btc: "bitcoin-mainnet";
|
|
177
179
|
};
|
|
178
180
|
readonly Testnet: {
|
|
@@ -293,6 +295,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
293
295
|
readonly Moca: 2288n;
|
|
294
296
|
readonly MegaETH: 4326n;
|
|
295
297
|
readonly ZeroGravity: 16661n;
|
|
298
|
+
readonly Nexus: 3946n;
|
|
296
299
|
readonly Btc: "bitcoin-mainnet";
|
|
297
300
|
};
|
|
298
301
|
readonly Testnet: {
|
|
@@ -413,6 +416,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
413
416
|
readonly Moca: 2288n;
|
|
414
417
|
readonly MegaETH: 4326n;
|
|
415
418
|
readonly ZeroGravity: 16661n;
|
|
419
|
+
readonly Nexus: 3946n;
|
|
416
420
|
readonly Btc: "bitcoin-mainnet";
|
|
417
421
|
};
|
|
418
422
|
readonly Testnet: {
|
|
@@ -488,7 +492,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
488
492
|
[key: symbol]: unknown;
|
|
489
493
|
} ? T_1[K2 extends bigint ? `bigint(${K2})` : K2 extends boolean ? `boolean(${K2})` : K2] : never : never : never) & {
|
|
490
494
|
readonly has: (args_0: string, args_1: string) => boolean;
|
|
491
|
-
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 | "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 | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn" | undefined;
|
|
495
|
+
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 | 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 | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn" | undefined;
|
|
492
496
|
} & {
|
|
493
497
|
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" ? {
|
|
494
498
|
readonly Mainnet: {
|
|
@@ -541,6 +545,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
541
545
|
readonly Moca: 2288n;
|
|
542
546
|
readonly MegaETH: 4326n;
|
|
543
547
|
readonly ZeroGravity: 16661n;
|
|
548
|
+
readonly Nexus: 3946n;
|
|
544
549
|
readonly Btc: "bitcoin-mainnet";
|
|
545
550
|
};
|
|
546
551
|
readonly Testnet: {
|
|
@@ -665,6 +670,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
665
670
|
readonly Moca: 2288n;
|
|
666
671
|
readonly MegaETH: 4326n;
|
|
667
672
|
readonly ZeroGravity: 16661n;
|
|
673
|
+
readonly Nexus: 3946n;
|
|
668
674
|
readonly Btc: "bitcoin-mainnet";
|
|
669
675
|
};
|
|
670
676
|
readonly Testnet: {
|
|
@@ -785,6 +791,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
785
791
|
readonly Moca: 2288n;
|
|
786
792
|
readonly MegaETH: 4326n;
|
|
787
793
|
readonly ZeroGravity: 16661n;
|
|
794
|
+
readonly Nexus: 3946n;
|
|
788
795
|
readonly Btc: "bitcoin-mainnet";
|
|
789
796
|
};
|
|
790
797
|
readonly Testnet: {
|
|
@@ -905,6 +912,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
905
912
|
readonly Moca: 2288n;
|
|
906
913
|
readonly MegaETH: 4326n;
|
|
907
914
|
readonly ZeroGravity: 16661n;
|
|
915
|
+
readonly Nexus: 3946n;
|
|
908
916
|
readonly Btc: "bitcoin-mainnet";
|
|
909
917
|
};
|
|
910
918
|
readonly Testnet: {
|
|
@@ -1025,6 +1033,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1025
1033
|
readonly Moca: 2288n;
|
|
1026
1034
|
readonly MegaETH: 4326n;
|
|
1027
1035
|
readonly ZeroGravity: 16661n;
|
|
1036
|
+
readonly Nexus: 3946n;
|
|
1028
1037
|
readonly Btc: "bitcoin-mainnet";
|
|
1029
1038
|
};
|
|
1030
1039
|
readonly Testnet: {
|
|
@@ -1150,6 +1159,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1150
1159
|
readonly Moca: 2288n;
|
|
1151
1160
|
readonly MegaETH: 4326n;
|
|
1152
1161
|
readonly ZeroGravity: 16661n;
|
|
1162
|
+
readonly Nexus: 3946n;
|
|
1153
1163
|
readonly Btc: "bitcoin-mainnet";
|
|
1154
1164
|
};
|
|
1155
1165
|
readonly Testnet: {
|
|
@@ -1270,6 +1280,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1270
1280
|
readonly Moca: 2288n;
|
|
1271
1281
|
readonly MegaETH: 4326n;
|
|
1272
1282
|
readonly ZeroGravity: 16661n;
|
|
1283
|
+
readonly Nexus: 3946n;
|
|
1273
1284
|
readonly Btc: "bitcoin-mainnet";
|
|
1274
1285
|
};
|
|
1275
1286
|
readonly Testnet: {
|
|
@@ -1390,6 +1401,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1390
1401
|
readonly Moca: 2288n;
|
|
1391
1402
|
readonly MegaETH: 4326n;
|
|
1392
1403
|
readonly ZeroGravity: 16661n;
|
|
1404
|
+
readonly Nexus: 3946n;
|
|
1393
1405
|
readonly Btc: "bitcoin-mainnet";
|
|
1394
1406
|
};
|
|
1395
1407
|
readonly Testnet: {
|
|
@@ -1510,6 +1522,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1510
1522
|
readonly Moca: 2288n;
|
|
1511
1523
|
readonly MegaETH: 4326n;
|
|
1512
1524
|
readonly ZeroGravity: 16661n;
|
|
1525
|
+
readonly Nexus: 3946n;
|
|
1513
1526
|
readonly Btc: "bitcoin-mainnet";
|
|
1514
1527
|
};
|
|
1515
1528
|
readonly Testnet: {
|
|
@@ -1631,6 +1644,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1631
1644
|
readonly Moca: 2288n;
|
|
1632
1645
|
readonly MegaETH: 4326n;
|
|
1633
1646
|
readonly ZeroGravity: 16661n;
|
|
1647
|
+
readonly Nexus: 3946n;
|
|
1634
1648
|
readonly Btc: "bitcoin-mainnet";
|
|
1635
1649
|
};
|
|
1636
1650
|
readonly Testnet: {
|
|
@@ -1751,6 +1765,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1751
1765
|
readonly Moca: 2288n;
|
|
1752
1766
|
readonly MegaETH: 4326n;
|
|
1753
1767
|
readonly ZeroGravity: 16661n;
|
|
1768
|
+
readonly Nexus: 3946n;
|
|
1754
1769
|
readonly Btc: "bitcoin-mainnet";
|
|
1755
1770
|
};
|
|
1756
1771
|
readonly Testnet: {
|
|
@@ -1871,6 +1886,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1871
1886
|
readonly Moca: 2288n;
|
|
1872
1887
|
readonly MegaETH: 4326n;
|
|
1873
1888
|
readonly ZeroGravity: 16661n;
|
|
1889
|
+
readonly Nexus: 3946n;
|
|
1874
1890
|
readonly Btc: "bitcoin-mainnet";
|
|
1875
1891
|
};
|
|
1876
1892
|
readonly Testnet: {
|
|
@@ -1991,6 +2007,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
1991
2007
|
readonly Moca: 2288n;
|
|
1992
2008
|
readonly MegaETH: 4326n;
|
|
1993
2009
|
readonly ZeroGravity: 16661n;
|
|
2010
|
+
readonly Nexus: 3946n;
|
|
1994
2011
|
readonly Btc: "bitcoin-mainnet";
|
|
1995
2012
|
};
|
|
1996
2013
|
readonly Testnet: {
|
|
@@ -2111,6 +2128,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2111
2128
|
readonly Moca: 2288n;
|
|
2112
2129
|
readonly MegaETH: 4326n;
|
|
2113
2130
|
readonly ZeroGravity: 16661n;
|
|
2131
|
+
readonly Nexus: 3946n;
|
|
2114
2132
|
readonly Btc: "bitcoin-mainnet";
|
|
2115
2133
|
};
|
|
2116
2134
|
readonly Testnet: {
|
|
@@ -2231,6 +2249,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2231
2249
|
readonly Moca: 2288n;
|
|
2232
2250
|
readonly MegaETH: 4326n;
|
|
2233
2251
|
readonly ZeroGravity: 16661n;
|
|
2252
|
+
readonly Nexus: 3946n;
|
|
2234
2253
|
readonly Btc: "bitcoin-mainnet";
|
|
2235
2254
|
};
|
|
2236
2255
|
readonly Testnet: {
|
|
@@ -2305,7 +2324,7 @@ export declare const networkChainToNativeChainId: (<const K1 extends "Mainnet" |
|
|
|
2305
2324
|
};
|
|
2306
2325
|
type NetworkChainToNativeChainId = ToMapping<typeof chainNetworkNativeChainIdEntries>;
|
|
2307
2326
|
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;
|
|
2308
|
-
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 | "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 | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn">(args_0: K1) => {
|
|
2327
|
+
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 | 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 | "sandnet-v1.0" | 1397n | 1337n | "injective_devnet_fake" | "8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn">(args_0: K1) => {
|
|
2309
2328
|
"bigint(1)": [["Mainnet", "Aptos"], ["Mainnet", "Ethereum"], ["Mainnet", "Stacks"], ["Testnet", "Xrpl"]];
|
|
2310
2329
|
"mainnet-v1.0": [["Mainnet", "Algorand"]];
|
|
2311
2330
|
mainnet: [["Mainnet", "Near"]];
|
|
@@ -2353,6 +2372,7 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2353
2372
|
"bigint(2288)": [["Mainnet", "Moca"]];
|
|
2354
2373
|
"bigint(4326)": [["Mainnet", "MegaETH"]];
|
|
2355
2374
|
"bigint(16661)": [["Mainnet", "ZeroGravity"]];
|
|
2375
|
+
"bigint(3946)": [["Mainnet", "Nexus"]];
|
|
2356
2376
|
"bitcoin-mainnet": [["Mainnet", "Btc"]];
|
|
2357
2377
|
"bigint(2)": [["Testnet", "Aptos"]];
|
|
2358
2378
|
"testnet-v1.0": [["Testnet", "Algorand"]];
|
|
@@ -2415,7 +2435,7 @@ declare const nativeChainIdToNetworkChain: (<const K1 extends 0n | 2n | 10n | 1n
|
|
|
2415
2435
|
"8wF6jKV3cKwyaVkWcoV9KpDqmkjvEYno9hKZrKx8TbZn": [["Devnet", "Solana"]];
|
|
2416
2436
|
}[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
|
|
2417
2437
|
readonly has: (args_0: string | bigint) => boolean;
|
|
2418
|
-
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", "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"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2438
|
+
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", "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"]] | [["Devnet", "Algorand"]] | [["Devnet", "Bsc"]] | [["Devnet", "Ethereum"]] | [["Devnet", "Injective"]] | [["Devnet", "Solana"]] | undefined;
|
|
2419
2439
|
};
|
|
2420
2440
|
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;
|
|
2421
2441
|
export declare function platformNativeChainIdToNetworkChain<P extends Platform, CI extends PlatformToNativeChainIds<P>>(platform: P, chainId: Widen<CI>): PlatformNativeChainIdToNetworkChainPair<P>;
|