eth-chainlist 0.0.318 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.318 (2024-01-07)
4
12
 
5
13
 
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',
@@ -10585,13 +10625,13 @@ const chainArray = [
10585
10625
  ]
10586
10626
  },
10587
10627
  {
10588
- name: 'Fraxchain Testnet',
10628
+ name: 'Fraxtal Testnet',
10589
10629
  chain: 'FRAX',
10590
10630
  rpc: [ 'https://rpc.testnet.frax.com' ],
10591
10631
  faucets: [],
10592
10632
  nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
10593
10633
  infoURL: 'https://testnet.frax.com',
10594
- shortName: 'fraxchain-testnet',
10634
+ shortName: 'fraxtal-testnet',
10595
10635
  chainId: 2522,
10596
10636
  networkId: 2522,
10597
10637
  slip44: 1,
@@ -11909,6 +11949,29 @@ const chainArray = [
11909
11949
  }
11910
11950
  ]
11911
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
+ },
11912
11975
  {
11913
11976
  name: 'Bobafuji Testnet',
11914
11977
  chain: 'Bobafuji Testnet',
@@ -20103,6 +20166,26 @@ const chainArray = [
20103
20166
  }
20104
20167
  ]
20105
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
+ },
20106
20189
  {
20107
20190
  name: 'ETND Chain Mainnets',
20108
20191
  chain: 'ETND',
@@ -20166,7 +20249,7 @@ const chainArray = [
20166
20249
  {
20167
20250
  name: 'Taiko Grimsvotn L2',
20168
20251
  chain: 'ETH',
20169
- status: 'active',
20252
+ status: 'deprecated',
20170
20253
  icon: 'taiko',
20171
20254
  rpc: [ 'https://rpc.test.taiko.xyz' ],
20172
20255
  faucets: [],
@@ -20186,7 +20269,7 @@ const chainArray = [
20186
20269
  {
20187
20270
  name: 'Taiko Eldfell L3',
20188
20271
  chain: 'ETH',
20189
- status: 'active',
20272
+ status: 'deprecated',
20190
20273
  icon: 'taiko',
20191
20274
  rpc: [ 'https://rpc.l3test.taiko.xyz' ],
20192
20275
  faucets: [],
@@ -20206,7 +20289,7 @@ const chainArray = [
20206
20289
  {
20207
20290
  name: 'Taiko Jolnir L2',
20208
20291
  chain: 'ETH',
20209
- status: 'incubating',
20292
+ status: 'deprecated',
20210
20293
  icon: 'taiko',
20211
20294
  rpc: [ 'https://rpc.jolnir.taiko.xyz' ],
20212
20295
  faucets: [],
@@ -20223,6 +20306,26 @@ const chainArray = [
20223
20306
  }
20224
20307
  ]
20225
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
+ },
20226
20329
  {
20227
20330
  name: 'Bitica Chain Mainnet',
20228
20331
  chain: 'BDCC',
@@ -21765,6 +21868,26 @@ const chainArray = [
21765
21868
  }
21766
21869
  ]
21767
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
+ },
21768
21891
  {
21769
21892
  name: 'Vision - Mainnet',
21770
21893
  chain: 'Vision',
@@ -22100,6 +22223,17 @@ const chainArray = [
22100
22223
  }
22101
22224
  ]
22102
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
+ },
22103
22237
  {
22104
22238
  name: 'DeBank Testnet',
22105
22239
  chain: 'DeBank',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.318",
3
+ "version": "0.0.319",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {