@metamask/slip44 4.0.0 → 4.2.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 +12 -1
- package/package.json +6 -5
- package/slip44.json +408 -72
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.2.0]
|
|
10
|
+
### Changed
|
|
11
|
+
- Update with latest data as of 2025-05-02 ([#182](https://github.com/MetaMask/slip44/pull/182))
|
|
12
|
+
|
|
13
|
+
## [4.1.0]
|
|
14
|
+
### Changed
|
|
15
|
+
- Update with latest data as of 2024-11-02 ([#170](https://github.com/MetaMask/slip44/pull/170))
|
|
16
|
+
- Ignore reserved names ([#171](https://github.com/MetaMask/slip44/pull/171))
|
|
17
|
+
|
|
9
18
|
## [4.0.0]
|
|
10
19
|
### Changed
|
|
11
20
|
- **BREAKING:** Require Node 18.16 or higher ([#111](https://github.com/MetaMask/slip44/pull/111))
|
|
@@ -47,7 +56,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
47
56
|
### Changed
|
|
48
57
|
- Initial release.
|
|
49
58
|
|
|
50
|
-
[Unreleased]: https://github.com/MetaMask/slip44/compare/v4.
|
|
59
|
+
[Unreleased]: https://github.com/MetaMask/slip44/compare/v4.2.0...HEAD
|
|
60
|
+
[4.2.0]: https://github.com/MetaMask/slip44/compare/v4.1.0...v4.2.0
|
|
61
|
+
[4.1.0]: https://github.com/MetaMask/slip44/compare/v4.0.0...v4.1.0
|
|
51
62
|
[4.0.0]: https://github.com/MetaMask/slip44/compare/v3.1.0...v4.0.0
|
|
52
63
|
[3.1.0]: https://github.com/MetaMask/slip44/compare/v3.0.0...v3.1.0
|
|
53
64
|
[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.
|
|
3
|
+
"version": "4.2.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",
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
"test:watch": "jest --watch"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@lavamoat/allow-scripts": "^2.
|
|
41
|
+
"@lavamoat/allow-scripts": "^3.2.1",
|
|
41
42
|
"@metamask/auto-changelog": "^3.1.0",
|
|
42
43
|
"@metamask/eslint-config": "^12.0.0",
|
|
43
44
|
"@metamask/eslint-config-jest": "^12.0.0",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
"ts-jest": "^28.0.7",
|
|
62
63
|
"typescript": "~4.8.4"
|
|
63
64
|
},
|
|
64
|
-
"packageManager": "yarn@3.
|
|
65
|
+
"packageManager": "yarn@3.8.5",
|
|
65
66
|
"engines": {
|
|
66
67
|
"node": "^18.16 || >=20"
|
|
67
68
|
},
|
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",
|
|
@@ -4145,12 +4115,48 @@
|
|
|
4145
4115
|
"symbol": "KLV",
|
|
4146
4116
|
"name": "KleverChain"
|
|
4147
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
|
+
},
|
|
4148
4136
|
"694": {
|
|
4149
4137
|
"index": "694",
|
|
4150
4138
|
"hex": "0x800002b6",
|
|
4151
4139
|
"symbol": "VTBC",
|
|
4152
4140
|
"name": "VTB Community"
|
|
4153
4141
|
},
|
|
4142
|
+
"695": {
|
|
4143
|
+
"index": "695",
|
|
4144
|
+
"hex": "0x800002b7",
|
|
4145
|
+
"symbol": "DIONE",
|
|
4146
|
+
"name": "Odyssey Chain"
|
|
4147
|
+
},
|
|
4148
|
+
"696": {
|
|
4149
|
+
"index": "696",
|
|
4150
|
+
"hex": "0x800002b8",
|
|
4151
|
+
"symbol": "LUM",
|
|
4152
|
+
"name": "Lumos"
|
|
4153
|
+
},
|
|
4154
|
+
"697": {
|
|
4155
|
+
"index": "697",
|
|
4156
|
+
"hex": "0x800002b9",
|
|
4157
|
+
"symbol": "AVA",
|
|
4158
|
+
"name": "Avalon"
|
|
4159
|
+
},
|
|
4154
4160
|
"698": {
|
|
4155
4161
|
"index": "698",
|
|
4156
4162
|
"hex": "0x800002ba",
|
|
@@ -4313,6 +4319,12 @@
|
|
|
4313
4319
|
"symbol": "MCX",
|
|
4314
4320
|
"name": "MultiCash"
|
|
4315
4321
|
},
|
|
4322
|
+
"726": {
|
|
4323
|
+
"index": "726",
|
|
4324
|
+
"hex": "0x800002d6",
|
|
4325
|
+
"symbol": "TARA",
|
|
4326
|
+
"name": "Taraxa"
|
|
4327
|
+
},
|
|
4316
4328
|
"727": {
|
|
4317
4329
|
"index": "727",
|
|
4318
4330
|
"hex": "0x800002d7",
|
|
@@ -4325,6 +4337,12 @@
|
|
|
4325
4337
|
"symbol": "BFC",
|
|
4326
4338
|
"name": "BFC"
|
|
4327
4339
|
},
|
|
4340
|
+
"729": {
|
|
4341
|
+
"index": "729",
|
|
4342
|
+
"hex": "0x800002d9",
|
|
4343
|
+
"symbol": "DCC",
|
|
4344
|
+
"name": "DecentraCast"
|
|
4345
|
+
},
|
|
4328
4346
|
"730": {
|
|
4329
4347
|
"index": "730",
|
|
4330
4348
|
"hex": "0x800002da",
|
|
@@ -4337,6 +4355,18 @@
|
|
|
4337
4355
|
"symbol": "BMK",
|
|
4338
4356
|
"name": "Bitmark"
|
|
4339
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
|
+
},
|
|
4340
4370
|
"734": {
|
|
4341
4371
|
"index": "734",
|
|
4342
4372
|
"hex": "0x800002de",
|
|
@@ -4349,6 +4379,36 @@
|
|
|
4349
4379
|
"symbol": "ATOP",
|
|
4350
4380
|
"name": "Financial Blockchain"
|
|
4351
4381
|
},
|
|
4382
|
+
"738": {
|
|
4383
|
+
"index": "738",
|
|
4384
|
+
"hex": "0x800002e2",
|
|
4385
|
+
"symbol": "BTE",
|
|
4386
|
+
"name": "Bitweb"
|
|
4387
|
+
},
|
|
4388
|
+
"739": {
|
|
4389
|
+
"index": "739",
|
|
4390
|
+
"hex": "0x800002e3",
|
|
4391
|
+
"symbol": "DPC",
|
|
4392
|
+
"name": "Dpowcoin (DualPowCoin)"
|
|
4393
|
+
},
|
|
4394
|
+
"740": {
|
|
4395
|
+
"index": "740",
|
|
4396
|
+
"hex": "0x800002e4",
|
|
4397
|
+
"symbol": "MDC",
|
|
4398
|
+
"name": "MyDataCoin"
|
|
4399
|
+
},
|
|
4400
|
+
"741": {
|
|
4401
|
+
"index": "741",
|
|
4402
|
+
"hex": "0x800002e5",
|
|
4403
|
+
"symbol": "RIV",
|
|
4404
|
+
"name": "Rigvid"
|
|
4405
|
+
},
|
|
4406
|
+
"744": {
|
|
4407
|
+
"index": "744",
|
|
4408
|
+
"hex": "0x800002e8",
|
|
4409
|
+
"symbol": "DUSK",
|
|
4410
|
+
"name": "Dusk"
|
|
4411
|
+
},
|
|
4352
4412
|
"747": {
|
|
4353
4413
|
"index": "747",
|
|
4354
4414
|
"hex": "0x800002eb",
|
|
@@ -4379,6 +4439,18 @@
|
|
|
4379
4439
|
"symbol": "HONEY",
|
|
4380
4440
|
"name": "HoneyWood"
|
|
4381
4441
|
},
|
|
4442
|
+
"758": {
|
|
4443
|
+
"index": "758",
|
|
4444
|
+
"hex": "0x800002f6",
|
|
4445
|
+
"symbol": "XDD",
|
|
4446
|
+
"name": "XDDCoin"
|
|
4447
|
+
},
|
|
4448
|
+
"765": {
|
|
4449
|
+
"index": "765",
|
|
4450
|
+
"hex": "0x800002fd",
|
|
4451
|
+
"symbol": "TGN",
|
|
4452
|
+
"name": "Tagion"
|
|
4453
|
+
},
|
|
4382
4454
|
"768": {
|
|
4383
4455
|
"index": "768",
|
|
4384
4456
|
"hex": "0x80000300",
|
|
@@ -4451,6 +4523,12 @@
|
|
|
4451
4523
|
"symbol": "SUI",
|
|
4452
4524
|
"name": "Sui"
|
|
4453
4525
|
},
|
|
4526
|
+
"785": {
|
|
4527
|
+
"index": "785",
|
|
4528
|
+
"hex": "0x80000311",
|
|
4529
|
+
"symbol": "ULTIMA",
|
|
4530
|
+
"name": "ULTIMA"
|
|
4531
|
+
},
|
|
4454
4532
|
"786": {
|
|
4455
4533
|
"index": "786",
|
|
4456
4534
|
"hex": "0x80000312",
|
|
@@ -4523,6 +4601,12 @@
|
|
|
4523
4601
|
"symbol": "ZKS",
|
|
4524
4602
|
"name": "zkSync"
|
|
4525
4603
|
},
|
|
4604
|
+
"805": {
|
|
4605
|
+
"index": "805",
|
|
4606
|
+
"hex": "0x80000325",
|
|
4607
|
+
"symbol": "SCASH",
|
|
4608
|
+
"name": "Scash"
|
|
4609
|
+
},
|
|
4526
4610
|
"808": {
|
|
4527
4611
|
"index": "808",
|
|
4528
4612
|
"hex": "0x80000328",
|
|
@@ -4541,18 +4625,18 @@
|
|
|
4541
4625
|
"symbol": "ASTR",
|
|
4542
4626
|
"name": "Astar Network"
|
|
4543
4627
|
},
|
|
4544
|
-
"811": {
|
|
4545
|
-
"index": "811",
|
|
4546
|
-
"hex": "0x8000032b",
|
|
4547
|
-
"symbol": "---",
|
|
4548
|
-
"name": "reserved"
|
|
4549
|
-
},
|
|
4550
4628
|
"813": {
|
|
4551
4629
|
"index": "813",
|
|
4552
4630
|
"hex": "0x8000032d",
|
|
4553
4631
|
"symbol": "MEER",
|
|
4554
4632
|
"name": "Qitmeer"
|
|
4555
4633
|
},
|
|
4634
|
+
"815": {
|
|
4635
|
+
"index": "815",
|
|
4636
|
+
"hex": "0x8000032f",
|
|
4637
|
+
"symbol": "FACT",
|
|
4638
|
+
"name": "ImFACT"
|
|
4639
|
+
},
|
|
4556
4640
|
"816": {
|
|
4557
4641
|
"index": "816",
|
|
4558
4642
|
"hex": "0x80000330",
|
|
@@ -4751,6 +4835,18 @@
|
|
|
4751
4835
|
"symbol": "HVH",
|
|
4752
4836
|
"name": "HAVAH"
|
|
4753
4837
|
},
|
|
4838
|
+
"860": {
|
|
4839
|
+
"index": "860",
|
|
4840
|
+
"hex": "0x8000035c",
|
|
4841
|
+
"symbol": "XBIT",
|
|
4842
|
+
"name": "XBIT Coin"
|
|
4843
|
+
},
|
|
4844
|
+
"864": {
|
|
4845
|
+
"index": "864",
|
|
4846
|
+
"hex": "0x80000360",
|
|
4847
|
+
"symbol": "CVM",
|
|
4848
|
+
"name": "Convex"
|
|
4849
|
+
},
|
|
4754
4850
|
"866": {
|
|
4755
4851
|
"index": "866",
|
|
4756
4852
|
"hex": "0x80000362",
|
|
@@ -4763,6 +4859,12 @@
|
|
|
4763
4859
|
"symbol": "IF",
|
|
4764
4860
|
"name": "Infinitefuture"
|
|
4765
4861
|
},
|
|
4862
|
+
"873": {
|
|
4863
|
+
"index": "873",
|
|
4864
|
+
"hex": "0x80000369",
|
|
4865
|
+
"symbol": "QUORUM",
|
|
4866
|
+
"name": "Quorum"
|
|
4867
|
+
},
|
|
4766
4868
|
"877": {
|
|
4767
4869
|
"index": "877",
|
|
4768
4870
|
"hex": "0x8000036d",
|
|
@@ -4847,6 +4949,12 @@
|
|
|
4847
4949
|
"symbol": "HNT",
|
|
4848
4950
|
"name": "Helium"
|
|
4849
4951
|
},
|
|
4952
|
+
"906": {
|
|
4953
|
+
"index": "906",
|
|
4954
|
+
"hex": "0x8000038a",
|
|
4955
|
+
"symbol": "XPX",
|
|
4956
|
+
"name": "Sirius"
|
|
4957
|
+
},
|
|
4850
4958
|
"907": {
|
|
4851
4959
|
"index": "907",
|
|
4852
4960
|
"hex": "0x8000038b",
|
|
@@ -4925,12 +5033,6 @@
|
|
|
4925
5033
|
"symbol": "AB",
|
|
4926
5034
|
"name": "Argot Protocol"
|
|
4927
5035
|
},
|
|
4928
|
-
"941": {
|
|
4929
|
-
"index": "941",
|
|
4930
|
-
"hex": "0x800003ad",
|
|
4931
|
-
"symbol": "---",
|
|
4932
|
-
"name": "reserved"
|
|
4933
|
-
},
|
|
4934
5036
|
"942": {
|
|
4935
5037
|
"index": "942",
|
|
4936
5038
|
"hex": "0x800003ae",
|
|
@@ -4967,6 +5069,12 @@
|
|
|
4967
5069
|
"symbol": "VKAX",
|
|
4968
5070
|
"name": "Vkax"
|
|
4969
5071
|
},
|
|
5072
|
+
"965": {
|
|
5073
|
+
"index": "965",
|
|
5074
|
+
"hex": "0x800003c5",
|
|
5075
|
+
"symbol": "ATLA",
|
|
5076
|
+
"name": "Atleta Network"
|
|
5077
|
+
},
|
|
4970
5078
|
"966": {
|
|
4971
5079
|
"index": "966",
|
|
4972
5080
|
"hex": "0x800003c6",
|
|
@@ -5177,11 +5285,17 @@
|
|
|
5177
5285
|
"symbol": "JOY",
|
|
5178
5286
|
"name": "Joystream"
|
|
5179
5287
|
},
|
|
5180
|
-
"
|
|
5181
|
-
"index": "
|
|
5182
|
-
"hex": "
|
|
5183
|
-
"symbol": "
|
|
5184
|
-
"name": "
|
|
5288
|
+
"1015": {
|
|
5289
|
+
"index": "1015",
|
|
5290
|
+
"hex": "0x800003f7",
|
|
5291
|
+
"symbol": "ZCX",
|
|
5292
|
+
"name": "ZEN Exchange Token"
|
|
5293
|
+
},
|
|
5294
|
+
"1017": {
|
|
5295
|
+
"index": "1017",
|
|
5296
|
+
"hex": "0x800003f9",
|
|
5297
|
+
"symbol": "ZTC",
|
|
5298
|
+
"name": "Zenchain"
|
|
5185
5299
|
},
|
|
5186
5300
|
"1020": {
|
|
5187
5301
|
"index": "1020",
|
|
@@ -5243,6 +5357,12 @@
|
|
|
5243
5357
|
"symbol": "MFID",
|
|
5244
5358
|
"name": "Moonfish ID"
|
|
5245
5359
|
},
|
|
5360
|
+
"1100": {
|
|
5361
|
+
"index": "1100",
|
|
5362
|
+
"hex": "0x8000044c",
|
|
5363
|
+
"symbol": "CROSS",
|
|
5364
|
+
"name": "Cross Chain"
|
|
5365
|
+
},
|
|
5246
5366
|
"1111": {
|
|
5247
5367
|
"index": "1111",
|
|
5248
5368
|
"hex": "0x80000457",
|
|
@@ -5285,6 +5405,12 @@
|
|
|
5285
5405
|
"symbol": "DFI",
|
|
5286
5406
|
"name": "DeFiChain EVM Network"
|
|
5287
5407
|
},
|
|
5408
|
+
"1134": {
|
|
5409
|
+
"index": "1134",
|
|
5410
|
+
"hex": "0x8000046e",
|
|
5411
|
+
"symbol": "MESH",
|
|
5412
|
+
"name": "StateMesh"
|
|
5413
|
+
},
|
|
5288
5414
|
"1137": {
|
|
5289
5415
|
"index": "1137",
|
|
5290
5416
|
"hex": "0x80000471",
|
|
@@ -5345,6 +5471,12 @@
|
|
|
5345
5471
|
"symbol": "MOVR",
|
|
5346
5472
|
"name": "Moonriver"
|
|
5347
5473
|
},
|
|
5474
|
+
"1286": {
|
|
5475
|
+
"index": "1286",
|
|
5476
|
+
"hex": "0x80000506",
|
|
5477
|
+
"symbol": "DSG",
|
|
5478
|
+
"name": "Dessage Social Protocol"
|
|
5479
|
+
},
|
|
5348
5480
|
"1298": {
|
|
5349
5481
|
"index": "1298",
|
|
5350
5482
|
"hex": "0x80000512",
|
|
@@ -5417,6 +5549,18 @@
|
|
|
5417
5549
|
"symbol": "BEAM",
|
|
5418
5550
|
"name": "Beam"
|
|
5419
5551
|
},
|
|
5552
|
+
"1536": {
|
|
5553
|
+
"index": "1536",
|
|
5554
|
+
"hex": "0x80000600",
|
|
5555
|
+
"symbol": "GAS",
|
|
5556
|
+
"name": "BubiChain"
|
|
5557
|
+
},
|
|
5558
|
+
"1540": {
|
|
5559
|
+
"index": "1540",
|
|
5560
|
+
"hex": "0x80000604",
|
|
5561
|
+
"symbol": "ATHENA",
|
|
5562
|
+
"name": "Athena"
|
|
5563
|
+
},
|
|
5420
5564
|
"1551": {
|
|
5421
5565
|
"index": "1551",
|
|
5422
5566
|
"hex": "0x8000060f",
|
|
@@ -5525,12 +5669,6 @@
|
|
|
5525
5669
|
"symbol": "CUBE",
|
|
5526
5670
|
"name": "Cube Chain Native Token"
|
|
5527
5671
|
},
|
|
5528
|
-
"1856": {
|
|
5529
|
-
"index": "1856",
|
|
5530
|
-
"hex": "0x80000743",
|
|
5531
|
-
"symbol": "TES",
|
|
5532
|
-
"name": "Teslacoin"
|
|
5533
|
-
},
|
|
5534
5672
|
"1888": {
|
|
5535
5673
|
"index": "1888",
|
|
5536
5674
|
"hex": "0x80000760",
|
|
@@ -5561,6 +5699,12 @@
|
|
|
5561
5699
|
"symbol": "BITCI",
|
|
5562
5700
|
"name": "Bitcicoin"
|
|
5563
5701
|
},
|
|
5702
|
+
"1918": {
|
|
5703
|
+
"index": "1918",
|
|
5704
|
+
"hex": "0x8000077e",
|
|
5705
|
+
"symbol": "BKC",
|
|
5706
|
+
"name": "Briskcoin"
|
|
5707
|
+
},
|
|
5564
5708
|
"1919": {
|
|
5565
5709
|
"index": "1919",
|
|
5566
5710
|
"hex": "0x8000077f",
|
|
@@ -5573,6 +5717,18 @@
|
|
|
5573
5717
|
"symbol": "CITY",
|
|
5574
5718
|
"name": "City Coin"
|
|
5575
5719
|
},
|
|
5720
|
+
"1951": {
|
|
5721
|
+
"index": "1951",
|
|
5722
|
+
"hex": "0x8000079f",
|
|
5723
|
+
"symbol": "ESA",
|
|
5724
|
+
"name": "Esa"
|
|
5725
|
+
},
|
|
5726
|
+
"1952": {
|
|
5727
|
+
"index": "1952",
|
|
5728
|
+
"hex": "0x800007a0",
|
|
5729
|
+
"symbol": "ESC",
|
|
5730
|
+
"name": "EsaCoin"
|
|
5731
|
+
},
|
|
5576
5732
|
"1955": {
|
|
5577
5733
|
"index": "1955",
|
|
5578
5734
|
"hex": "0x800007a3",
|
|
@@ -5675,6 +5831,24 @@
|
|
|
5675
5831
|
"symbol": "MLN",
|
|
5676
5832
|
"name": "Miraland"
|
|
5677
5833
|
},
|
|
5834
|
+
"2003": {
|
|
5835
|
+
"index": "2003",
|
|
5836
|
+
"hex": "0x800007d3",
|
|
5837
|
+
"symbol": "ISNA",
|
|
5838
|
+
"name": "iSarrana"
|
|
5839
|
+
},
|
|
5840
|
+
"2013": {
|
|
5841
|
+
"index": "2013",
|
|
5842
|
+
"hex": "0x800007dd",
|
|
5843
|
+
"symbol": "JKC",
|
|
5844
|
+
"name": "Junkcoin"
|
|
5845
|
+
},
|
|
5846
|
+
"2015": {
|
|
5847
|
+
"index": "2015",
|
|
5848
|
+
"hex": "0x800007df",
|
|
5849
|
+
"symbol": "TEER",
|
|
5850
|
+
"name": "Integritee"
|
|
5851
|
+
},
|
|
5678
5852
|
"2017": {
|
|
5679
5853
|
"index": "2017",
|
|
5680
5854
|
"hex": "0x800007e1",
|
|
@@ -5729,6 +5903,12 @@
|
|
|
5729
5903
|
"symbol": "ROCK",
|
|
5730
5904
|
"name": "Zenrock Labs"
|
|
5731
5905
|
},
|
|
5906
|
+
"2026": {
|
|
5907
|
+
"index": "2026",
|
|
5908
|
+
"hex": "0x800007ea",
|
|
5909
|
+
"symbol": "ASTRON",
|
|
5910
|
+
"name": "ASTRON Token"
|
|
5911
|
+
},
|
|
5732
5912
|
"2046": {
|
|
5733
5913
|
"index": "2046",
|
|
5734
5914
|
"hex": "0x800007fe",
|
|
@@ -5759,6 +5939,12 @@
|
|
|
5759
5939
|
"symbol": "KILT",
|
|
5760
5940
|
"name": "KILT Spiritnet"
|
|
5761
5941
|
},
|
|
5942
|
+
"2091": {
|
|
5943
|
+
"index": "2091",
|
|
5944
|
+
"hex": "0x8000082b",
|
|
5945
|
+
"symbol": "FRQCY",
|
|
5946
|
+
"name": "Frequency"
|
|
5947
|
+
},
|
|
5762
5948
|
"2109": {
|
|
5763
5949
|
"index": "2109",
|
|
5764
5950
|
"hex": "0x8000083d",
|
|
@@ -5771,6 +5957,12 @@
|
|
|
5771
5957
|
"symbol": "IoTE",
|
|
5772
5958
|
"name": "IoTE"
|
|
5773
5959
|
},
|
|
5960
|
+
"2121": {
|
|
5961
|
+
"index": "2121",
|
|
5962
|
+
"hex": "0x80000849",
|
|
5963
|
+
"symbol": "CBTC",
|
|
5964
|
+
"name": "Coordinate BTC (Anduro)"
|
|
5965
|
+
},
|
|
5774
5966
|
"2125": {
|
|
5775
5967
|
"index": "2125",
|
|
5776
5968
|
"hex": "0x8000084d",
|
|
@@ -5873,6 +6065,12 @@
|
|
|
5873
6065
|
"symbol": "NAS",
|
|
5874
6066
|
"name": "Nebulas"
|
|
5875
6067
|
},
|
|
6068
|
+
"2809": {
|
|
6069
|
+
"index": "2809",
|
|
6070
|
+
"hex": "0x80000af9",
|
|
6071
|
+
"symbol": "LAN",
|
|
6072
|
+
"name": "Lanify"
|
|
6073
|
+
},
|
|
5876
6074
|
"2894": {
|
|
5877
6075
|
"index": "2894",
|
|
5878
6076
|
"hex": "0x80000b4e",
|
|
@@ -5903,12 +6101,24 @@
|
|
|
5903
6101
|
"symbol": "HBAR",
|
|
5904
6102
|
"name": "Hedera HBAR"
|
|
5905
6103
|
},
|
|
6104
|
+
"3054": {
|
|
6105
|
+
"index": "3054",
|
|
6106
|
+
"hex": "0x80000bee",
|
|
6107
|
+
"symbol": "HIVE",
|
|
6108
|
+
"name": "Hive Blockchain"
|
|
6109
|
+
},
|
|
5906
6110
|
"3077": {
|
|
5907
6111
|
"index": "3077",
|
|
5908
6112
|
"hex": "0x80000c05",
|
|
5909
6113
|
"symbol": "COS",
|
|
5910
6114
|
"name": "Contentos"
|
|
5911
6115
|
},
|
|
6116
|
+
"3131": {
|
|
6117
|
+
"index": "3131",
|
|
6118
|
+
"hex": "0x80000c3b",
|
|
6119
|
+
"symbol": "EZC",
|
|
6120
|
+
"name": "Ezcon Blockchain"
|
|
6121
|
+
},
|
|
5912
6122
|
"3276": {
|
|
5913
6123
|
"index": "3276",
|
|
5914
6124
|
"hex": "0x80000ccc",
|
|
@@ -5927,6 +6137,12 @@
|
|
|
5927
6137
|
"symbol": "PEAQ",
|
|
5928
6138
|
"name": "peaq"
|
|
5929
6139
|
},
|
|
6140
|
+
"3344": {
|
|
6141
|
+
"index": "3344",
|
|
6142
|
+
"hex": "0x80000d10",
|
|
6143
|
+
"symbol": "PLMC",
|
|
6144
|
+
"name": "Polimec"
|
|
6145
|
+
},
|
|
5930
6146
|
"3377": {
|
|
5931
6147
|
"index": "3377",
|
|
5932
6148
|
"hex": "0x80000d31",
|
|
@@ -6029,12 +6245,24 @@
|
|
|
6029
6245
|
"symbol": "C4E",
|
|
6030
6246
|
"name": "Chain4Energy"
|
|
6031
6247
|
},
|
|
6248
|
+
"4646": {
|
|
6249
|
+
"index": "4646",
|
|
6250
|
+
"hex": "0x80001226",
|
|
6251
|
+
"symbol": "MST",
|
|
6252
|
+
"name": "MST"
|
|
6253
|
+
},
|
|
6032
6254
|
"4919": {
|
|
6033
6255
|
"index": "4919",
|
|
6034
6256
|
"hex": "0x80001337",
|
|
6035
6257
|
"symbol": "XVM",
|
|
6036
6258
|
"name": "Venidium"
|
|
6037
6259
|
},
|
|
6260
|
+
"4976": {
|
|
6261
|
+
"index": "4976",
|
|
6262
|
+
"hex": "0x80001370",
|
|
6263
|
+
"symbol": "VARA",
|
|
6264
|
+
"name": "Vara"
|
|
6265
|
+
},
|
|
6038
6266
|
"4999": {
|
|
6039
6267
|
"index": "4999",
|
|
6040
6268
|
"hex": "0x80001387",
|
|
@@ -6185,12 +6413,24 @@
|
|
|
6185
6413
|
"symbol": "AA",
|
|
6186
6414
|
"name": "Arthera"
|
|
6187
6415
|
},
|
|
6416
|
+
"7070": {
|
|
6417
|
+
"index": "7070",
|
|
6418
|
+
"hex": "0x80001b9e",
|
|
6419
|
+
"symbol": "DOI",
|
|
6420
|
+
"name": "Doichain"
|
|
6421
|
+
},
|
|
6188
6422
|
"7091": {
|
|
6189
6423
|
"index": "7091",
|
|
6190
6424
|
"hex": "0x80001bb3",
|
|
6191
6425
|
"symbol": "TOPL",
|
|
6192
6426
|
"name": "Topl"
|
|
6193
6427
|
},
|
|
6428
|
+
"7272": {
|
|
6429
|
+
"index": "7272",
|
|
6430
|
+
"hex": "0x80001c68",
|
|
6431
|
+
"symbol": "ABTC",
|
|
6432
|
+
"name": "Alys BTC (Anduro)"
|
|
6433
|
+
},
|
|
6194
6434
|
"7331": {
|
|
6195
6435
|
"index": "7331",
|
|
6196
6436
|
"hex": "0x80001ca3",
|
|
@@ -6233,6 +6473,12 @@
|
|
|
6233
6473
|
"symbol": "SKY",
|
|
6234
6474
|
"name": "Skycoin"
|
|
6235
6475
|
},
|
|
6476
|
+
"8017": {
|
|
6477
|
+
"index": "8017",
|
|
6478
|
+
"hex": "0x80001f51",
|
|
6479
|
+
"symbol": "ISC",
|
|
6480
|
+
"name": "iSunCoin"
|
|
6481
|
+
},
|
|
6236
6482
|
"8080": {
|
|
6237
6483
|
"index": "8080",
|
|
6238
6484
|
"hex": "0x80001f90",
|
|
@@ -6254,8 +6500,8 @@
|
|
|
6254
6500
|
"8217": {
|
|
6255
6501
|
"index": "8217",
|
|
6256
6502
|
"hex": "0x80002019",
|
|
6257
|
-
"symbol": "
|
|
6258
|
-
"name": "
|
|
6503
|
+
"symbol": "KAIA",
|
|
6504
|
+
"name": "KAIA"
|
|
6259
6505
|
},
|
|
6260
6506
|
"8339": {
|
|
6261
6507
|
"index": "8339",
|
|
@@ -6269,11 +6515,11 @@
|
|
|
6269
6515
|
"symbol": "XCH",
|
|
6270
6516
|
"name": "Chia"
|
|
6271
6517
|
},
|
|
6272
|
-
"
|
|
6273
|
-
"index": "
|
|
6274
|
-
"hex": "
|
|
6275
|
-
"symbol": "
|
|
6276
|
-
"name": "
|
|
6518
|
+
"8453": {
|
|
6519
|
+
"index": "8453",
|
|
6520
|
+
"hex": "0x80002105",
|
|
6521
|
+
"symbol": "",
|
|
6522
|
+
"name": "Base"
|
|
6277
6523
|
},
|
|
6278
6524
|
"8680": {
|
|
6279
6525
|
"index": "8680",
|
|
@@ -6287,6 +6533,12 @@
|
|
|
6287
6533
|
"symbol": "BLN",
|
|
6288
6534
|
"name": "Bullions"
|
|
6289
6535
|
},
|
|
6536
|
+
"8738": {
|
|
6537
|
+
"index": "8738",
|
|
6538
|
+
"hex": "0x80002222",
|
|
6539
|
+
"symbol": "ALPH",
|
|
6540
|
+
"name": "Alph Network"
|
|
6541
|
+
},
|
|
6290
6542
|
"8866": {
|
|
6291
6543
|
"index": "8866",
|
|
6292
6544
|
"hex": "0x800022a2",
|
|
@@ -6383,6 +6635,12 @@
|
|
|
6383
6635
|
"symbol": "BTF",
|
|
6384
6636
|
"name": "Bitcoin Faith"
|
|
6385
6637
|
},
|
|
6638
|
+
"9969": {
|
|
6639
|
+
"index": "9969",
|
|
6640
|
+
"hex": "0x800026f1",
|
|
6641
|
+
"symbol": "OSMI",
|
|
6642
|
+
"name": "Osmium"
|
|
6643
|
+
},
|
|
6386
6644
|
"9999": {
|
|
6387
6645
|
"index": "9999",
|
|
6388
6646
|
"hex": "0x8000270f",
|
|
@@ -6401,6 +6659,12 @@
|
|
|
6401
6659
|
"symbol": "SPACE",
|
|
6402
6660
|
"name": "Space"
|
|
6403
6661
|
},
|
|
6662
|
+
"10007": {
|
|
6663
|
+
"index": "10007",
|
|
6664
|
+
"hex": "0x80002717",
|
|
6665
|
+
"symbol": "S",
|
|
6666
|
+
"name": "SONIC"
|
|
6667
|
+
},
|
|
6404
6668
|
"10111": {
|
|
6405
6669
|
"index": "10111",
|
|
6406
6670
|
"hex": "0x8000277f",
|
|
@@ -6467,6 +6731,12 @@
|
|
|
6467
6731
|
"symbol": "MINA",
|
|
6468
6732
|
"name": "Mina"
|
|
6469
6733
|
},
|
|
6734
|
+
"12850": {
|
|
6735
|
+
"index": "12850",
|
|
6736
|
+
"hex": "0x80003232",
|
|
6737
|
+
"symbol": "ANLOG",
|
|
6738
|
+
"name": "Analog Timechain"
|
|
6739
|
+
},
|
|
6470
6740
|
"13107": {
|
|
6471
6741
|
"index": "13107",
|
|
6472
6742
|
"hex": "0x80003333",
|
|
@@ -6599,12 +6869,6 @@
|
|
|
6599
6869
|
"symbol": "NEXA",
|
|
6600
6870
|
"name": "Nexa"
|
|
6601
6871
|
},
|
|
6602
|
-
"30001": {
|
|
6603
|
-
"index": "30001",
|
|
6604
|
-
"hex": "0x80007531",
|
|
6605
|
-
"symbol": "---",
|
|
6606
|
-
"name": "reserved"
|
|
6607
|
-
},
|
|
6608
6872
|
"31102": {
|
|
6609
6873
|
"index": "31102",
|
|
6610
6874
|
"hex": "0x8000797e",
|
|
@@ -6683,6 +6947,12 @@
|
|
|
6683
6947
|
"symbol": "CELO",
|
|
6684
6948
|
"name": "Celo"
|
|
6685
6949
|
},
|
|
6950
|
+
"54176": {
|
|
6951
|
+
"index": "54176",
|
|
6952
|
+
"hex": "0x8000d3a0",
|
|
6953
|
+
"symbol": "OVER",
|
|
6954
|
+
"name": "OverProtocol"
|
|
6955
|
+
},
|
|
6686
6956
|
"61616": {
|
|
6687
6957
|
"index": "61616",
|
|
6688
6958
|
"hex": "0x8000f0b0",
|
|
@@ -6767,6 +7037,18 @@
|
|
|
6767
7037
|
"symbol": "KLS",
|
|
6768
7038
|
"name": "Karlsen"
|
|
6769
7039
|
},
|
|
7040
|
+
"123456": {
|
|
7041
|
+
"index": "123456",
|
|
7042
|
+
"hex": "0x8001e240",
|
|
7043
|
+
"symbol": "SPR",
|
|
7044
|
+
"name": "Spectre"
|
|
7045
|
+
},
|
|
7046
|
+
"130822": {
|
|
7047
|
+
"index": "130822",
|
|
7048
|
+
"hex": "0x8001ff06",
|
|
7049
|
+
"symbol": "WBT",
|
|
7050
|
+
"name": "WhiteBIT Coin"
|
|
7051
|
+
},
|
|
6770
7052
|
"161803": {
|
|
6771
7053
|
"index": "161803",
|
|
6772
7054
|
"hex": "0x8002780b",
|
|
@@ -6779,6 +7061,12 @@
|
|
|
6779
7061
|
"symbol": "AKA",
|
|
6780
7062
|
"name": "Akroma"
|
|
6781
7063
|
},
|
|
7064
|
+
"200901": {
|
|
7065
|
+
"index": "200901",
|
|
7066
|
+
"hex": "0x800310c5",
|
|
7067
|
+
"symbol": "BTR",
|
|
7068
|
+
"name": "Bitlayer"
|
|
7069
|
+
},
|
|
6782
7070
|
"224433": {
|
|
6783
7071
|
"index": "224433",
|
|
6784
7072
|
"hex": "0x80036cb1",
|
|
@@ -6821,6 +7109,12 @@
|
|
|
6821
7109
|
"symbol": "X42",
|
|
6822
7110
|
"name": "x42"
|
|
6823
7111
|
},
|
|
7112
|
+
"440017": {
|
|
7113
|
+
"index": "440017",
|
|
7114
|
+
"hex": "0x8006b6d1",
|
|
7115
|
+
"symbol": "@G",
|
|
7116
|
+
"name": "Graphite"
|
|
7117
|
+
},
|
|
6824
7118
|
"534352": {
|
|
6825
7119
|
"index": "534352",
|
|
6826
7120
|
"hex": "0x80082750",
|
|
@@ -6845,12 +7139,6 @@
|
|
|
6845
7139
|
"symbol": "SEA",
|
|
6846
7140
|
"name": "Second Exchange Alliance"
|
|
6847
7141
|
},
|
|
6848
|
-
"999999": {
|
|
6849
|
-
"index": "999999",
|
|
6850
|
-
"hex": "0x800c9061",
|
|
6851
|
-
"symbol": "WTC",
|
|
6852
|
-
"name": "WaltonChain"
|
|
6853
|
-
},
|
|
6854
7142
|
"1048576": {
|
|
6855
7143
|
"index": "1048576",
|
|
6856
7144
|
"hex": "0x80100000",
|
|
@@ -6989,6 +7277,12 @@
|
|
|
6989
7277
|
"symbol": "AFS",
|
|
6990
7278
|
"name": "ANFS"
|
|
6991
7279
|
},
|
|
7280
|
+
"10000118": {
|
|
7281
|
+
"index": "10000118",
|
|
7282
|
+
"hex": "0x805d30b6",
|
|
7283
|
+
"symbol": "OSMO",
|
|
7284
|
+
"name": "Osmosis"
|
|
7285
|
+
},
|
|
6992
7286
|
"11259375": {
|
|
6993
7287
|
"index": "11259375",
|
|
6994
7288
|
"hex": "0x80abcdef",
|
|
@@ -7001,6 +7295,12 @@
|
|
|
7001
7295
|
"symbol": "XDS",
|
|
7002
7296
|
"name": "XDS"
|
|
7003
7297
|
},
|
|
7298
|
+
"19000118": {
|
|
7299
|
+
"index": "19000118",
|
|
7300
|
+
"hex": "0x8121eb36",
|
|
7301
|
+
"symbol": "SEI",
|
|
7302
|
+
"name": "SEI"
|
|
7303
|
+
},
|
|
7004
7304
|
"20230101": {
|
|
7005
7305
|
"index": "20230101",
|
|
7006
7306
|
"hex": "0x8134afd5",
|
|
@@ -7013,12 +7313,24 @@
|
|
|
7013
7313
|
"symbol": "NLK",
|
|
7014
7314
|
"name": "NuLinkCoin"
|
|
7015
7315
|
},
|
|
7316
|
+
"22000118": {
|
|
7317
|
+
"index": "22000118",
|
|
7318
|
+
"hex": "0x814fb1f6",
|
|
7319
|
+
"symbol": "DYDX",
|
|
7320
|
+
"name": "Dydx"
|
|
7321
|
+
},
|
|
7016
7322
|
"61717561": {
|
|
7017
7323
|
"index": "61717561",
|
|
7018
7324
|
"hex": "0x83adbc39",
|
|
7019
7325
|
"symbol": "AQUA",
|
|
7020
7326
|
"name": "Aquachain"
|
|
7021
7327
|
},
|
|
7328
|
+
"77777777": {
|
|
7329
|
+
"index": "77777777",
|
|
7330
|
+
"hex": "0x84a2cb71",
|
|
7331
|
+
"symbol": "AZT",
|
|
7332
|
+
"name": "Aztecoin"
|
|
7333
|
+
},
|
|
7022
7334
|
"88888888": {
|
|
7023
7335
|
"index": "88888888",
|
|
7024
7336
|
"hex": "0x854c5638",
|
|
@@ -7055,12 +7367,24 @@
|
|
|
7055
7367
|
"symbol": "QKC",
|
|
7056
7368
|
"name": "QuarkChain"
|
|
7057
7369
|
},
|
|
7370
|
+
"240079435": {
|
|
7371
|
+
"index": "240079435",
|
|
7372
|
+
"hex": "0x8e4f524b",
|
|
7373
|
+
"symbol": "ZORK",
|
|
7374
|
+
"name": "Zork Network"
|
|
7375
|
+
},
|
|
7058
7376
|
"608589380": {
|
|
7059
7377
|
"index": "608589380",
|
|
7060
7378
|
"hex": "0xa4465644",
|
|
7061
7379
|
"symbol": "FVDC",
|
|
7062
7380
|
"name": "ForumCoin"
|
|
7063
7381
|
},
|
|
7382
|
+
"1010101010": {
|
|
7383
|
+
"index": "1010101010",
|
|
7384
|
+
"hex": "0xbc34eb12",
|
|
7385
|
+
"symbol": "FAIC",
|
|
7386
|
+
"name": "Free AI Chain"
|
|
7387
|
+
},
|
|
7064
7388
|
"1179993420": {
|
|
7065
7389
|
"index": "1179993420",
|
|
7066
7390
|
"hex": "0xc655454c",
|
|
@@ -7084,5 +7408,17 @@
|
|
|
7084
7408
|
"hex": "0xc6554561",
|
|
7085
7409
|
"symbol": "QFS",
|
|
7086
7410
|
"name": "Qfs"
|
|
7411
|
+
},
|
|
7412
|
+
"1179993451": {
|
|
7413
|
+
"index": "1179993451",
|
|
7414
|
+
"hex": "0xc655456b",
|
|
7415
|
+
"symbol": "RWA",
|
|
7416
|
+
"name": "Asset Chain"
|
|
7417
|
+
},
|
|
7418
|
+
"1179993461": {
|
|
7419
|
+
"index": "1179993461",
|
|
7420
|
+
"hex": "0xc6554575",
|
|
7421
|
+
"symbol": "HXC",
|
|
7422
|
+
"name": "HuaXia Chain"
|
|
7087
7423
|
}
|
|
7088
7424
|
}
|