@metamask/slip44 4.2.0 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +1 -1
  3. package/slip44.json +364 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.4.0]
10
+ ### Changed
11
+ - Update with latest data as of 2026-02-02 ([#197](https://github.com/MetaMask/slip44/pull/197))
12
+
13
+ ## [4.3.0]
14
+ ### Changed
15
+ - Update with latest data as of 2025-09-02 ([#189](https://github.com/MetaMask/slip44/pull/189))
16
+
9
17
  ## [4.2.0]
10
18
  ### Changed
11
19
  - Update with latest data as of 2025-05-02 ([#182](https://github.com/MetaMask/slip44/pull/182))
@@ -56,7 +64,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
64
  ### Changed
57
65
  - Initial release.
58
66
 
59
- [Unreleased]: https://github.com/MetaMask/slip44/compare/v4.2.0...HEAD
67
+ [Unreleased]: https://github.com/MetaMask/slip44/compare/v4.4.0...HEAD
68
+ [4.4.0]: https://github.com/MetaMask/slip44/compare/v4.3.0...v4.4.0
69
+ [4.3.0]: https://github.com/MetaMask/slip44/compare/v4.2.0...v4.3.0
60
70
  [4.2.0]: https://github.com/MetaMask/slip44/compare/v4.1.0...v4.2.0
61
71
  [4.1.0]: https://github.com/MetaMask/slip44/compare/v4.0.0...v4.1.0
62
72
  [4.0.0]: https://github.com/MetaMask/slip44/compare/v3.1.0...v4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/slip44",
3
- "version": "4.2.0",
3
+ "version": "4.4.0",
4
4
  "description": "A simple mapping between slip44 IDs and their network metadata.",
5
5
  "keywords": [
6
6
  "Blockchain",
package/slip44.json CHANGED
@@ -1148,7 +1148,7 @@
1148
1148
  "191": {
1149
1149
  "index": "191",
1150
1150
  "hex": "0x800000bf",
1151
- "symbol": "",
1151
+ "symbol": "LYNX",
1152
1152
  "name": "Lynx"
1153
1153
  },
1154
1154
  "192": {
@@ -4373,6 +4373,18 @@
4373
4373
  "symbol": "DENTX",
4374
4374
  "name": "DENTNet"
4375
4375
  },
4376
+ "735": {
4377
+ "index": "735",
4378
+ "hex": "0x800002df",
4379
+ "symbol": "NBY",
4380
+ "name": "Neobytes"
4381
+ },
4382
+ "736": {
4383
+ "index": "736",
4384
+ "hex": "0x800002e0",
4385
+ "symbol": "BABY",
4386
+ "name": "BABY"
4387
+ },
4376
4388
  "737": {
4377
4389
  "index": "737",
4378
4390
  "hex": "0x800002e1",
@@ -4403,12 +4415,36 @@
4403
4415
  "symbol": "RIV",
4404
4416
  "name": "Rigvid"
4405
4417
  },
4418
+ "742": {
4419
+ "index": "742",
4420
+ "hex": "0x800002e6",
4421
+ "symbol": "LTO",
4422
+ "name": "LTO Network"
4423
+ },
4424
+ "743": {
4425
+ "index": "743",
4426
+ "hex": "0x800002e7",
4427
+ "symbol": "LKY",
4428
+ "name": "LuckyCoin"
4429
+ },
4406
4430
  "744": {
4407
4431
  "index": "744",
4408
4432
  "hex": "0x800002e8",
4409
4433
  "symbol": "DUSK",
4410
4434
  "name": "Dusk"
4411
4435
  },
4436
+ "745": {
4437
+ "index": "745",
4438
+ "hex": "0x800002e9",
4439
+ "symbol": "DIMI",
4440
+ "name": "DiminutiveCoin"
4441
+ },
4442
+ "746": {
4443
+ "index": "746",
4444
+ "hex": "0x800002ea",
4445
+ "symbol": "PLM",
4446
+ "name": "Palladium"
4447
+ },
4412
4448
  "747": {
4413
4449
  "index": "747",
4414
4450
  "hex": "0x800002eb",
@@ -4445,12 +4481,30 @@
4445
4481
  "symbol": "XDD",
4446
4482
  "name": "XDDCoin"
4447
4483
  },
4484
+ "759": {
4485
+ "index": "759",
4486
+ "hex": "0x800002f7",
4487
+ "symbol": "TBI",
4488
+ "name": "TBicloud"
4489
+ },
4490
+ "762": {
4491
+ "index": "762",
4492
+ "hex": "0x800002fa",
4493
+ "symbol": "BELLS",
4494
+ "name": "Bellscoin"
4495
+ },
4448
4496
  "765": {
4449
4497
  "index": "765",
4450
4498
  "hex": "0x800002fd",
4451
4499
  "symbol": "TGN",
4452
4500
  "name": "Tagion"
4453
4501
  },
4502
+ "767": {
4503
+ "index": "767",
4504
+ "hex": "0x800002ff",
4505
+ "symbol": "LLD",
4506
+ "name": "Liberland"
4507
+ },
4454
4508
  "768": {
4455
4509
  "index": "768",
4456
4510
  "hex": "0x80000300",
@@ -4493,6 +4547,12 @@
4493
4547
  "symbol": "BTW",
4494
4548
  "name": "Bitcoin World"
4495
4549
  },
4550
+ "779": {
4551
+ "index": "779",
4552
+ "hex": "0x8000030b",
4553
+ "symbol": "UCHAIN",
4554
+ "name": "UCHAIN"
4555
+ },
4496
4556
  "780": {
4497
4557
  "index": "780",
4498
4558
  "hex": "0x8000030c",
@@ -4553,6 +4613,18 @@
4553
4613
  "symbol": "TAU",
4554
4614
  "name": "Lamden"
4555
4615
  },
4616
+ "790": {
4617
+ "index": "790",
4618
+ "hex": "0x80000316",
4619
+ "symbol": "LKY",
4620
+ "name": "Luckycoin"
4621
+ },
4622
+ "791": {
4623
+ "index": "791",
4624
+ "hex": "0x80000317",
4625
+ "symbol": "SOMA",
4626
+ "name": "Soma"
4627
+ },
4556
4628
  "794": {
4557
4629
  "index": "794",
4558
4630
  "hex": "0x8000031a",
@@ -4565,6 +4637,12 @@
4565
4637
  "symbol": "KINT",
4566
4638
  "name": "Kintsugi"
4567
4639
  },
4640
+ "797": {
4641
+ "index": "797",
4642
+ "hex": "0x8000031d",
4643
+ "symbol": "MVRX",
4644
+ "name": "Muvor ERP"
4645
+ },
4568
4646
  "799": {
4569
4647
  "index": "799",
4570
4648
  "hex": "0x8000031f",
@@ -4667,12 +4745,24 @@
4667
4745
  "symbol": "BDB",
4668
4746
  "name": "BigchainDB"
4669
4747
  },
4748
+ "823": {
4749
+ "index": "823",
4750
+ "hex": "0x80000337",
4751
+ "symbol": "TBL",
4752
+ "name": "TBLINK"
4753
+ },
4670
4754
  "824": {
4671
4755
  "index": "824",
4672
4756
  "hex": "0x80000338",
4673
4757
  "symbol": "RBNT",
4674
4758
  "name": "Redbelly Network"
4675
4759
  },
4760
+ "826": {
4761
+ "index": "826",
4762
+ "hex": "0x8000033a",
4763
+ "symbol": "YBC",
4764
+ "name": "YBChain"
4765
+ },
4676
4766
  "827": {
4677
4767
  "index": "827",
4678
4768
  "hex": "0x8000033b",
@@ -4829,6 +4919,12 @@
4829
4919
  "symbol": "PRCY",
4830
4920
  "name": "PRCY Coin"
4831
4921
  },
4922
+ "856": {
4923
+ "index": "856",
4924
+ "hex": "0x80000358",
4925
+ "symbol": "TB",
4926
+ "name": "TBCoin"
4927
+ },
4832
4928
  "858": {
4833
4929
  "index": "858",
4834
4930
  "hex": "0x8000035a",
@@ -4883,12 +4979,24 @@
4883
4979
  "symbol": "LUM",
4884
4980
  "name": "Lum Network"
4885
4981
  },
4982
+ "881": {
4983
+ "index": "881",
4984
+ "hex": "0x80000371",
4985
+ "symbol": "AEGS",
4986
+ "name": "Aegisum"
4987
+ },
4886
4988
  "883": {
4887
4989
  "index": "883",
4888
4990
  "hex": "0x80000373",
4889
4991
  "symbol": "ZBC",
4890
4992
  "name": "ZooBC"
4891
4993
  },
4994
+ "885": {
4995
+ "index": "885",
4996
+ "hex": "0x80000375",
4997
+ "symbol": "XCN",
4998
+ "name": "XCoin"
4999
+ },
4892
5000
  "886": {
4893
5001
  "index": "886",
4894
5002
  "hex": "0x80000376",
@@ -4943,6 +5051,12 @@
4943
5051
  "symbol": "NXT",
4944
5052
  "name": "NxtMeta"
4945
5053
  },
5054
+ "903": {
5055
+ "index": "903",
5056
+ "hex": "0x80000387",
5057
+ "symbol": "EGN",
5058
+ "name": "EGAHN Intelligence Network"
5059
+ },
4946
5060
  "904": {
4947
5061
  "index": "904",
4948
5062
  "hex": "0x80000388",
@@ -5051,6 +5165,12 @@
5051
5165
  "symbol": "UNLOCK",
5052
5166
  "name": "Jasiri protocol"
5053
5167
  },
5168
+ "950": {
5169
+ "index": "950",
5170
+ "hex": "0x800003b6",
5171
+ "symbol": "CNDT",
5172
+ "name": "Conduct Protocol"
5173
+ },
5054
5174
  "955": {
5055
5175
  "index": "955",
5056
5176
  "hex": "0x800003bb",
@@ -5099,6 +5219,12 @@
5099
5219
  "symbol": "TWINS",
5100
5220
  "name": "TWINS"
5101
5221
  },
5222
+ "975": {
5223
+ "index": "975",
5224
+ "hex": "0x800003cf",
5225
+ "symbol": "",
5226
+ "name": "TrustNet"
5227
+ },
5102
5228
  "977": {
5103
5229
  "index": "977",
5104
5230
  "hex": "0x800003d1",
@@ -5297,6 +5423,12 @@
5297
5423
  "symbol": "ZTC",
5298
5424
  "name": "Zenchain"
5299
5425
  },
5426
+ "1019": {
5427
+ "index": "1019",
5428
+ "hex": "0x800003fb",
5429
+ "symbol": "ZENO",
5430
+ "name": "Zenotta"
5431
+ },
5300
5432
  "1020": {
5301
5433
  "index": "1020",
5302
5434
  "hex": "0x800003fc",
@@ -5363,6 +5495,12 @@
5363
5495
  "symbol": "CROSS",
5364
5496
  "name": "Cross Chain"
5365
5497
  },
5498
+ "1110": {
5499
+ "index": "1110",
5500
+ "hex": "0x80000456",
5501
+ "symbol": "ZRA",
5502
+ "name": "ZERA"
5503
+ },
5366
5504
  "1111": {
5367
5505
  "index": "1111",
5368
5506
  "hex": "0x80000457",
@@ -5435,6 +5573,12 @@
5435
5573
  "symbol": "HOO",
5436
5574
  "name": "Hoo Smart Chain"
5437
5575
  },
5576
+ "1200": {
5577
+ "index": "1200",
5578
+ "hex": "0x800004b0",
5579
+ "symbol": "GNK",
5580
+ "name": "Gonka"
5581
+ },
5438
5582
  "1234": {
5439
5583
  "index": "1234",
5440
5584
  "hex": "0x800004d2",
@@ -5507,6 +5651,12 @@
5507
5651
  "symbol": "IRON",
5508
5652
  "name": "Iron Fish"
5509
5653
  },
5654
+ "1339": {
5655
+ "index": "1339",
5656
+ "hex": "0x8000053b",
5657
+ "symbol": "WNSD",
5658
+ "name": "Winsdet"
5659
+ },
5510
5660
  "1348": {
5511
5661
  "index": "1348",
5512
5662
  "hex": "0x80000544",
@@ -5525,6 +5675,18 @@
5525
5675
  "symbol": "TENTSLP",
5526
5676
  "name": "TENT Simple Ledger Protocol"
5527
5677
  },
5678
+ "1420": {
5679
+ "index": "1420",
5680
+ "hex": "0x8000058c",
5681
+ "symbol": "DEV",
5682
+ "name": "DogecoinEV"
5683
+ },
5684
+ "1447": {
5685
+ "index": "1447",
5686
+ "hex": "0x800005a7",
5687
+ "symbol": "DNR",
5688
+ "name": "Dinero"
5689
+ },
5528
5690
  "1510": {
5529
5691
  "index": "1510",
5530
5692
  "hex": "0x800005e6",
@@ -5627,6 +5789,12 @@
5627
5789
  "symbol": "BCX",
5628
5790
  "name": "BitcoinX"
5629
5791
  },
5792
+ "1707": {
5793
+ "index": "1707",
5794
+ "hex": "0x800006ab",
5795
+ "symbol": "TRMP",
5796
+ "name": "TrumPOW"
5797
+ },
5630
5798
  "1729": {
5631
5799
  "index": "1729",
5632
5800
  "hex": "0x800006c1",
@@ -5651,6 +5819,12 @@
5651
5819
  "symbol": "JPYS",
5652
5820
  "name": "JPY Stablecoin"
5653
5821
  },
5822
+ "1788": {
5823
+ "index": "1788",
5824
+ "hex": "0x800006fc",
5825
+ "symbol": "USVAC",
5826
+ "name": "USVACoin"
5827
+ },
5654
5828
  "1789": {
5655
5829
  "index": "1789",
5656
5830
  "hex": "0x800006fd",
@@ -5717,6 +5891,12 @@
5717
5891
  "symbol": "CITY",
5718
5892
  "name": "City Coin"
5719
5893
  },
5894
+ "1935": {
5895
+ "index": "1935",
5896
+ "hex": "0x8000078f",
5897
+ "symbol": "HRC",
5898
+ "name": "Hypercoin"
5899
+ },
5720
5900
  "1951": {
5721
5901
  "index": "1951",
5722
5902
  "hex": "0x8000079f",
@@ -5735,6 +5915,12 @@
5735
5915
  "symbol": "XX",
5736
5916
  "name": "xx coin"
5737
5917
  },
5918
+ "1969": {
5919
+ "index": "1969",
5920
+ "hex": "0x800007b1",
5921
+ "symbol": "MVRK",
5922
+ "name": "Mavryk Network"
5923
+ },
5738
5924
  "1977": {
5739
5925
  "index": "1977",
5740
5926
  "hex": "0x800007b9",
@@ -5789,6 +5975,12 @@
5789
5975
  "symbol": "SC",
5790
5976
  "name": "Sia"
5791
5977
  },
5978
+ "1995": {
5979
+ "index": "1995",
5980
+ "hex": "0x800007cb",
5981
+ "symbol": "MYDOGE",
5982
+ "name": "Mydogecoin"
5983
+ },
5792
5984
  "1996": {
5793
5985
  "index": "1996",
5794
5986
  "hex": "0x800007cc",
@@ -5837,6 +6029,12 @@
5837
6029
  "symbol": "ISNA",
5838
6030
  "name": "iSarrana"
5839
6031
  },
6032
+ "2010": {
6033
+ "index": "2010",
6034
+ "hex": "0x800007da",
6035
+ "symbol": "XBT",
6036
+ "name": "Bitcoin Classic"
6037
+ },
5840
6038
  "2013": {
5841
6039
  "index": "2013",
5842
6040
  "hex": "0x800007dd",
@@ -5963,6 +6161,12 @@
5963
6161
  "symbol": "CBTC",
5964
6162
  "name": "Coordinate BTC (Anduro)"
5965
6163
  },
6164
+ "2122": {
6165
+ "index": "2122",
6166
+ "hex": "0x8000084a",
6167
+ "symbol": "QBTC",
6168
+ "name": "Quasar BTC (Anduro)"
6169
+ },
5966
6170
  "2125": {
5967
6171
  "index": "2125",
5968
6172
  "hex": "0x8000084d",
@@ -6041,6 +6245,12 @@
6041
6245
  "symbol": "XIN",
6042
6246
  "name": "Mixin"
6043
6247
  },
6248
+ "2457": {
6249
+ "index": "2457",
6250
+ "hex": "0x80000999",
6251
+ "symbol": "HYPE",
6252
+ "name": "Hyperliquid"
6253
+ },
6044
6254
  "2500": {
6045
6255
  "index": "2500",
6046
6256
  "hex": "0x800009c4",
@@ -6116,8 +6326,14 @@
6116
6326
  "3131": {
6117
6327
  "index": "3131",
6118
6328
  "hex": "0x80000c3b",
6119
- "symbol": "EZC",
6120
- "name": "Ezcon Blockchain"
6329
+ "symbol": "DIP",
6330
+ "name": "Dipnet Blockchain"
6331
+ },
6332
+ "3141": {
6333
+ "index": "3141",
6334
+ "hex": "0x80000c45",
6335
+ "symbol": "B1T",
6336
+ "name": "Bit"
6121
6337
  },
6122
6338
  "3276": {
6123
6339
  "index": "3276",
@@ -6167,6 +6383,12 @@
6167
6383
  "symbol": "PEPE",
6168
6384
  "name": "Pepecoin Core"
6169
6385
  },
6386
+ "3499": {
6387
+ "index": "3499",
6388
+ "hex": "0x80000dab",
6389
+ "symbol": "BLAZE",
6390
+ "name": "Blaze"
6391
+ },
6170
6392
  "3501": {
6171
6393
  "index": "3501",
6172
6394
  "hex": "0x80000dad",
@@ -6191,6 +6413,12 @@
6191
6413
  "symbol": "CY",
6192
6414
  "name": "Cybits"
6193
6415
  },
6416
+ "3630": {
6417
+ "index": "3630",
6418
+ "hex": "0x80000e2e",
6419
+ "symbol": "EPPIE",
6420
+ "name": "Eppie"
6421
+ },
6194
6422
  "3757": {
6195
6423
  "index": "3757",
6196
6424
  "hex": "0x80000ead",
@@ -6245,6 +6473,12 @@
6245
6473
  "symbol": "C4E",
6246
6474
  "name": "Chain4Energy"
6247
6475
  },
6476
+ "4474": {
6477
+ "index": "4474",
6478
+ "hex": "0x8000117a",
6479
+ "symbol": "SHIC",
6480
+ "name": "ShibaCoin"
6481
+ },
6248
6482
  "4646": {
6249
6483
  "index": "4646",
6250
6484
  "hex": "0x80001226",
@@ -6331,7 +6565,7 @@
6331
6565
  },
6332
6566
  "5995": {
6333
6567
  "index": "5995",
6334
- "hex": "0x8000176B",
6568
+ "hex": "0x8000176b",
6335
6569
  "symbol": "DUSK",
6336
6570
  "name": "Dusk Network"
6337
6571
  },
@@ -6359,6 +6593,18 @@
6359
6593
  "symbol": "STEAMX",
6360
6594
  "name": "Rails Network Mainnet"
6361
6595
  },
6596
+ "6310": {
6597
+ "index": "6310",
6598
+ "hex": "0x800018a6",
6599
+ "symbol": "VRL",
6600
+ "name": "Virel Protocol"
6601
+ },
6602
+ "6383": {
6603
+ "index": "6383",
6604
+ "hex": "0x800018ef",
6605
+ "symbol": "NEUE",
6606
+ "name": "Dap"
6607
+ },
6362
6608
  "6532": {
6363
6609
  "index": "6532",
6364
6610
  "hex": "0x80001984",
@@ -6383,6 +6629,12 @@
6383
6629
  "symbol": "SAFE",
6384
6630
  "name": "SAFE"
6385
6631
  },
6632
+ "6767": {
6633
+ "index": "6767",
6634
+ "hex": "0x80001a6f",
6635
+ "symbol": "CC",
6636
+ "name": "Canton Coin"
6637
+ },
6386
6638
  "6779": {
6387
6639
  "index": "6779",
6388
6640
  "hex": "0x80001a7b",
@@ -6473,6 +6725,12 @@
6473
6725
  "symbol": "SKY",
6474
6726
  "name": "Skycoin"
6475
6727
  },
6728
+ "8008": {
6729
+ "index": "8008",
6730
+ "hex": "0x80001f48",
6731
+ "symbol": "BERA",
6732
+ "name": "Berachain"
6733
+ },
6476
6734
  "8017": {
6477
6735
  "index": "8017",
6478
6736
  "hex": "0x80001f51",
@@ -6623,6 +6881,24 @@
6623
6881
  "symbol": "BSC",
6624
6882
  "name": "Binance Smart Chain"
6625
6883
  },
6884
+ "9007": {
6885
+ "index": "9007",
6886
+ "hex": "0x8000232f",
6887
+ "symbol": "SATOX",
6888
+ "name": "Satoxcoin"
6889
+ },
6890
+ "9345": {
6891
+ "index": "9345",
6892
+ "hex": "0x80002481",
6893
+ "symbol": "WEIL",
6894
+ "name": "Weilliptic"
6895
+ },
6896
+ "9633": {
6897
+ "index": "9633",
6898
+ "hex": "0x800025a1",
6899
+ "symbol": "SYL",
6900
+ "name": "OpenSY"
6901
+ },
6626
6902
  "9797": {
6627
6903
  "index": "9797",
6628
6904
  "hex": "0x80002645",
@@ -7055,6 +7331,12 @@
7055
7331
  "symbol": "APTA",
7056
7332
  "name": "Bloqs4Good"
7057
7333
  },
7334
+ "189189": {
7335
+ "index": "189189",
7336
+ "hex": "0x8002e305",
7337
+ "symbol": "QUAN",
7338
+ "name": "Quantus Network"
7339
+ },
7058
7340
  "200625": {
7059
7341
  "index": "200625",
7060
7342
  "hex": "0x80030fb1",
@@ -7079,6 +7361,12 @@
7079
7361
  "symbol": "ATS",
7080
7362
  "name": "ARTIS sigma1"
7081
7363
  },
7364
+ "251022": {
7365
+ "index": "251022",
7366
+ "hex": "0x8003d48e",
7367
+ "symbol": "AUTOX",
7368
+ "name": "Autox Coin"
7369
+ },
7082
7370
  "261131": {
7083
7371
  "index": "261131",
7084
7372
  "hex": "0x8003fc0b",
@@ -7133,6 +7421,30 @@
7133
7421
  "symbol": "ICE",
7134
7422
  "name": "Ice Network"
7135
7423
  },
7424
+ "696969": {
7425
+ "index": "696969",
7426
+ "hex": "0x800aa289",
7427
+ "symbol": "TXC",
7428
+ "name": "TEXITcoin"
7429
+ },
7430
+ "827166": {
7431
+ "index": "827166",
7432
+ "hex": "0x800c9f1e",
7433
+ "symbol": "",
7434
+ "name": "RGB on Bitcoin (mainnet)"
7435
+ },
7436
+ "827167": {
7437
+ "index": "827167",
7438
+ "hex": "0x800c9f1f",
7439
+ "symbol": "",
7440
+ "name": "RGB on Bitcoin (testnet)"
7441
+ },
7442
+ "828942": {
7443
+ "index": "828942",
7444
+ "hex": "0x800ca60e",
7445
+ "symbol": "",
7446
+ "name": "RGB on Liquid (mainnet)"
7447
+ },
7136
7448
  "888888": {
7137
7449
  "index": "888888",
7138
7450
  "hex": "0x800d9038",
@@ -7175,12 +7487,24 @@
7175
7487
  "symbol": "EPK",
7176
7488
  "name": "EPIK Protocol"
7177
7489
  },
7490
+ "4353123": {
7491
+ "index": "4353123",
7492
+ "hex": "0x80426c63",
7493
+ "symbol": "BBLU",
7494
+ "name": "Bitcoin-Blu"
7495
+ },
7178
7496
  "4741444": {
7179
7497
  "index": "4741444",
7180
7498
  "hex": "0x80485944",
7181
7499
  "symbol": "HYD",
7182
7500
  "name": "Hydra Token"
7183
7501
  },
7502
+ "5063758": {
7503
+ "index": "5063758",
7504
+ "hex": "0x804d444e",
7505
+ "symbol": "",
7506
+ "name": "Miden"
7507
+ },
7184
7508
  "5249353": {
7185
7509
  "index": "5249353",
7186
7510
  "hex": "0x80501949",
@@ -7277,6 +7601,12 @@
7277
7601
  "symbol": "AFS",
7278
7602
  "name": "ANFS"
7279
7603
  },
7604
+ "8163321": {
7605
+ "index": "8163321",
7606
+ "hex": "0x807c8ff9",
7607
+ "symbol": "BTCV",
7608
+ "name": "Bitcoin-Value"
7609
+ },
7280
7610
  "10000118": {
7281
7611
  "index": "10000118",
7282
7612
  "hex": "0x805d30b6",
@@ -7319,6 +7649,18 @@
7319
7649
  "symbol": "DYDX",
7320
7650
  "name": "Dydx"
7321
7651
  },
7652
+ "22000119": {
7653
+ "index": "22000119",
7654
+ "hex": "0x814fb1f7",
7655
+ "symbol": "INJ",
7656
+ "name": "Injective"
7657
+ },
7658
+ "35600000": {
7659
+ "index": "35600000",
7660
+ "hex": "0x821f3680",
7661
+ "symbol": "AXX",
7662
+ "name": "AtlasX Chain"
7663
+ },
7322
7664
  "61717561": {
7323
7665
  "index": "61717561",
7324
7666
  "hex": "0x83adbc39",
@@ -7373,6 +7715,12 @@
7373
7715
  "symbol": "ZORK",
7374
7716
  "name": "Zork Network"
7375
7717
  },
7718
+ "268435779": {
7719
+ "index": "268435779",
7720
+ "hex": "0x90000143",
7721
+ "symbol": "MON",
7722
+ "name": "Monad"
7723
+ },
7376
7724
  "608589380": {
7377
7725
  "index": "608589380",
7378
7726
  "hex": "0xa4465644",
@@ -7420,5 +7768,17 @@
7420
7768
  "hex": "0xc6554575",
7421
7769
  "symbol": "HXC",
7422
7770
  "name": "HuaXia Chain"
7771
+ },
7772
+ "1179993471": {
7773
+ "index": "1179993471",
7774
+ "hex": "0xc655457f",
7775
+ "symbol": "AME",
7776
+ "name": "AME Chain"
7777
+ },
7778
+ "1869902945": {
7779
+ "index": "1869902945",
7780
+ "hex": "0xef747461",
7781
+ "symbol": "ATTO",
7782
+ "name": "Atto"
7423
7783
  }
7424
7784
  }