@metamask/slip44 3.0.0 → 3.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/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.1.0]
10
+ ### Changed
11
+ - Update with latest data as of 2023-10-09 ([#101](https://github.com/MetaMask/slip44/pull/101))
12
+
9
13
  ## [3.0.0]
10
14
  ### Changed
11
15
  - **BREAKING:** Require Node 14 or higher ([#28](https://github.com/MetaMask/slip44/pull/28))
@@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
42
  ### Changed
39
43
  - Initial release.
40
44
 
41
- [Unreleased]: https://github.com/MetaMask/slip44/compare/v3.0.0...HEAD
45
+ [Unreleased]: https://github.com/MetaMask/slip44/compare/v3.1.0...HEAD
46
+ [3.1.0]: https://github.com/MetaMask/slip44/compare/v3.0.0...v3.1.0
42
47
  [3.0.0]: https://github.com/MetaMask/slip44/compare/v2.2.0...v3.0.0
43
48
  [2.2.0]: https://github.com/MetaMask/slip44/compare/v2.1.0...v2.2.0
44
49
  [2.1.0]: https://github.com/MetaMask/slip44/compare/v2.0.0...v2.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/slip44",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "A simple mapping between slip44 IDs and their network metadata.",
5
5
  "keywords": [
6
6
  "Blockchain",
@@ -37,8 +37,8 @@
37
37
  "test:watch": "jest --watch"
38
38
  },
39
39
  "devDependencies": {
40
- "@lavamoat/allow-scripts": "^2.1.0",
41
- "@metamask/auto-changelog": "^3.0.0",
40
+ "@lavamoat/allow-scripts": "^2.3.1",
41
+ "@metamask/auto-changelog": "^3.1.0",
42
42
  "@metamask/eslint-config": "^11.0.1",
43
43
  "@metamask/eslint-config-jest": "^11.0.0",
44
44
  "@metamask/eslint-config-nodejs": "^11.0.1",
@@ -56,7 +56,7 @@
56
56
  "jest": "^28.1.3",
57
57
  "prettier": "^2.7.1",
58
58
  "prettier-plugin-packagejson": "^2.2.18",
59
- "rimraf": "^3.0.2",
59
+ "rimraf": "^5.0.0",
60
60
  "ts-jest": "^28.0.7",
61
61
  "typescript": "~4.8.4"
62
62
  },
package/slip44.json CHANGED
@@ -2630,8 +2630,8 @@
2630
2630
  "438": {
2631
2631
  "index": "438",
2632
2632
  "hex": "0x800001b6",
2633
- "symbol": "LN",
2634
- "name": "LINK"
2633
+ "symbol": "FNSA",
2634
+ "name": "FINSCHIA"
2635
2635
  },
2636
2636
  "439": {
2637
2637
  "index": "439",
@@ -3794,7 +3794,7 @@
3794
3794
  "632": {
3795
3795
  "index": "632",
3796
3796
  "hex": "0x80000278",
3797
- "symbol": "XMA",
3797
+ "symbol": "MAS",
3798
3798
  "name": "Massa"
3799
3799
  },
3800
3800
  "633": {
@@ -3935,6 +3935,18 @@
3935
3935
  "symbol": "WMP",
3936
3936
  "name": "WAMP"
3937
3937
  },
3938
+ "656": {
3939
+ "index": "656",
3940
+ "hex": "0x80000290",
3941
+ "symbol": "EKTA",
3942
+ "name": "Ekta"
3943
+ },
3944
+ "657": {
3945
+ "index": "657",
3946
+ "hex": "0x80000291",
3947
+ "symbol": "YDA",
3948
+ "name": "YadaCoin"
3949
+ },
3938
3950
  "659": {
3939
3951
  "index": "659",
3940
3952
  "hex": "0x80000293",
@@ -3947,6 +3959,12 @@
3947
3959
  "symbol": "PIRATE",
3948
3960
  "name": "PirateCash"
3949
3961
  },
3962
+ "661": {
3963
+ "index": "661",
3964
+ "hex": "0x80000295",
3965
+ "symbol": "UNQ",
3966
+ "name": "Unique"
3967
+ },
3950
3968
  "663": {
3951
3969
  "index": "663",
3952
3970
  "hex": "0x80000297",
@@ -4055,6 +4073,12 @@
4055
4073
  "symbol": "CHTA",
4056
4074
  "name": "Cheetahcoin"
4057
4075
  },
4076
+ "683": {
4077
+ "index": "683",
4078
+ "hex": "0x800002ab",
4079
+ "symbol": "ALEO",
4080
+ "name": "Aleo Network"
4081
+ },
4058
4082
  "685": {
4059
4083
  "index": "685",
4060
4084
  "hex": "0x800002ad",
@@ -4121,6 +4145,12 @@
4121
4145
  "symbol": "MCOIN",
4122
4146
  "name": "Moneta Coin"
4123
4147
  },
4148
+ "710": {
4149
+ "index": "710",
4150
+ "hex": "0x800002c6",
4151
+ "symbol": "FURY",
4152
+ "name": "Highbury"
4153
+ },
4124
4154
  "711": {
4125
4155
  "index": "711",
4126
4156
  "hex": "0x800002c7",
@@ -4169,6 +4199,30 @@
4169
4199
  "symbol": "PEER",
4170
4200
  "name": "Peer"
4171
4201
  },
4202
+ "719": {
4203
+ "index": "719",
4204
+ "hex": "0x800002cf",
4205
+ "symbol": "ZET",
4206
+ "name": "Zetacoin"
4207
+ },
4208
+ "720": {
4209
+ "index": "720",
4210
+ "hex": "0x800002d0",
4211
+ "symbol": "ABY",
4212
+ "name": "Artbyte"
4213
+ },
4214
+ "722": {
4215
+ "index": "722",
4216
+ "hex": "0x800002d2",
4217
+ "symbol": "IL8P",
4218
+ "name": "InfiniLooP"
4219
+ },
4220
+ "724": {
4221
+ "index": "724",
4222
+ "hex": "0x800002d4",
4223
+ "symbol": "XVC",
4224
+ "name": "Vanillacash"
4225
+ },
4172
4226
  "725": {
4173
4227
  "index": "725",
4174
4228
  "hex": "0x800002d5",
@@ -4283,6 +4337,12 @@
4283
4337
  "symbol": "PLCU",
4284
4338
  "name": "PLC Ultima"
4285
4339
  },
4340
+ "783": {
4341
+ "index": "783",
4342
+ "hex": "0x8000030f",
4343
+ "symbol": "SMARTBC",
4344
+ "name": "SMART Blockchain"
4345
+ },
4286
4346
  "784": {
4287
4347
  "index": "784",
4288
4348
  "hex": "0x80000310",
@@ -4331,6 +4391,12 @@
4331
4391
  "symbol": "DST",
4332
4392
  "name": "DSTRA"
4333
4393
  },
4394
+ "802": {
4395
+ "index": "802",
4396
+ "hex": "0x80000322",
4397
+ "symbol": "CY",
4398
+ "name": "Cyberyen"
4399
+ },
4334
4400
  "804": {
4335
4401
  "index": "804",
4336
4402
  "hex": "0x80000324",
@@ -4565,6 +4631,12 @@
4565
4631
  "symbol": "NAM",
4566
4632
  "name": "Namada"
4567
4633
  },
4634
+ "878": {
4635
+ "index": "878",
4636
+ "hex": "0x8000036e",
4637
+ "symbol": "SCR",
4638
+ "name": "Scorum Network"
4639
+ },
4568
4640
  "880": {
4569
4641
  "index": "880",
4570
4642
  "hex": "0x80000370",
@@ -4655,6 +4727,12 @@
4655
4727
  "symbol": "GERT",
4656
4728
  "name": "Gert"
4657
4729
  },
4730
+ "913": {
4731
+ "index": "913",
4732
+ "hex": "0x80000391",
4733
+ "symbol": "VARA",
4734
+ "name": "Vara Network"
4735
+ },
4658
4736
  "916": {
4659
4737
  "index": "916",
4660
4738
  "hex": "0x80000394",
@@ -4895,6 +4973,12 @@
4895
4973
  "symbol": "RPG",
4896
4974
  "name": "RPG"
4897
4975
  },
4976
+ "1009": {
4977
+ "index": "1009",
4978
+ "hex": "0x800003f1",
4979
+ "symbol": "LAKE",
4980
+ "name": "iconLake"
4981
+ },
4898
4982
  "1010": {
4899
4983
  "index": "1010",
4900
4984
  "hex": "0x800003f2",
@@ -4929,7 +5013,7 @@
4929
5013
  "index": "1023",
4930
5014
  "hex": "0x800003ff",
4931
5015
  "symbol": "ONE",
4932
- "name": "HARMONY-ONE"
5016
+ "name": "HARMONY-ONE (Legacy)"
4933
5017
  },
4934
5018
  "1024": {
4935
5019
  "index": "1024",
@@ -4955,6 +5039,12 @@
4955
5039
  "symbol": "MCM",
4956
5040
  "name": "Mochimo"
4957
5041
  },
5042
+ "1028": {
5043
+ "index": "1028",
5044
+ "hex": "0x80000404",
5045
+ "symbol": "PLS",
5046
+ "name": "Pulse Coin"
5047
+ },
4958
5048
  "1032": {
4959
5049
  "index": "1032",
4960
5050
  "hex": "0x80000408",
@@ -5018,8 +5108,8 @@
5018
5108
  "1155": {
5019
5109
  "index": "1155",
5020
5110
  "hex": "0x80000483",
5021
- "symbol": "EFI",
5022
- "name": "Efinity"
5111
+ "symbol": "ENJ",
5112
+ "name": "Enjin Coin"
5023
5113
  },
5024
5114
  "1170": {
5025
5115
  "index": "1170",
@@ -5033,12 +5123,24 @@
5033
5123
  "symbol": "ALPH",
5034
5124
  "name": "Alephium"
5035
5125
  },
5126
+ "1236": {
5127
+ "index": "1236",
5128
+ "hex": "0x800004d4",
5129
+ "symbol": "",
5130
+ "name": "Masca"
5131
+ },
5036
5132
  "1237": {
5037
5133
  "index": "1237",
5038
5134
  "hex": "0x800004d5",
5039
5135
  "symbol": "",
5040
5136
  "name": "Nostr"
5041
5137
  },
5138
+ "1280": {
5139
+ "index": "1280",
5140
+ "hex": "0x80000500",
5141
+ "symbol": "",
5142
+ "name": "Kudos Setler"
5143
+ },
5042
5144
  "1284": {
5043
5145
  "index": "1284",
5044
5146
  "hex": "0x80000504",
@@ -5069,6 +5171,12 @@
5069
5171
  "symbol": "DFC",
5070
5172
  "name": "Defcoin"
5071
5173
  },
5174
+ "1348": {
5175
+ "index": "1348",
5176
+ "hex": "0x80000544",
5177
+ "symbol": "ISLM",
5178
+ "name": "IslamicCoin"
5179
+ },
5072
5180
  "1397": {
5073
5181
  "index": "1397",
5074
5182
  "hex": "0x80000575",
@@ -5381,6 +5489,12 @@
5381
5489
  "symbol": "XHT",
5382
5490
  "name": "Xinghuo Token"
5383
5491
  },
5492
+ "2024": {
5493
+ "index": "2024",
5494
+ "hex": "0x800007e8",
5495
+ "symbol": "USBC",
5496
+ "name": "Universal Ledger USBC"
5497
+ },
5384
5498
  "2046": {
5385
5499
  "index": "2046",
5386
5500
  "hex": "0x800007fe",
@@ -5399,6 +5513,12 @@
5399
5513
  "symbol": "TRUE",
5400
5514
  "name": "TrueChain"
5401
5515
  },
5516
+ "2050": {
5517
+ "index": "2050",
5518
+ "hex": "0x80000802",
5519
+ "symbol": "MOVO",
5520
+ "name": "Movo Smart Chain"
5521
+ },
5402
5522
  "2086": {
5403
5523
  "index": "2086",
5404
5524
  "hex": "0x80000826",
@@ -5417,6 +5537,12 @@
5417
5537
  "symbol": "IoTE",
5418
5538
  "name": "IoTE"
5419
5539
  },
5540
+ "2125": {
5541
+ "index": "2125",
5542
+ "hex": "0x8000084d",
5543
+ "symbol": "BAY",
5544
+ "name": "BitBay"
5545
+ },
5420
5546
  "2137": {
5421
5547
  "index": "2137",
5422
5548
  "hex": "0x80000859",
@@ -5429,12 +5555,24 @@
5429
5555
  "symbol": "CHZ",
5430
5556
  "name": "Chiliz"
5431
5557
  },
5558
+ "2199": {
5559
+ "index": "2199",
5560
+ "hex": "0x80000897",
5561
+ "symbol": "SAMA",
5562
+ "name": "Moonsama Network"
5563
+ },
5432
5564
  "2221": {
5433
5565
  "index": "2221",
5434
5566
  "hex": "0x800008ad",
5435
5567
  "symbol": "ASK",
5436
5568
  "name": "ASK"
5437
5569
  },
5570
+ "2222": {
5571
+ "index": "2222",
5572
+ "hex": "0x800008ae",
5573
+ "symbol": "CWEB",
5574
+ "name": "Coinweb"
5575
+ },
5438
5576
  "2285": {
5439
5577
  "index": "2285",
5440
5578
  "hex": "0x800008ed",
@@ -5579,6 +5717,12 @@
5579
5717
  "symbol": "CY",
5580
5718
  "name": "Cybits"
5581
5719
  },
5720
+ "3757": {
5721
+ "index": "3757",
5722
+ "hex": "0x80000ead",
5723
+ "symbol": "MPC",
5724
+ "name": "Partisia Blockchain"
5725
+ },
5582
5726
  "4040": {
5583
5727
  "index": "4040",
5584
5728
  "hex": "0x80000fc8",
@@ -5693,6 +5837,12 @@
5693
5837
  "symbol": "MOI",
5694
5838
  "name": "My Own Internet"
5695
5839
  },
5840
+ "6532": {
5841
+ "index": "6532",
5842
+ "hex": "0x80001984",
5843
+ "symbol": "UM",
5844
+ "name": "Penumbra"
5845
+ },
5696
5846
  "6599": {
5697
5847
  "index": "6599",
5698
5848
  "hex": "0x800019c7",
@@ -5723,6 +5873,18 @@
5723
5873
  "symbol": "ROGER",
5724
5874
  "name": "TheHolyrogerCoin"
5725
5875
  },
5876
+ "7027": {
5877
+ "index": "7027",
5878
+ "hex": "0x80001b73",
5879
+ "symbol": "ELLA",
5880
+ "name": "Ella the heart"
5881
+ },
5882
+ "7028": {
5883
+ "index": "7028",
5884
+ "hex": "0x80001b74",
5885
+ "symbol": "AA",
5886
+ "name": "Arthera"
5887
+ },
5726
5888
  "7091": {
5727
5889
  "index": "7091",
5728
5890
  "hex": "0x80001bb3",
@@ -5741,6 +5903,18 @@
5741
5903
  "symbol": "SHFT",
5742
5904
  "name": "Shyft"
5743
5905
  },
5906
+ "7518": {
5907
+ "index": "7518",
5908
+ "hex": "0x80001d5e",
5909
+ "symbol": "MEV",
5910
+ "name": "MEVerse"
5911
+ },
5912
+ "7576": {
5913
+ "index": "7576",
5914
+ "hex": "0x80001d98",
5915
+ "symbol": "ADIL",
5916
+ "name": "ADIL Chain"
5917
+ },
5744
5918
  "7777": {
5745
5919
  "index": "7777",
5746
5920
  "hex": "0x80001e61",
@@ -5807,6 +5981,12 @@
5807
5981
  "symbol": "GGX",
5808
5982
  "name": "Golden Gate"
5809
5983
  },
5984
+ "8886": {
5985
+ "index": "8886",
5986
+ "hex": "0x800022b6",
5987
+ "symbol": "GGXT",
5988
+ "name": "Golden Gate Sydney"
5989
+ },
5810
5990
  "8888": {
5811
5991
  "index": "8888",
5812
5992
  "hex": "0x800022b8",
@@ -5903,6 +6083,12 @@
5903
6083
  "symbol": "FO",
5904
6084
  "name": "FIBOS"
5905
6085
  },
6086
+ "10111": {
6087
+ "index": "10111",
6088
+ "hex": "0x8000277f",
6089
+ "symbol": "DHP",
6090
+ "name": "dHealth"
6091
+ },
5906
6092
  "10226": {
5907
6093
  "index": "10226",
5908
6094
  "hex": "0x800027f2",
@@ -5915,6 +6101,12 @@
5915
6101
  "symbol": "XRC",
5916
6102
  "name": "XRhodium"
5917
6103
  },
6104
+ "10507": {
6105
+ "index": "10507",
6106
+ "hex": "0x8000290b",
6107
+ "symbol": "NUM",
6108
+ "name": "Numbers Protocol"
6109
+ },
5918
6110
  "10605": {
5919
6111
  "index": "10605",
5920
6112
  "hex": "0x8000296d",
@@ -5927,6 +6119,18 @@
5927
6119
  "symbol": "ESS",
5928
6120
  "name": "Essentia One"
5929
6121
  },
6122
+ "11742": {
6123
+ "index": "11742",
6124
+ "hex": "0x80002dde",
6125
+ "symbol": "VARCH",
6126
+ "name": "InvArch"
6127
+ },
6128
+ "11743": {
6129
+ "index": "11743",
6130
+ "hex": "0x80002ddf",
6131
+ "symbol": "TNKR",
6132
+ "name": "Tinkernet"
6133
+ },
5930
6134
  "12345": {
5931
6135
  "index": "12345",
5932
6136
  "hex": "0x80003039",
@@ -6014,7 +6218,7 @@
6014
6218
  "21888": {
6015
6219
  "index": "21888",
6016
6220
  "hex": "0x80005580",
6017
- "symbol": "PCT",
6221
+ "symbol": "PAC",
6018
6222
  "name": "Pactus"
6019
6223
  },
6020
6224
  "22504": {
@@ -6023,6 +6227,12 @@
6023
6227
  "symbol": "PWR",
6024
6228
  "name": "PWRcoin"
6025
6229
  },
6230
+ "23000": {
6231
+ "index": "23000",
6232
+ "hex": "0x800059d8",
6233
+ "symbol": "EPIC",
6234
+ "name": "Epic Cash"
6235
+ },
6026
6236
  "25252": {
6027
6237
  "index": "25252",
6028
6238
  "hex": "0x800062a4",