@metamask/slip44 4.1.0 → 4.3.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 +4 -3
  3. package/slip44.json +447 -15
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.3.0]
10
+ ### Changed
11
+ - Update with latest data as of 2025-09-02 ([#189](https://github.com/MetaMask/slip44/pull/189))
12
+
13
+ ## [4.2.0]
14
+ ### Changed
15
+ - Update with latest data as of 2025-05-02 ([#182](https://github.com/MetaMask/slip44/pull/182))
16
+
9
17
  ## [4.1.0]
10
18
  ### Changed
11
19
  - Update with latest data as of 2024-11-02 ([#170](https://github.com/MetaMask/slip44/pull/170))
@@ -52,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
60
  ### Changed
53
61
  - Initial release.
54
62
 
55
- [Unreleased]: https://github.com/MetaMask/slip44/compare/v4.1.0...HEAD
63
+ [Unreleased]: https://github.com/MetaMask/slip44/compare/v4.3.0...HEAD
64
+ [4.3.0]: https://github.com/MetaMask/slip44/compare/v4.2.0...v4.3.0
65
+ [4.2.0]: https://github.com/MetaMask/slip44/compare/v4.1.0...v4.2.0
56
66
  [4.1.0]: https://github.com/MetaMask/slip44/compare/v4.0.0...v4.1.0
57
67
  [4.0.0]: https://github.com/MetaMask/slip44/compare/v3.1.0...v4.0.0
58
68
  [3.1.0]: https://github.com/MetaMask/slip44/compare/v3.0.0...v3.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/slip44",
3
- "version": "4.1.0",
3
+ "version": "4.3.0",
4
4
  "description": "A simple mapping between slip44 IDs and their network metadata.",
5
5
  "keywords": [
6
6
  "Blockchain",
@@ -25,9 +25,10 @@
25
25
  "build": "node src/build.js",
26
26
  "build:clean": "rm -f slip44.json && yarn build",
27
27
  "fetch": "./scripts/fetch.sh",
28
- "lint": "yarn lint:eslint && yarn lint:misc --check",
28
+ "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
29
+ "lint:changelog": "auto-changelog validate",
29
30
  "lint:eslint": "eslint . --cache --ext js,ts",
30
- "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
31
+ "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:changelog --fix",
31
32
  "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '!src/slip44.md' '**/*.yml' --ignore-path .gitignore",
32
33
  "prepack": "./scripts/prepack.sh",
33
34
  "rebuild": "yarn fetch && yarn build:clean",
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": {
@@ -4115,18 +4115,48 @@
4115
4115
  "symbol": "KLV",
4116
4116
  "name": "KleverChain"
4117
4117
  },
4118
+ "691": {
4119
+ "index": "691",
4120
+ "hex": "0x800002b3",
4121
+ "symbol": "TNT",
4122
+ "name": "Tangle"
4123
+ },
4124
+ "692": {
4125
+ "index": "692",
4126
+ "hex": "0x800002b4",
4127
+ "symbol": "GTG",
4128
+ "name": "Gotigin"
4129
+ },
4130
+ "693": {
4131
+ "index": "693",
4132
+ "hex": "0x800002b5",
4133
+ "symbol": "NET",
4134
+ "name": "RealityNet"
4135
+ },
4118
4136
  "694": {
4119
4137
  "index": "694",
4120
4138
  "hex": "0x800002b6",
4121
4139
  "symbol": "VTBC",
4122
4140
  "name": "VTB Community"
4123
4141
  },
4142
+ "695": {
4143
+ "index": "695",
4144
+ "hex": "0x800002b7",
4145
+ "symbol": "DIONE",
4146
+ "name": "Odyssey Chain"
4147
+ },
4124
4148
  "696": {
4125
4149
  "index": "696",
4126
4150
  "hex": "0x800002b8",
4127
4151
  "symbol": "LUM",
4128
4152
  "name": "Lumos"
4129
4153
  },
4154
+ "697": {
4155
+ "index": "697",
4156
+ "hex": "0x800002b9",
4157
+ "symbol": "AVA",
4158
+ "name": "Avalon"
4159
+ },
4130
4160
  "698": {
4131
4161
  "index": "698",
4132
4162
  "hex": "0x800002ba",
@@ -4289,6 +4319,12 @@
4289
4319
  "symbol": "MCX",
4290
4320
  "name": "MultiCash"
4291
4321
  },
4322
+ "726": {
4323
+ "index": "726",
4324
+ "hex": "0x800002d6",
4325
+ "symbol": "TARA",
4326
+ "name": "Taraxa"
4327
+ },
4292
4328
  "727": {
4293
4329
  "index": "727",
4294
4330
  "hex": "0x800002d7",
@@ -4301,6 +4337,12 @@
4301
4337
  "symbol": "BFC",
4302
4338
  "name": "BFC"
4303
4339
  },
4340
+ "729": {
4341
+ "index": "729",
4342
+ "hex": "0x800002d9",
4343
+ "symbol": "DCC",
4344
+ "name": "DecentraCast"
4345
+ },
4304
4346
  "730": {
4305
4347
  "index": "730",
4306
4348
  "hex": "0x800002da",
@@ -4313,12 +4355,36 @@
4313
4355
  "symbol": "BMK",
4314
4356
  "name": "Bitmark"
4315
4357
  },
4358
+ "732": {
4359
+ "index": "732",
4360
+ "hex": "0x800002dc",
4361
+ "symbol": "FUGA",
4362
+ "name": "Fuga token"
4363
+ },
4364
+ "733": {
4365
+ "index": "733",
4366
+ "hex": "0x800002dd",
4367
+ "symbol": "TBC",
4368
+ "name": "TBChat"
4369
+ },
4316
4370
  "734": {
4317
4371
  "index": "734",
4318
4372
  "hex": "0x800002de",
4319
4373
  "symbol": "DENTX",
4320
4374
  "name": "DENTNet"
4321
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
+ },
4322
4388
  "737": {
4323
4389
  "index": "737",
4324
4390
  "hex": "0x800002e1",
@@ -4337,6 +4403,42 @@
4337
4403
  "symbol": "DPC",
4338
4404
  "name": "Dpowcoin (DualPowCoin)"
4339
4405
  },
4406
+ "740": {
4407
+ "index": "740",
4408
+ "hex": "0x800002e4",
4409
+ "symbol": "MDC",
4410
+ "name": "MyDataCoin"
4411
+ },
4412
+ "741": {
4413
+ "index": "741",
4414
+ "hex": "0x800002e5",
4415
+ "symbol": "RIV",
4416
+ "name": "Rigvid"
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
+ },
4430
+ "744": {
4431
+ "index": "744",
4432
+ "hex": "0x800002e8",
4433
+ "symbol": "DUSK",
4434
+ "name": "Dusk"
4435
+ },
4436
+ "745": {
4437
+ "index": "745",
4438
+ "hex": "0x800002e9",
4439
+ "symbol": "DIMI",
4440
+ "name": "DiminutiveCoin"
4441
+ },
4340
4442
  "747": {
4341
4443
  "index": "747",
4342
4444
  "hex": "0x800002eb",
@@ -4367,12 +4469,30 @@
4367
4469
  "symbol": "HONEY",
4368
4470
  "name": "HoneyWood"
4369
4471
  },
4472
+ "758": {
4473
+ "index": "758",
4474
+ "hex": "0x800002f6",
4475
+ "symbol": "XDD",
4476
+ "name": "XDDCoin"
4477
+ },
4478
+ "759": {
4479
+ "index": "759",
4480
+ "hex": "0x800002f7",
4481
+ "symbol": "TBI",
4482
+ "name": "TBicloud"
4483
+ },
4370
4484
  "765": {
4371
4485
  "index": "765",
4372
4486
  "hex": "0x800002fd",
4373
4487
  "symbol": "TGN",
4374
4488
  "name": "Tagion"
4375
4489
  },
4490
+ "767": {
4491
+ "index": "767",
4492
+ "hex": "0x800002ff",
4493
+ "symbol": "LLD",
4494
+ "name": "Liberland"
4495
+ },
4376
4496
  "768": {
4377
4497
  "index": "768",
4378
4498
  "hex": "0x80000300",
@@ -4415,6 +4535,12 @@
4415
4535
  "symbol": "BTW",
4416
4536
  "name": "Bitcoin World"
4417
4537
  },
4538
+ "779": {
4539
+ "index": "779",
4540
+ "hex": "0x8000030b",
4541
+ "symbol": "UCHAIN",
4542
+ "name": "UCHAIN"
4543
+ },
4418
4544
  "780": {
4419
4545
  "index": "780",
4420
4546
  "hex": "0x8000030c",
@@ -4445,6 +4571,12 @@
4445
4571
  "symbol": "SUI",
4446
4572
  "name": "Sui"
4447
4573
  },
4574
+ "785": {
4575
+ "index": "785",
4576
+ "hex": "0x80000311",
4577
+ "symbol": "ULTIMA",
4578
+ "name": "ULTIMA"
4579
+ },
4448
4580
  "786": {
4449
4581
  "index": "786",
4450
4582
  "hex": "0x80000312",
@@ -4469,6 +4601,18 @@
4469
4601
  "symbol": "TAU",
4470
4602
  "name": "Lamden"
4471
4603
  },
4604
+ "790": {
4605
+ "index": "790",
4606
+ "hex": "0x80000316",
4607
+ "symbol": "LKY",
4608
+ "name": "Luckycoin"
4609
+ },
4610
+ "791": {
4611
+ "index": "791",
4612
+ "hex": "0x80000317",
4613
+ "symbol": "SOMA",
4614
+ "name": "Soma"
4615
+ },
4472
4616
  "794": {
4473
4617
  "index": "794",
4474
4618
  "hex": "0x8000031a",
@@ -4751,6 +4895,18 @@
4751
4895
  "symbol": "HVH",
4752
4896
  "name": "HAVAH"
4753
4897
  },
4898
+ "860": {
4899
+ "index": "860",
4900
+ "hex": "0x8000035c",
4901
+ "symbol": "XBIT",
4902
+ "name": "XBIT Coin"
4903
+ },
4904
+ "864": {
4905
+ "index": "864",
4906
+ "hex": "0x80000360",
4907
+ "symbol": "CVM",
4908
+ "name": "Convex"
4909
+ },
4754
4910
  "866": {
4755
4911
  "index": "866",
4756
4912
  "hex": "0x80000362",
@@ -4763,6 +4919,12 @@
4763
4919
  "symbol": "IF",
4764
4920
  "name": "Infinitefuture"
4765
4921
  },
4922
+ "873": {
4923
+ "index": "873",
4924
+ "hex": "0x80000369",
4925
+ "symbol": "QUORUM",
4926
+ "name": "Quorum"
4927
+ },
4766
4928
  "877": {
4767
4929
  "index": "877",
4768
4930
  "hex": "0x8000036d",
@@ -4781,6 +4943,12 @@
4781
4943
  "symbol": "LUM",
4782
4944
  "name": "Lum Network"
4783
4945
  },
4946
+ "881": {
4947
+ "index": "881",
4948
+ "hex": "0x80000371",
4949
+ "symbol": "AEGS",
4950
+ "name": "Aegisum"
4951
+ },
4784
4952
  "883": {
4785
4953
  "index": "883",
4786
4954
  "hex": "0x80000373",
@@ -4847,6 +5015,12 @@
4847
5015
  "symbol": "HNT",
4848
5016
  "name": "Helium"
4849
5017
  },
5018
+ "906": {
5019
+ "index": "906",
5020
+ "hex": "0x8000038a",
5021
+ "symbol": "XPX",
5022
+ "name": "Sirius"
5023
+ },
4850
5024
  "907": {
4851
5025
  "index": "907",
4852
5026
  "hex": "0x8000038b",
@@ -4943,6 +5117,12 @@
4943
5117
  "symbol": "UNLOCK",
4944
5118
  "name": "Jasiri protocol"
4945
5119
  },
5120
+ "950": {
5121
+ "index": "950",
5122
+ "hex": "0x800003b6",
5123
+ "symbol": "CNDT",
5124
+ "name": "Conduct Protocol"
5125
+ },
4946
5126
  "955": {
4947
5127
  "index": "955",
4948
5128
  "hex": "0x800003bb",
@@ -4961,6 +5141,12 @@
4961
5141
  "symbol": "VKAX",
4962
5142
  "name": "Vkax"
4963
5143
  },
5144
+ "965": {
5145
+ "index": "965",
5146
+ "hex": "0x800003c5",
5147
+ "symbol": "ATLA",
5148
+ "name": "Atleta Network"
5149
+ },
4964
5150
  "966": {
4965
5151
  "index": "966",
4966
5152
  "hex": "0x800003c6",
@@ -4985,6 +5171,12 @@
4985
5171
  "symbol": "TWINS",
4986
5172
  "name": "TWINS"
4987
5173
  },
5174
+ "975": {
5175
+ "index": "975",
5176
+ "hex": "0x800003cf",
5177
+ "symbol": "",
5178
+ "name": "TrustNet"
5179
+ },
4988
5180
  "977": {
4989
5181
  "index": "977",
4990
5182
  "hex": "0x800003d1",
@@ -5177,6 +5369,12 @@
5177
5369
  "symbol": "ZCX",
5178
5370
  "name": "ZEN Exchange Token"
5179
5371
  },
5372
+ "1017": {
5373
+ "index": "1017",
5374
+ "hex": "0x800003f9",
5375
+ "symbol": "ZTC",
5376
+ "name": "Zenchain"
5377
+ },
5180
5378
  "1020": {
5181
5379
  "index": "1020",
5182
5380
  "hex": "0x800003fc",
@@ -5237,6 +5435,18 @@
5237
5435
  "symbol": "MFID",
5238
5436
  "name": "Moonfish ID"
5239
5437
  },
5438
+ "1100": {
5439
+ "index": "1100",
5440
+ "hex": "0x8000044c",
5441
+ "symbol": "CROSS",
5442
+ "name": "Cross Chain"
5443
+ },
5444
+ "1110": {
5445
+ "index": "1110",
5446
+ "hex": "0x80000456",
5447
+ "symbol": "ZRA",
5448
+ "name": "ZERA"
5449
+ },
5240
5450
  "1111": {
5241
5451
  "index": "1111",
5242
5452
  "hex": "0x80000457",
@@ -5279,6 +5489,12 @@
5279
5489
  "symbol": "DFI",
5280
5490
  "name": "DeFiChain EVM Network"
5281
5491
  },
5492
+ "1134": {
5493
+ "index": "1134",
5494
+ "hex": "0x8000046e",
5495
+ "symbol": "MESH",
5496
+ "name": "StateMesh"
5497
+ },
5282
5498
  "1137": {
5283
5499
  "index": "1137",
5284
5500
  "hex": "0x80000471",
@@ -5303,6 +5519,12 @@
5303
5519
  "symbol": "HOO",
5304
5520
  "name": "Hoo Smart Chain"
5305
5521
  },
5522
+ "1200": {
5523
+ "index": "1200",
5524
+ "hex": "0x800004b0",
5525
+ "symbol": "GNK",
5526
+ "name": "Gonka"
5527
+ },
5306
5528
  "1234": {
5307
5529
  "index": "1234",
5308
5530
  "hex": "0x800004d2",
@@ -5393,6 +5615,12 @@
5393
5615
  "symbol": "TENTSLP",
5394
5616
  "name": "TENT Simple Ledger Protocol"
5395
5617
  },
5618
+ "1420": {
5619
+ "index": "1420",
5620
+ "hex": "0x8000058c",
5621
+ "symbol": "DEV",
5622
+ "name": "DogecoinEV"
5623
+ },
5396
5624
  "1510": {
5397
5625
  "index": "1510",
5398
5626
  "hex": "0x800005e6",
@@ -5537,12 +5765,6 @@
5537
5765
  "symbol": "CUBE",
5538
5766
  "name": "Cube Chain Native Token"
5539
5767
  },
5540
- "1856": {
5541
- "index": "1856",
5542
- "hex": "0x80000743",
5543
- "symbol": "TES",
5544
- "name": "Teslacoin"
5545
- },
5546
5768
  "1888": {
5547
5769
  "index": "1888",
5548
5770
  "hex": "0x80000760",
@@ -5573,6 +5795,12 @@
5573
5795
  "symbol": "BITCI",
5574
5796
  "name": "Bitcicoin"
5575
5797
  },
5798
+ "1918": {
5799
+ "index": "1918",
5800
+ "hex": "0x8000077e",
5801
+ "symbol": "BKC",
5802
+ "name": "Briskcoin"
5803
+ },
5576
5804
  "1919": {
5577
5805
  "index": "1919",
5578
5806
  "hex": "0x8000077f",
@@ -5603,6 +5831,12 @@
5603
5831
  "symbol": "XX",
5604
5832
  "name": "xx coin"
5605
5833
  },
5834
+ "1969": {
5835
+ "index": "1969",
5836
+ "hex": "0x800007b1",
5837
+ "symbol": "MVRK",
5838
+ "name": "Mavryk Network"
5839
+ },
5606
5840
  "1977": {
5607
5841
  "index": "1977",
5608
5842
  "hex": "0x800007b9",
@@ -5699,6 +5933,24 @@
5699
5933
  "symbol": "MLN",
5700
5934
  "name": "Miraland"
5701
5935
  },
5936
+ "2003": {
5937
+ "index": "2003",
5938
+ "hex": "0x800007d3",
5939
+ "symbol": "ISNA",
5940
+ "name": "iSarrana"
5941
+ },
5942
+ "2010": {
5943
+ "index": "2010",
5944
+ "hex": "0x800007da",
5945
+ "symbol": "XBT",
5946
+ "name": "Bitcoin Classic"
5947
+ },
5948
+ "2013": {
5949
+ "index": "2013",
5950
+ "hex": "0x800007dd",
5951
+ "symbol": "JKC",
5952
+ "name": "Junkcoin"
5953
+ },
5702
5954
  "2015": {
5703
5955
  "index": "2015",
5704
5956
  "hex": "0x800007df",
@@ -5813,6 +6065,18 @@
5813
6065
  "symbol": "IoTE",
5814
6066
  "name": "IoTE"
5815
6067
  },
6068
+ "2121": {
6069
+ "index": "2121",
6070
+ "hex": "0x80000849",
6071
+ "symbol": "CBTC",
6072
+ "name": "Coordinate BTC (Anduro)"
6073
+ },
6074
+ "2122": {
6075
+ "index": "2122",
6076
+ "hex": "0x8000084a",
6077
+ "symbol": "QBTC",
6078
+ "name": "Quasar BTC (Anduro)"
6079
+ },
5816
6080
  "2125": {
5817
6081
  "index": "2125",
5818
6082
  "hex": "0x8000084d",
@@ -5951,12 +6215,30 @@
5951
6215
  "symbol": "HBAR",
5952
6216
  "name": "Hedera HBAR"
5953
6217
  },
6218
+ "3054": {
6219
+ "index": "3054",
6220
+ "hex": "0x80000bee",
6221
+ "symbol": "HIVE",
6222
+ "name": "Hive Blockchain"
6223
+ },
5954
6224
  "3077": {
5955
6225
  "index": "3077",
5956
6226
  "hex": "0x80000c05",
5957
6227
  "symbol": "COS",
5958
6228
  "name": "Contentos"
5959
6229
  },
6230
+ "3131": {
6231
+ "index": "3131",
6232
+ "hex": "0x80000c3b",
6233
+ "symbol": "EZC",
6234
+ "name": "Ezcon Blockchain"
6235
+ },
6236
+ "3141": {
6237
+ "index": "3141",
6238
+ "hex": "0x80000c45",
6239
+ "symbol": "B1T",
6240
+ "name": "Bit"
6241
+ },
5960
6242
  "3276": {
5961
6243
  "index": "3276",
5962
6244
  "hex": "0x80000ccc",
@@ -6029,6 +6311,12 @@
6029
6311
  "symbol": "CY",
6030
6312
  "name": "Cybits"
6031
6313
  },
6314
+ "3630": {
6315
+ "index": "3630",
6316
+ "hex": "0x80000e2e",
6317
+ "symbol": "EPPIE",
6318
+ "name": "Eppie"
6319
+ },
6032
6320
  "3757": {
6033
6321
  "index": "3757",
6034
6322
  "hex": "0x80000ead",
@@ -6083,12 +6371,30 @@
6083
6371
  "symbol": "C4E",
6084
6372
  "name": "Chain4Energy"
6085
6373
  },
6374
+ "4474": {
6375
+ "index": "4474",
6376
+ "hex": "0x8000117a",
6377
+ "symbol": "SHIC",
6378
+ "name": "ShibaCoin"
6379
+ },
6380
+ "4646": {
6381
+ "index": "4646",
6382
+ "hex": "0x80001226",
6383
+ "symbol": "MST",
6384
+ "name": "MST"
6385
+ },
6086
6386
  "4919": {
6087
6387
  "index": "4919",
6088
6388
  "hex": "0x80001337",
6089
6389
  "symbol": "XVM",
6090
6390
  "name": "Venidium"
6091
6391
  },
6392
+ "4976": {
6393
+ "index": "4976",
6394
+ "hex": "0x80001370",
6395
+ "symbol": "VARA",
6396
+ "name": "Vara"
6397
+ },
6092
6398
  "4999": {
6093
6399
  "index": "4999",
6094
6400
  "hex": "0x80001387",
@@ -6185,6 +6491,12 @@
6185
6491
  "symbol": "STEAMX",
6186
6492
  "name": "Rails Network Mainnet"
6187
6493
  },
6494
+ "6310": {
6495
+ "index": "6310",
6496
+ "hex": "0x800018a6",
6497
+ "symbol": "VRL",
6498
+ "name": "Virel Protocol"
6499
+ },
6188
6500
  "6532": {
6189
6501
  "index": "6532",
6190
6502
  "hex": "0x80001984",
@@ -6209,6 +6521,12 @@
6209
6521
  "symbol": "SAFE",
6210
6522
  "name": "SAFE"
6211
6523
  },
6524
+ "6767": {
6525
+ "index": "6767",
6526
+ "hex": "0x80001a6f",
6527
+ "symbol": "CC",
6528
+ "name": "Canton Coin"
6529
+ },
6212
6530
  "6779": {
6213
6531
  "index": "6779",
6214
6532
  "hex": "0x80001a7b",
@@ -6239,12 +6557,24 @@
6239
6557
  "symbol": "AA",
6240
6558
  "name": "Arthera"
6241
6559
  },
6560
+ "7070": {
6561
+ "index": "7070",
6562
+ "hex": "0x80001b9e",
6563
+ "symbol": "DOI",
6564
+ "name": "Doichain"
6565
+ },
6242
6566
  "7091": {
6243
6567
  "index": "7091",
6244
6568
  "hex": "0x80001bb3",
6245
6569
  "symbol": "TOPL",
6246
6570
  "name": "Topl"
6247
6571
  },
6572
+ "7272": {
6573
+ "index": "7272",
6574
+ "hex": "0x80001c68",
6575
+ "symbol": "ABTC",
6576
+ "name": "Alys BTC (Anduro)"
6577
+ },
6248
6578
  "7331": {
6249
6579
  "index": "7331",
6250
6580
  "hex": "0x80001ca3",
@@ -6287,6 +6617,12 @@
6287
6617
  "symbol": "SKY",
6288
6618
  "name": "Skycoin"
6289
6619
  },
6620
+ "8008": {
6621
+ "index": "8008",
6622
+ "hex": "0x80001f48",
6623
+ "symbol": "BERA",
6624
+ "name": "Berachain"
6625
+ },
6290
6626
  "8017": {
6291
6627
  "index": "8017",
6292
6628
  "hex": "0x80001f51",
@@ -6314,8 +6650,8 @@
6314
6650
  "8217": {
6315
6651
  "index": "8217",
6316
6652
  "hex": "0x80002019",
6317
- "symbol": "KLAY",
6318
- "name": "KLAY"
6653
+ "symbol": "KAIA",
6654
+ "name": "KAIA"
6319
6655
  },
6320
6656
  "8339": {
6321
6657
  "index": "8339",
@@ -6347,6 +6683,12 @@
6347
6683
  "symbol": "BLN",
6348
6684
  "name": "Bullions"
6349
6685
  },
6686
+ "8738": {
6687
+ "index": "8738",
6688
+ "hex": "0x80002222",
6689
+ "symbol": "ALPH",
6690
+ "name": "Alph Network"
6691
+ },
6350
6692
  "8866": {
6351
6693
  "index": "8866",
6352
6694
  "hex": "0x800022a2",
@@ -6431,6 +6773,12 @@
6431
6773
  "symbol": "BSC",
6432
6774
  "name": "Binance Smart Chain"
6433
6775
  },
6776
+ "9007": {
6777
+ "index": "9007",
6778
+ "hex": "0x8000232f",
6779
+ "symbol": "SATOX",
6780
+ "name": "Satoxcoin"
6781
+ },
6434
6782
  "9797": {
6435
6783
  "index": "9797",
6436
6784
  "hex": "0x80002645",
@@ -6443,6 +6791,12 @@
6443
6791
  "symbol": "BTF",
6444
6792
  "name": "Bitcoin Faith"
6445
6793
  },
6794
+ "9969": {
6795
+ "index": "9969",
6796
+ "hex": "0x800026f1",
6797
+ "symbol": "OSMI",
6798
+ "name": "Osmium"
6799
+ },
6446
6800
  "9999": {
6447
6801
  "index": "9999",
6448
6802
  "hex": "0x8000270f",
@@ -6461,6 +6815,12 @@
6461
6815
  "symbol": "SPACE",
6462
6816
  "name": "Space"
6463
6817
  },
6818
+ "10007": {
6819
+ "index": "10007",
6820
+ "hex": "0x80002717",
6821
+ "symbol": "S",
6822
+ "name": "SONIC"
6823
+ },
6464
6824
  "10111": {
6465
6825
  "index": "10111",
6466
6826
  "hex": "0x8000277f",
@@ -6527,6 +6887,12 @@
6527
6887
  "symbol": "MINA",
6528
6888
  "name": "Mina"
6529
6889
  },
6890
+ "12850": {
6891
+ "index": "12850",
6892
+ "hex": "0x80003232",
6893
+ "symbol": "ANLOG",
6894
+ "name": "Analog Timechain"
6895
+ },
6530
6896
  "13107": {
6531
6897
  "index": "13107",
6532
6898
  "hex": "0x80003333",
@@ -6899,6 +7265,12 @@
6899
7265
  "symbol": "X42",
6900
7266
  "name": "x42"
6901
7267
  },
7268
+ "440017": {
7269
+ "index": "440017",
7270
+ "hex": "0x8006b6d1",
7271
+ "symbol": "@G",
7272
+ "name": "Graphite"
7273
+ },
6902
7274
  "534352": {
6903
7275
  "index": "534352",
6904
7276
  "hex": "0x80082750",
@@ -6917,18 +7289,30 @@
6917
7289
  "symbol": "ICE",
6918
7290
  "name": "Ice Network"
6919
7291
  },
7292
+ "827166": {
7293
+ "index": "827166",
7294
+ "hex": "0x800c9f1e",
7295
+ "symbol": "",
7296
+ "name": "RGB on Bitcoin (mainnet)"
7297
+ },
7298
+ "827167": {
7299
+ "index": "827167",
7300
+ "hex": "0x800c9f1f",
7301
+ "symbol": "",
7302
+ "name": "RGB on Bitcoin (testnet)"
7303
+ },
7304
+ "828942": {
7305
+ "index": "828942",
7306
+ "hex": "0x800ca60e",
7307
+ "symbol": "",
7308
+ "name": "RGB on Liquid (mainnet)"
7309
+ },
6920
7310
  "888888": {
6921
7311
  "index": "888888",
6922
7312
  "hex": "0x800d9038",
6923
7313
  "symbol": "SEA",
6924
7314
  "name": "Second Exchange Alliance"
6925
7315
  },
6926
- "999999": {
6927
- "index": "999999",
6928
- "hex": "0x800c9061",
6929
- "symbol": "WTC",
6930
- "name": "WaltonChain"
6931
- },
6932
7316
  "1048576": {
6933
7317
  "index": "1048576",
6934
7318
  "hex": "0x80100000",
@@ -6971,6 +7355,12 @@
6971
7355
  "symbol": "HYD",
6972
7356
  "name": "Hydra Token"
6973
7357
  },
7358
+ "5063758": {
7359
+ "index": "5063758",
7360
+ "hex": "0x804d444e",
7361
+ "symbol": "",
7362
+ "name": "Miden"
7363
+ },
6974
7364
  "5249353": {
6975
7365
  "index": "5249353",
6976
7366
  "hex": "0x80501949",
@@ -7067,6 +7457,12 @@
7067
7457
  "symbol": "AFS",
7068
7458
  "name": "ANFS"
7069
7459
  },
7460
+ "10000118": {
7461
+ "index": "10000118",
7462
+ "hex": "0x805d30b6",
7463
+ "symbol": "OSMO",
7464
+ "name": "Osmosis"
7465
+ },
7070
7466
  "11259375": {
7071
7467
  "index": "11259375",
7072
7468
  "hex": "0x80abcdef",
@@ -7079,6 +7475,12 @@
7079
7475
  "symbol": "XDS",
7080
7476
  "name": "XDS"
7081
7477
  },
7478
+ "19000118": {
7479
+ "index": "19000118",
7480
+ "hex": "0x8121eb36",
7481
+ "symbol": "SEI",
7482
+ "name": "SEI"
7483
+ },
7082
7484
  "20230101": {
7083
7485
  "index": "20230101",
7084
7486
  "hex": "0x8134afd5",
@@ -7091,6 +7493,12 @@
7091
7493
  "symbol": "NLK",
7092
7494
  "name": "NuLinkCoin"
7093
7495
  },
7496
+ "22000118": {
7497
+ "index": "22000118",
7498
+ "hex": "0x814fb1f6",
7499
+ "symbol": "DYDX",
7500
+ "name": "Dydx"
7501
+ },
7094
7502
  "61717561": {
7095
7503
  "index": "61717561",
7096
7504
  "hex": "0x83adbc39",
@@ -7139,12 +7547,24 @@
7139
7547
  "symbol": "QKC",
7140
7548
  "name": "QuarkChain"
7141
7549
  },
7550
+ "240079435": {
7551
+ "index": "240079435",
7552
+ "hex": "0x8e4f524b",
7553
+ "symbol": "ZORK",
7554
+ "name": "Zork Network"
7555
+ },
7142
7556
  "608589380": {
7143
7557
  "index": "608589380",
7144
7558
  "hex": "0xa4465644",
7145
7559
  "symbol": "FVDC",
7146
7560
  "name": "ForumCoin"
7147
7561
  },
7562
+ "1010101010": {
7563
+ "index": "1010101010",
7564
+ "hex": "0xbc34eb12",
7565
+ "symbol": "FAIC",
7566
+ "name": "Free AI Chain"
7567
+ },
7148
7568
  "1179993420": {
7149
7569
  "index": "1179993420",
7150
7570
  "hex": "0xc655454c",
@@ -7174,5 +7594,17 @@
7174
7594
  "hex": "0xc655456b",
7175
7595
  "symbol": "RWA",
7176
7596
  "name": "Asset Chain"
7597
+ },
7598
+ "1179993461": {
7599
+ "index": "1179993461",
7600
+ "hex": "0xc6554575",
7601
+ "symbol": "HXC",
7602
+ "name": "HuaXia Chain"
7603
+ },
7604
+ "1179993471": {
7605
+ "index": "1179993471",
7606
+ "hex": "0xc655457f",
7607
+ "symbol": "AME",
7608
+ "name": "AME Chain"
7177
7609
  }
7178
7610
  }