eth-chainlist 0.0.317 → 0.0.319

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 +16 -0
  2. package/data/chain.js +157 -11
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.319 (2024-01-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.318 ([1642642](https://github.com/poowf/eth-chainlist/commit/1642642b98e23854f274b82d2ad4ec4019c52468))
9
+ * update chain data ([595fa1e](https://github.com/poowf/eth-chainlist/commit/595fa1e07bd4b4f6f2d67cb3a6979e449bec94d2))
10
+
11
+ ### 0.0.318 (2024-01-07)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.317 ([b433a52](https://github.com/poowf/eth-chainlist/commit/b433a5248bcebbce86a218e0a2b5ae1510f28f56))
17
+ * update chain data ([24cd2b8](https://github.com/poowf/eth-chainlist/commit/24cd2b8213a06e06ee472d966ccc6da8b404dc8a))
18
+
3
19
  ### 0.0.317 (2024-01-06)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3760,13 +3760,13 @@ const chainArray = [
3760
3760
  ]
3761
3761
  },
3762
3762
  {
3763
- name: 'Fraxchain Mainnet',
3763
+ name: 'Fraxtal Mainnet',
3764
3764
  chain: 'FRAX',
3765
3765
  rpc: [],
3766
3766
  faucets: [],
3767
3767
  nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
3768
3768
  infoURL: 'https://mainnet.frax.com',
3769
- shortName: 'fraxchain',
3769
+ shortName: 'fraxtal',
3770
3770
  chainId: 252,
3771
3771
  networkId: 252,
3772
3772
  explorers: [],
@@ -5221,6 +5221,27 @@ const chainArray = [
5221
5221
  }
5222
5222
  ]
5223
5223
  },
5224
+ {
5225
+ name: 'MetaChain Mainnet',
5226
+ chain: 'MTC',
5227
+ icon: 'metachain',
5228
+ rpc: [ 'https://rpc.metatime.com' ],
5229
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5230
+ faucets: [],
5231
+ nativeCurrency: { name: 'Metatime Coin', symbol: 'MTC', decimals: 18 },
5232
+ infoURL: 'https://metatime.com/en',
5233
+ shortName: 'metatime',
5234
+ chainId: 571,
5235
+ networkId: 571,
5236
+ slip44: 571,
5237
+ explorers: [
5238
+ {
5239
+ name: 'MetaExplorer',
5240
+ url: 'https://explorer.metatime.com',
5241
+ standard: 'EIP3091'
5242
+ }
5243
+ ]
5244
+ },
5224
5245
  {
5225
5246
  name: 'Metis Stardust Testnet',
5226
5247
  chain: 'ETH',
@@ -5497,6 +5518,25 @@ const chainArray = [
5497
5518
  }
5498
5519
  ]
5499
5520
  },
5521
+ {
5522
+ name: 'Kalichain',
5523
+ chain: 'Kalichain',
5524
+ rpc: [ 'https://mainnet.kalichain.com' ],
5525
+ faucets: [],
5526
+ nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
5527
+ infoURL: 'https://kalichain.com',
5528
+ shortName: 'kalichainMainnet',
5529
+ chainId: 654,
5530
+ networkId: 654,
5531
+ icon: 'kalichain',
5532
+ explorers: [
5533
+ {
5534
+ name: 'kalichain explorer',
5535
+ url: 'https://explorer.kalichain.com',
5536
+ standard: 'EIP3091'
5537
+ }
5538
+ ]
5539
+ },
5500
5540
  {
5501
5541
  name: 'Pixie Chain Testnet',
5502
5542
  chain: 'PixieChain',
@@ -9662,7 +9702,13 @@ const chainArray = [
9662
9702
  {
9663
9703
  name: 'Centrifuge',
9664
9704
  chain: 'CFG',
9665
- rpc: [ 'wss://fullnode.parachain.centrifuge.io' ],
9705
+ icon: 'centrifuge',
9706
+ rpc: [
9707
+ 'wss://fullnode.parachain.centrifuge.io',
9708
+ 'wss://centrifuge-parachain.api.onfinality.io/public-ws',
9709
+ 'wss://centrifuge-rpc.dwellir.com',
9710
+ 'wss://rpc-centrifuge.luckyfriday.io'
9711
+ ],
9666
9712
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
9667
9713
  faucets: [],
9668
9714
  nativeCurrency: { name: 'Centrifuge', symbol: 'CFG', decimals: 18 },
@@ -9674,7 +9720,8 @@ const chainArray = [
9674
9720
  {
9675
9721
  name: 'subscan',
9676
9722
  url: 'https://centrifuge.subscan.io',
9677
- standard: 'EIP3091'
9723
+ standard: 'EIP3091',
9724
+ icon: 'subscan'
9678
9725
  }
9679
9726
  ]
9680
9727
  },
@@ -9863,7 +9910,11 @@ const chainArray = [
9863
9910
  {
9864
9911
  name: 'Altair',
9865
9912
  chain: 'AIR',
9866
- rpc: [ 'wss://fullnode.altair.centrifuge.io' ],
9913
+ icon: 'altair',
9914
+ rpc: [
9915
+ 'wss://fullnode.altair.centrifuge.io',
9916
+ 'wss://altair.api.onfinality.io/public-ws'
9917
+ ],
9867
9918
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
9868
9919
  faucets: [],
9869
9920
  nativeCurrency: { name: 'Altair', symbol: 'AIR', decimals: 18 },
@@ -9875,6 +9926,7 @@ const chainArray = [
9875
9926
  {
9876
9927
  name: 'Algol',
9877
9928
  chain: 'algol',
9929
+ status: 'deprecated',
9878
9930
  rpc: [ 'wss://fullnode.algol.cntrfg.com' ],
9879
9931
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
9880
9932
  faucets: [],
@@ -10573,13 +10625,13 @@ const chainArray = [
10573
10625
  ]
10574
10626
  },
10575
10627
  {
10576
- name: 'Fraxchain Testnet',
10628
+ name: 'Fraxtal Testnet',
10577
10629
  chain: 'FRAX',
10578
10630
  rpc: [ 'https://rpc.testnet.frax.com' ],
10579
10631
  faucets: [],
10580
10632
  nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
10581
10633
  infoURL: 'https://testnet.frax.com',
10582
- shortName: 'fraxchain-testnet',
10634
+ shortName: 'fraxtal-testnet',
10583
10635
  chainId: 2522,
10584
10636
  networkId: 2522,
10585
10637
  slip44: 1,
@@ -11897,6 +11949,29 @@ const chainArray = [
11897
11949
  }
11898
11950
  ]
11899
11951
  },
11952
+ {
11953
+ name: 'Nexi V2 Mainnet',
11954
+ chain: 'Nexi V2',
11955
+ icon: 'nexi',
11956
+ rpc: [
11957
+ 'https://chain.nexiv2.nexilix.com',
11958
+ 'https://rpc.chainv1.nexi.technology'
11959
+ ],
11960
+ faucets: [],
11961
+ nativeCurrency: { name: 'NexiV2', symbol: 'NEXI', decimals: 18 },
11962
+ infoURL: 'https://www.nexi.technology/',
11963
+ shortName: 'NexiV2',
11964
+ chainId: 4243,
11965
+ networkId: 4243,
11966
+ slip44: 2500,
11967
+ explorers: [
11968
+ {
11969
+ name: 'nexiscan',
11970
+ url: 'https://www.nexiscan.com',
11971
+ standard: 'EIP3091'
11972
+ }
11973
+ ]
11974
+ },
11900
11975
  {
11901
11976
  name: 'Bobafuji Testnet',
11902
11977
  chain: 'Bobafuji Testnet',
@@ -17422,7 +17497,7 @@ const chainArray = [
17422
17497
  name: 'GoldXChain Mainnet',
17423
17498
  chain: 'GoldX',
17424
17499
  rpc: [ 'https://mainnet-rpc.goldxchain.io' ],
17425
- faucets: [ 'https://goldx.gold' ],
17500
+ faucets: [],
17426
17501
  nativeCurrency: { name: 'GoldX', symbol: 'GOLDX', decimals: 18 },
17427
17502
  infoURL: 'https://goldxchain.io',
17428
17503
  shortName: 'goldx',
@@ -20091,6 +20166,26 @@ const chainArray = [
20091
20166
  }
20092
20167
  ]
20093
20168
  },
20169
+ {
20170
+ name: 'Etherlink Testnet',
20171
+ chain: 'Etherlink',
20172
+ icon: 'etherlink',
20173
+ chainId: 128123,
20174
+ networkId: 128123,
20175
+ features: [ { name: 'EIP1559' } ],
20176
+ infoURL: 'https://etherlink.com',
20177
+ shortName: 'etlt',
20178
+ nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
20179
+ rpc: [ 'https://node.ghostnet.etherlink.com' ],
20180
+ faucets: [ 'https://faucet.etherlink.com' ],
20181
+ explorers: [
20182
+ {
20183
+ name: 'Etherlink Testnet Explorer',
20184
+ url: 'https://testnet-explorer.etherlink.com',
20185
+ standard: 'EIP3091'
20186
+ }
20187
+ ]
20188
+ },
20094
20189
  {
20095
20190
  name: 'ETND Chain Mainnets',
20096
20191
  chain: 'ETND',
@@ -20154,7 +20249,7 @@ const chainArray = [
20154
20249
  {
20155
20250
  name: 'Taiko Grimsvotn L2',
20156
20251
  chain: 'ETH',
20157
- status: 'active',
20252
+ status: 'deprecated',
20158
20253
  icon: 'taiko',
20159
20254
  rpc: [ 'https://rpc.test.taiko.xyz' ],
20160
20255
  faucets: [],
@@ -20174,7 +20269,7 @@ const chainArray = [
20174
20269
  {
20175
20270
  name: 'Taiko Eldfell L3',
20176
20271
  chain: 'ETH',
20177
- status: 'active',
20272
+ status: 'deprecated',
20178
20273
  icon: 'taiko',
20179
20274
  rpc: [ 'https://rpc.l3test.taiko.xyz' ],
20180
20275
  faucets: [],
@@ -20194,7 +20289,7 @@ const chainArray = [
20194
20289
  {
20195
20290
  name: 'Taiko Jolnir L2',
20196
20291
  chain: 'ETH',
20197
- status: 'incubating',
20292
+ status: 'deprecated',
20198
20293
  icon: 'taiko',
20199
20294
  rpc: [ 'https://rpc.jolnir.taiko.xyz' ],
20200
20295
  faucets: [],
@@ -20211,6 +20306,26 @@ const chainArray = [
20211
20306
  }
20212
20307
  ]
20213
20308
  },
20309
+ {
20310
+ name: 'Taiko Katla L2',
20311
+ chain: 'ETH',
20312
+ status: 'active',
20313
+ icon: 'taiko',
20314
+ rpc: [ 'https://rpc.katla.taiko.xyz' ],
20315
+ faucets: [],
20316
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
20317
+ infoURL: 'https://taiko.xyz',
20318
+ shortName: 'tko-katla',
20319
+ chainId: 167008,
20320
+ networkId: 167008,
20321
+ explorers: [
20322
+ {
20323
+ name: 'blockscout',
20324
+ url: 'https://explorer.katla.taiko.xyz',
20325
+ standard: 'EIP3091'
20326
+ }
20327
+ ]
20328
+ },
20214
20329
  {
20215
20330
  name: 'Bitica Chain Mainnet',
20216
20331
  chain: 'BDCC',
@@ -21753,6 +21868,26 @@ const chainArray = [
21753
21868
  }
21754
21869
  ]
21755
21870
  },
21871
+ {
21872
+ name: 'BlocX Mainnet',
21873
+ chain: 'BLX',
21874
+ rpc: [ 'https://mainnet-rpc.blxscan.com/' ],
21875
+ faucets: [],
21876
+ nativeCurrency: { name: 'BlocX', symbol: 'BLX', decimals: 18 },
21877
+ infoURL: 'https://www.blocxchain.org/',
21878
+ shortName: 'blx',
21879
+ chainId: 879151,
21880
+ networkId: 879151,
21881
+ icon: 'blx',
21882
+ explorers: [
21883
+ {
21884
+ name: 'BlocX Mainnet Explorer',
21885
+ url: 'https://explorer.blxscan.com',
21886
+ icon: 'blx',
21887
+ standard: 'none'
21888
+ }
21889
+ ]
21890
+ },
21756
21891
  {
21757
21892
  name: 'Vision - Mainnet',
21758
21893
  chain: 'Vision',
@@ -22088,6 +22223,17 @@ const chainArray = [
22088
22223
  }
22089
22224
  ]
22090
22225
  },
22226
+ {
22227
+ name: 'Turkey Demo Dev',
22228
+ chain: 'ETH',
22229
+ rpc: [ 'https://blockscout-poa.huabeizhenxuan.com' ],
22230
+ faucets: [],
22231
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
22232
+ infoURL: '',
22233
+ shortName: 'TDD',
22234
+ chainId: 1731313,
22235
+ networkId: 1731313
22236
+ },
22091
22237
  {
22092
22238
  name: 'DeBank Testnet',
22093
22239
  chain: 'DeBank',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.317",
3
+ "version": "0.0.319",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {