@metamask/slip44 4.0.0 → 4.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +3 -3
  3. package/slip44.json +148 -58
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.1.0]
10
+ ### Changed
11
+ - Update with latest data as of 2024-11-02 ([#170](https://github.com/MetaMask/slip44/pull/170))
12
+ - Ignore reserved names ([#171](https://github.com/MetaMask/slip44/pull/171))
13
+
9
14
  ## [4.0.0]
10
15
  ### Changed
11
16
  - **BREAKING:** Require Node 18.16 or higher ([#111](https://github.com/MetaMask/slip44/pull/111))
@@ -47,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
52
  ### Changed
48
53
  - Initial release.
49
54
 
50
- [Unreleased]: https://github.com/MetaMask/slip44/compare/v4.0.0...HEAD
55
+ [Unreleased]: https://github.com/MetaMask/slip44/compare/v4.1.0...HEAD
56
+ [4.1.0]: https://github.com/MetaMask/slip44/compare/v4.0.0...v4.1.0
51
57
  [4.0.0]: https://github.com/MetaMask/slip44/compare/v3.1.0...v4.0.0
52
58
  [3.1.0]: https://github.com/MetaMask/slip44/compare/v3.0.0...v3.1.0
53
59
  [3.0.0]: https://github.com/MetaMask/slip44/compare/v2.2.0...v3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/slip44",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "A simple mapping between slip44 IDs and their network metadata.",
5
5
  "keywords": [
6
6
  "Blockchain",
@@ -37,7 +37,7 @@
37
37
  "test:watch": "jest --watch"
38
38
  },
39
39
  "devDependencies": {
40
- "@lavamoat/allow-scripts": "^2.3.1",
40
+ "@lavamoat/allow-scripts": "^3.2.1",
41
41
  "@metamask/auto-changelog": "^3.1.0",
42
42
  "@metamask/eslint-config": "^12.0.0",
43
43
  "@metamask/eslint-config-jest": "^12.0.0",
@@ -61,7 +61,7 @@
61
61
  "ts-jest": "^28.0.7",
62
62
  "typescript": "~4.8.4"
63
63
  },
64
- "packageManager": "yarn@3.2.4",
64
+ "packageManager": "yarn@3.8.5",
65
65
  "engines": {
66
66
  "node": "^18.16 || >=20"
67
67
  },
package/slip44.json CHANGED
@@ -3323,12 +3323,6 @@
3323
3323
  "symbol": "HBC",
3324
3324
  "name": "HuobiChain"
3325
3325
  },
3326
- "554": {
3327
- "index": "554",
3328
- "hex": "0x8000022a",
3329
- "symbol": "---",
3330
- "name": "reserved"
3331
- },
3332
3326
  "555": {
3333
3327
  "index": "555",
3334
3328
  "hex": "0x8000022b",
@@ -3377,12 +3371,6 @@
3377
3371
  "symbol": "TOP",
3378
3372
  "name": "TOP NetWork"
3379
3373
  },
3380
- "563": {
3381
- "index": "563",
3382
- "hex": "0x80000233",
3383
- "symbol": "---",
3384
- "name": "reserved"
3385
- },
3386
3374
  "564": {
3387
3375
  "index": "564",
3388
3376
  "hex": "0x80000234",
@@ -3443,12 +3431,6 @@
3443
3431
  "symbol": "SRM",
3444
3432
  "name": "Serum"
3445
3433
  },
3446
- "574": {
3447
- "index": "574",
3448
- "hex": "0x8000023e",
3449
- "symbol": "---",
3450
- "name": "reserved"
3451
- },
3452
3434
  "575": {
3453
3435
  "index": "575",
3454
3436
  "hex": "0x8000023f",
@@ -3719,12 +3701,6 @@
3719
3701
  "symbol": "DEI",
3720
3702
  "name": "DeimosX"
3721
3703
  },
3722
- "620": {
3723
- "index": "620",
3724
- "hex": "0x8000026c",
3725
- "symbol": "---",
3726
- "name": "reserved"
3727
- },
3728
3704
  "621": {
3729
3705
  "index": "621",
3730
3706
  "hex": "0x8000026d",
@@ -3893,12 +3869,6 @@
3893
3869
  "symbol": "ZRB",
3894
3870
  "name": "Zarb"
3895
3871
  },
3896
- "649": {
3897
- "index": "649",
3898
- "hex": "0x80000289",
3899
- "symbol": "---",
3900
- "name": "reserved"
3901
- },
3902
3872
  "650": {
3903
3873
  "index": "650",
3904
3874
  "hex": "0x8000028a",
@@ -4151,6 +4121,12 @@
4151
4121
  "symbol": "VTBC",
4152
4122
  "name": "VTB Community"
4153
4123
  },
4124
+ "696": {
4125
+ "index": "696",
4126
+ "hex": "0x800002b8",
4127
+ "symbol": "LUM",
4128
+ "name": "Lumos"
4129
+ },
4154
4130
  "698": {
4155
4131
  "index": "698",
4156
4132
  "hex": "0x800002ba",
@@ -4349,6 +4325,18 @@
4349
4325
  "symbol": "ATOP",
4350
4326
  "name": "Financial Blockchain"
4351
4327
  },
4328
+ "738": {
4329
+ "index": "738",
4330
+ "hex": "0x800002e2",
4331
+ "symbol": "BTE",
4332
+ "name": "Bitweb"
4333
+ },
4334
+ "739": {
4335
+ "index": "739",
4336
+ "hex": "0x800002e3",
4337
+ "symbol": "DPC",
4338
+ "name": "Dpowcoin (DualPowCoin)"
4339
+ },
4352
4340
  "747": {
4353
4341
  "index": "747",
4354
4342
  "hex": "0x800002eb",
@@ -4379,6 +4367,12 @@
4379
4367
  "symbol": "HONEY",
4380
4368
  "name": "HoneyWood"
4381
4369
  },
4370
+ "765": {
4371
+ "index": "765",
4372
+ "hex": "0x800002fd",
4373
+ "symbol": "TGN",
4374
+ "name": "Tagion"
4375
+ },
4382
4376
  "768": {
4383
4377
  "index": "768",
4384
4378
  "hex": "0x80000300",
@@ -4523,6 +4517,12 @@
4523
4517
  "symbol": "ZKS",
4524
4518
  "name": "zkSync"
4525
4519
  },
4520
+ "805": {
4521
+ "index": "805",
4522
+ "hex": "0x80000325",
4523
+ "symbol": "SCASH",
4524
+ "name": "Scash"
4525
+ },
4526
4526
  "808": {
4527
4527
  "index": "808",
4528
4528
  "hex": "0x80000328",
@@ -4541,18 +4541,18 @@
4541
4541
  "symbol": "ASTR",
4542
4542
  "name": "Astar Network"
4543
4543
  },
4544
- "811": {
4545
- "index": "811",
4546
- "hex": "0x8000032b",
4547
- "symbol": "---",
4548
- "name": "reserved"
4549
- },
4550
4544
  "813": {
4551
4545
  "index": "813",
4552
4546
  "hex": "0x8000032d",
4553
4547
  "symbol": "MEER",
4554
4548
  "name": "Qitmeer"
4555
4549
  },
4550
+ "815": {
4551
+ "index": "815",
4552
+ "hex": "0x8000032f",
4553
+ "symbol": "FACT",
4554
+ "name": "ImFACT"
4555
+ },
4556
4556
  "816": {
4557
4557
  "index": "816",
4558
4558
  "hex": "0x80000330",
@@ -4925,12 +4925,6 @@
4925
4925
  "symbol": "AB",
4926
4926
  "name": "Argot Protocol"
4927
4927
  },
4928
- "941": {
4929
- "index": "941",
4930
- "hex": "0x800003ad",
4931
- "symbol": "---",
4932
- "name": "reserved"
4933
- },
4934
4928
  "942": {
4935
4929
  "index": "942",
4936
4930
  "hex": "0x800003ae",
@@ -5177,11 +5171,11 @@
5177
5171
  "symbol": "JOY",
5178
5172
  "name": "Joystream"
5179
5173
  },
5180
- "1016": {
5181
- "index": "1016",
5182
- "hex": "0x800003f8",
5183
- "symbol": "---",
5184
- "name": "reserved"
5174
+ "1015": {
5175
+ "index": "1015",
5176
+ "hex": "0x800003f7",
5177
+ "symbol": "ZCX",
5178
+ "name": "ZEN Exchange Token"
5185
5179
  },
5186
5180
  "1020": {
5187
5181
  "index": "1020",
@@ -5345,6 +5339,12 @@
5345
5339
  "symbol": "MOVR",
5346
5340
  "name": "Moonriver"
5347
5341
  },
5342
+ "1286": {
5343
+ "index": "1286",
5344
+ "hex": "0x80000506",
5345
+ "symbol": "DSG",
5346
+ "name": "Dessage Social Protocol"
5347
+ },
5348
5348
  "1298": {
5349
5349
  "index": "1298",
5350
5350
  "hex": "0x80000512",
@@ -5417,6 +5417,18 @@
5417
5417
  "symbol": "BEAM",
5418
5418
  "name": "Beam"
5419
5419
  },
5420
+ "1536": {
5421
+ "index": "1536",
5422
+ "hex": "0x80000600",
5423
+ "symbol": "GAS",
5424
+ "name": "BubiChain"
5425
+ },
5426
+ "1540": {
5427
+ "index": "1540",
5428
+ "hex": "0x80000604",
5429
+ "symbol": "ATHENA",
5430
+ "name": "Athena"
5431
+ },
5420
5432
  "1551": {
5421
5433
  "index": "1551",
5422
5434
  "hex": "0x8000060f",
@@ -5573,6 +5585,18 @@
5573
5585
  "symbol": "CITY",
5574
5586
  "name": "City Coin"
5575
5587
  },
5588
+ "1951": {
5589
+ "index": "1951",
5590
+ "hex": "0x8000079f",
5591
+ "symbol": "ESA",
5592
+ "name": "Esa"
5593
+ },
5594
+ "1952": {
5595
+ "index": "1952",
5596
+ "hex": "0x800007a0",
5597
+ "symbol": "ESC",
5598
+ "name": "EsaCoin"
5599
+ },
5576
5600
  "1955": {
5577
5601
  "index": "1955",
5578
5602
  "hex": "0x800007a3",
@@ -5675,6 +5699,12 @@
5675
5699
  "symbol": "MLN",
5676
5700
  "name": "Miraland"
5677
5701
  },
5702
+ "2015": {
5703
+ "index": "2015",
5704
+ "hex": "0x800007df",
5705
+ "symbol": "TEER",
5706
+ "name": "Integritee"
5707
+ },
5678
5708
  "2017": {
5679
5709
  "index": "2017",
5680
5710
  "hex": "0x800007e1",
@@ -5729,6 +5759,12 @@
5729
5759
  "symbol": "ROCK",
5730
5760
  "name": "Zenrock Labs"
5731
5761
  },
5762
+ "2026": {
5763
+ "index": "2026",
5764
+ "hex": "0x800007ea",
5765
+ "symbol": "ASTRON",
5766
+ "name": "ASTRON Token"
5767
+ },
5732
5768
  "2046": {
5733
5769
  "index": "2046",
5734
5770
  "hex": "0x800007fe",
@@ -5759,6 +5795,12 @@
5759
5795
  "symbol": "KILT",
5760
5796
  "name": "KILT Spiritnet"
5761
5797
  },
5798
+ "2091": {
5799
+ "index": "2091",
5800
+ "hex": "0x8000082b",
5801
+ "symbol": "FRQCY",
5802
+ "name": "Frequency"
5803
+ },
5762
5804
  "2109": {
5763
5805
  "index": "2109",
5764
5806
  "hex": "0x8000083d",
@@ -5873,6 +5915,12 @@
5873
5915
  "symbol": "NAS",
5874
5916
  "name": "Nebulas"
5875
5917
  },
5918
+ "2809": {
5919
+ "index": "2809",
5920
+ "hex": "0x80000af9",
5921
+ "symbol": "LAN",
5922
+ "name": "Lanify"
5923
+ },
5876
5924
  "2894": {
5877
5925
  "index": "2894",
5878
5926
  "hex": "0x80000b4e",
@@ -5927,6 +5975,12 @@
5927
5975
  "symbol": "PEAQ",
5928
5976
  "name": "peaq"
5929
5977
  },
5978
+ "3344": {
5979
+ "index": "3344",
5980
+ "hex": "0x80000d10",
5981
+ "symbol": "PLMC",
5982
+ "name": "Polimec"
5983
+ },
5930
5984
  "3377": {
5931
5985
  "index": "3377",
5932
5986
  "hex": "0x80000d31",
@@ -6233,6 +6287,12 @@
6233
6287
  "symbol": "SKY",
6234
6288
  "name": "Skycoin"
6235
6289
  },
6290
+ "8017": {
6291
+ "index": "8017",
6292
+ "hex": "0x80001f51",
6293
+ "symbol": "ISC",
6294
+ "name": "iSunCoin"
6295
+ },
6236
6296
  "8080": {
6237
6297
  "index": "8080",
6238
6298
  "hex": "0x80001f90",
@@ -6269,11 +6329,11 @@
6269
6329
  "symbol": "XCH",
6270
6330
  "name": "Chia"
6271
6331
  },
6272
- "8520": {
6273
- "index": "8520",
6274
- "hex": "0x80002148",
6275
- "symbol": "---",
6276
- "name": "reserved"
6332
+ "8453": {
6333
+ "index": "8453",
6334
+ "hex": "0x80002105",
6335
+ "symbol": "",
6336
+ "name": "Base"
6277
6337
  },
6278
6338
  "8680": {
6279
6339
  "index": "8680",
@@ -6599,12 +6659,6 @@
6599
6659
  "symbol": "NEXA",
6600
6660
  "name": "Nexa"
6601
6661
  },
6602
- "30001": {
6603
- "index": "30001",
6604
- "hex": "0x80007531",
6605
- "symbol": "---",
6606
- "name": "reserved"
6607
- },
6608
6662
  "31102": {
6609
6663
  "index": "31102",
6610
6664
  "hex": "0x8000797e",
@@ -6683,6 +6737,12 @@
6683
6737
  "symbol": "CELO",
6684
6738
  "name": "Celo"
6685
6739
  },
6740
+ "54176": {
6741
+ "index": "54176",
6742
+ "hex": "0x8000d3a0",
6743
+ "symbol": "OVER",
6744
+ "name": "OverProtocol"
6745
+ },
6686
6746
  "61616": {
6687
6747
  "index": "61616",
6688
6748
  "hex": "0x8000f0b0",
@@ -6767,6 +6827,18 @@
6767
6827
  "symbol": "KLS",
6768
6828
  "name": "Karlsen"
6769
6829
  },
6830
+ "123456": {
6831
+ "index": "123456",
6832
+ "hex": "0x8001e240",
6833
+ "symbol": "SPR",
6834
+ "name": "Spectre"
6835
+ },
6836
+ "130822": {
6837
+ "index": "130822",
6838
+ "hex": "0x8001ff06",
6839
+ "symbol": "WBT",
6840
+ "name": "WhiteBIT Coin"
6841
+ },
6770
6842
  "161803": {
6771
6843
  "index": "161803",
6772
6844
  "hex": "0x8002780b",
@@ -6779,6 +6851,12 @@
6779
6851
  "symbol": "AKA",
6780
6852
  "name": "Akroma"
6781
6853
  },
6854
+ "200901": {
6855
+ "index": "200901",
6856
+ "hex": "0x800310c5",
6857
+ "symbol": "BTR",
6858
+ "name": "Bitlayer"
6859
+ },
6782
6860
  "224433": {
6783
6861
  "index": "224433",
6784
6862
  "hex": "0x80036cb1",
@@ -7019,6 +7097,12 @@
7019
7097
  "symbol": "AQUA",
7020
7098
  "name": "Aquachain"
7021
7099
  },
7100
+ "77777777": {
7101
+ "index": "77777777",
7102
+ "hex": "0x84a2cb71",
7103
+ "symbol": "AZT",
7104
+ "name": "Aztecoin"
7105
+ },
7022
7106
  "88888888": {
7023
7107
  "index": "88888888",
7024
7108
  "hex": "0x854c5638",
@@ -7084,5 +7168,11 @@
7084
7168
  "hex": "0xc6554561",
7085
7169
  "symbol": "QFS",
7086
7170
  "name": "Qfs"
7171
+ },
7172
+ "1179993451": {
7173
+ "index": "1179993451",
7174
+ "hex": "0xc655456b",
7175
+ "symbol": "RWA",
7176
+ "name": "Asset Chain"
7087
7177
  }
7088
7178
  }