eth-chainlist 0.0.192 → 0.0.194

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.194 (2023-07-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.193 ([e595166](https://github.com/poowf/eth-chainlist/commit/e595166c684cb7c6e146d3834ca71f2dd6ef9c73))
9
+ * update chain data ([07deb8f](https://github.com/poowf/eth-chainlist/commit/07deb8fdcdf6987a44d2a24fbb992ce74a3e1f8d))
10
+
11
+ ### 0.0.193 (2023-07-23)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.192 ([bed3afe](https://github.com/poowf/eth-chainlist/commit/bed3afec86a6d8ef99a5245448eda26ece9db8a9))
17
+ * update chain data ([ab0d4b8](https://github.com/poowf/eth-chainlist/commit/ab0d4b8054676cc7d3bbc7a076a310c710b2926f))
18
+
3
19
  ### 0.0.192 (2023-07-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2941,6 +2941,24 @@ const chainArray = [
2941
2941
  chainId: 208,
2942
2942
  networkId: 208
2943
2943
  },
2944
+ {
2945
+ name: 'Bitnet',
2946
+ chain: 'BTN',
2947
+ rpc: [ 'http://rpc.bitnet.money' ],
2948
+ faucets: [ 'https://bitnet.money/forum/showthread.php?tid=2' ],
2949
+ nativeCurrency: { name: 'Bitnet', symbol: 'BTN', decimals: 18 },
2950
+ infoURL: 'https://bitnet.money',
2951
+ shortName: 'BTN',
2952
+ chainId: 210,
2953
+ networkId: 210,
2954
+ explorers: [
2955
+ {
2956
+ name: 'Bitnet Explorer',
2957
+ url: 'https://btnscan.com',
2958
+ standard: 'EIP3091'
2959
+ }
2960
+ ]
2961
+ },
2944
2962
  {
2945
2963
  name: 'Freight Trust Network',
2946
2964
  chain: 'EDI',
@@ -3938,6 +3956,26 @@ const chainArray = [
3938
3956
  }
3939
3957
  ]
3940
3958
  },
3959
+ {
3960
+ name: 'Pepe Chain Mainnet',
3961
+ chain: 'PC',
3962
+ status: 'active',
3963
+ icon: 'pepechain',
3964
+ rpc: [ 'https://rpc.pepe-chain.vip' ],
3965
+ faucets: [],
3966
+ nativeCurrency: { name: 'Pepe', symbol: 'PEPE', decimals: 18 },
3967
+ infoURL: 'https://pepe-chain.vip',
3968
+ shortName: 'pepe',
3969
+ chainId: 411,
3970
+ networkId: 411,
3971
+ explorers: [
3972
+ {
3973
+ name: 'pepechain explorer',
3974
+ url: 'https://explorer.pepe-chain.vip',
3975
+ standard: 'EIP3091'
3976
+ }
3977
+ ]
3978
+ },
3941
3979
  {
3942
3980
  name: 'SX Network Mainnet',
3943
3981
  chain: 'SX',
@@ -5225,6 +5263,30 @@ const chainArray = [
5225
5263
  explorers: [],
5226
5264
  status: 'incubating'
5227
5265
  },
5266
+ {
5267
+ name: 'Mode Testnet',
5268
+ chain: 'ETH',
5269
+ rpc: [ 'https://sepolia.mode.network' ],
5270
+ faucets: [ 'https://sepoliafaucet.com/' ],
5271
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
5272
+ infoURL: 'https://docs.mode.network/',
5273
+ shortName: 'modesep',
5274
+ chainId: 919,
5275
+ networkId: 919,
5276
+ icon: 'modeTestnet',
5277
+ explorers: [
5278
+ {
5279
+ name: 'modescout',
5280
+ url: 'https://sepolia.explorer.mode.network',
5281
+ standard: 'none'
5282
+ }
5283
+ ],
5284
+ parent: {
5285
+ type: 'L2',
5286
+ chain: 'eip155-11155111',
5287
+ bridges: [ { url: 'https://bridge.mode.network/' } ]
5288
+ }
5289
+ },
5228
5290
  {
5229
5291
  name: 'PulseChain Testnet',
5230
5292
  shortName: 'tpls',
@@ -5415,6 +5477,25 @@ const chainArray = [
5415
5477
  }
5416
5478
  ]
5417
5479
  },
5480
+ {
5481
+ name: 'eLiberty Mainnet',
5482
+ chain: '$EL',
5483
+ icon: 'eLiberty',
5484
+ rpc: [ 'https://rpc.eliberty.ngo' ],
5485
+ faucets: [ 'https://faucet.eliberty.ngo' ],
5486
+ nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
5487
+ infoURL: 'https://eliberty.ngo',
5488
+ shortName: 'ELm',
5489
+ chainId: 990,
5490
+ networkId: 990,
5491
+ explorers: [
5492
+ {
5493
+ name: 'eLiberty Mainnet',
5494
+ url: 'https://explorer.eliberty.ngo',
5495
+ standard: 'EIP3091'
5496
+ }
5497
+ ]
5498
+ },
5418
5499
  {
5419
5500
  name: '5ireChain Thunder',
5420
5501
  chain: '5ireChain',
@@ -13587,6 +13668,26 @@ const chainArray = [
13587
13668
  }
13588
13669
  ]
13589
13670
  },
13671
+ {
13672
+ name: 'Kinto Testnet',
13673
+ title: 'Kinto Testnet',
13674
+ chain: 'ETH',
13675
+ rpc: [ 'http://35.215.120.180:8545' ],
13676
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
13677
+ faucets: [],
13678
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13679
+ infoURL: 'https://ethereum.org',
13680
+ shortName: 'keth',
13681
+ chainId: 42888,
13682
+ networkId: 42888,
13683
+ explorers: [
13684
+ {
13685
+ name: 'kintoscan',
13686
+ url: 'http://35.215.120.180:4000',
13687
+ standard: 'EIP3091'
13688
+ }
13689
+ ]
13690
+ },
13590
13691
  {
13591
13692
  name: 'Athereum',
13592
13693
  chain: 'ATH',
@@ -14109,7 +14210,7 @@ const chainArray = [
14109
14210
  'https://rpc.goerli.linea.build',
14110
14211
  'wss://rpc.goerli.linea.build',
14111
14212
  'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
14112
- 'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
14213
+ 'wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}'
14113
14214
  ],
14114
14215
  faucets: [ 'https://faucetlink.to/goerli' ],
14115
14216
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
@@ -14129,7 +14230,13 @@ const chainArray = [
14129
14230
  },
14130
14231
  explorers: [
14131
14232
  {
14132
- name: 'blockscout',
14233
+ name: 'Etherscan',
14234
+ url: 'https://goerli.lineascan.build',
14235
+ standard: 'EIP3091',
14236
+ icon: 'linea'
14237
+ },
14238
+ {
14239
+ name: 'Blockscout',
14133
14240
  url: 'https://explorer.goerli.linea.build',
14134
14241
  standard: 'EIP3091',
14135
14242
  icon: 'linea'
@@ -14137,6 +14244,44 @@ const chainArray = [
14137
14244
  ],
14138
14245
  status: 'active'
14139
14246
  },
14247
+ {
14248
+ name: 'Linea',
14249
+ title: 'Linea Mainnet',
14250
+ chain: 'ETH',
14251
+ rpc: [
14252
+ 'https://rpc.linea.build',
14253
+ 'wss://rpc.linea.build',
14254
+ 'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
14255
+ 'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
14256
+ ],
14257
+ faucets: [],
14258
+ nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
14259
+ infoURL: 'https://linea.build',
14260
+ shortName: 'linea',
14261
+ chainId: 59144,
14262
+ networkId: 59144,
14263
+ icon: 'linea',
14264
+ parent: {
14265
+ type: 'L2',
14266
+ chain: 'eip155-1',
14267
+ bridges: [ { url: 'https://bridge.linea.build' } ]
14268
+ },
14269
+ explorers: [
14270
+ {
14271
+ name: 'Etherscan',
14272
+ url: 'https://lineascan.build',
14273
+ standard: 'EIP3091',
14274
+ icon: 'linea'
14275
+ },
14276
+ {
14277
+ name: 'Blockscout',
14278
+ url: 'https://explorer.linea.build',
14279
+ standard: 'EIP3091',
14280
+ icon: 'linea'
14281
+ }
14282
+ ],
14283
+ status: 'active'
14284
+ },
14140
14285
  {
14141
14286
  name: 'Thinkium Testnet Chain 0',
14142
14287
  chain: 'Thinkium',
@@ -15050,6 +15195,25 @@ const chainArray = [
15050
15195
  ],
15051
15196
  status: 'deprecated'
15052
15197
  },
15198
+ {
15199
+ name: 'eLiberty Testnet',
15200
+ chain: '$EL',
15201
+ icon: 'eLiberty',
15202
+ rpc: [ 'https://testnet-rpc.eliberty.ngo' ],
15203
+ faucets: [ 'https://faucet.eliberty.ngo' ],
15204
+ nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
15205
+ infoURL: 'https://eliberty.ngo',
15206
+ shortName: 'ELt',
15207
+ chainId: 99099,
15208
+ networkId: 99099,
15209
+ explorers: [
15210
+ {
15211
+ name: 'eLiberty Testnet',
15212
+ url: 'https://testnet.eliberty.ngo',
15213
+ standard: 'EIP3091'
15214
+ }
15215
+ ]
15216
+ },
15053
15217
  {
15054
15218
  name: 'UB Smart Chain(testnet)',
15055
15219
  chain: 'USC',
@@ -16691,6 +16855,7 @@ const chainArray = [
16691
16855
  {
16692
16856
  name: 'Shinarium Beta',
16693
16857
  chain: 'Shinarium',
16858
+ icon: 'shinarium',
16694
16859
  rpc: [ 'https://rpc.shinarium.org' ],
16695
16860
  faucets: [ 'https://faucet.shinarium.org' ],
16696
16861
  nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.192",
3
+ "version": "0.0.194",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {