eth-chainlist 0.0.191 → 0.0.193

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.193 (2023-07-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.192 ([bed3afe](https://github.com/poowf/eth-chainlist/commit/bed3afec86a6d8ef99a5245448eda26ece9db8a9))
9
+ * update chain data ([ab0d4b8](https://github.com/poowf/eth-chainlist/commit/ab0d4b8054676cc7d3bbc7a076a310c710b2926f))
10
+
11
+ ### 0.0.192 (2023-07-22)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.191 ([ebd688c](https://github.com/poowf/eth-chainlist/commit/ebd688c6174dfac7dc714fb6be5e87da91821ed3))
17
+ * update chain data ([b3abd9e](https://github.com/poowf/eth-chainlist/commit/b3abd9e298d28caa8ee1fd258a4cb30ec8b7ae3e))
18
+
3
19
  ### 0.0.191 (2023-07-21)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3938,6 +3938,26 @@ const chainArray = [
3938
3938
  }
3939
3939
  ]
3940
3940
  },
3941
+ {
3942
+ name: 'Pepe Chain Mainnet',
3943
+ chain: 'PC',
3944
+ status: 'active',
3945
+ icon: 'pepechain',
3946
+ rpc: [ 'https://rpc.pepe-chain.vip' ],
3947
+ faucets: [],
3948
+ nativeCurrency: { name: 'Pepe', symbol: 'PEPE', decimals: 18 },
3949
+ infoURL: 'https://pepe-chain.vip',
3950
+ shortName: 'pepe',
3951
+ chainId: 411,
3952
+ networkId: 411,
3953
+ explorers: [
3954
+ {
3955
+ name: 'pepechain explorer',
3956
+ url: 'https://explorer.pepe-chain.vip',
3957
+ standard: 'EIP3091'
3958
+ }
3959
+ ]
3960
+ },
3941
3961
  {
3942
3962
  name: 'SX Network Mainnet',
3943
3963
  chain: 'SX',
@@ -5225,6 +5245,30 @@ const chainArray = [
5225
5245
  explorers: [],
5226
5246
  status: 'incubating'
5227
5247
  },
5248
+ {
5249
+ name: 'Mode Testnet',
5250
+ chain: 'ETH',
5251
+ rpc: [ 'https://sepolia.mode.network' ],
5252
+ faucets: [ 'https://sepoliafaucet.com/' ],
5253
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
5254
+ infoURL: 'https://docs.mode.network/',
5255
+ shortName: 'modesep',
5256
+ chainId: 919,
5257
+ networkId: 919,
5258
+ icon: 'modeTestnet',
5259
+ explorers: [
5260
+ {
5261
+ name: 'modescout',
5262
+ url: 'https://sepolia.explorer.mode.network',
5263
+ standard: 'none'
5264
+ }
5265
+ ],
5266
+ parent: {
5267
+ type: 'L2',
5268
+ chain: 'eip155-11155111',
5269
+ bridges: [ { url: 'https://bridge.mode.network/' } ]
5270
+ }
5271
+ },
5228
5272
  {
5229
5273
  name: 'PulseChain Testnet',
5230
5274
  shortName: 'tpls',
@@ -5415,6 +5459,25 @@ const chainArray = [
5415
5459
  }
5416
5460
  ]
5417
5461
  },
5462
+ {
5463
+ name: 'eLiberty Mainnet',
5464
+ chain: '$EL',
5465
+ icon: 'eLiberty',
5466
+ rpc: [ 'https://rpc.eliberty.ngo' ],
5467
+ faucets: [ 'https://faucet.eliberty.ngo' ],
5468
+ nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
5469
+ infoURL: 'https://eliberty.ngo',
5470
+ shortName: 'ELm',
5471
+ chainId: 990,
5472
+ networkId: 990,
5473
+ explorers: [
5474
+ {
5475
+ name: 'eLiberty Mainnet',
5476
+ url: 'https://explorer.eliberty.ngo',
5477
+ standard: 'EIP3091'
5478
+ }
5479
+ ]
5480
+ },
5418
5481
  {
5419
5482
  name: '5ireChain Thunder',
5420
5483
  chain: '5ireChain',
@@ -9776,6 +9839,58 @@ const chainArray = [
9776
9839
  }
9777
9840
  ]
9778
9841
  },
9842
+ {
9843
+ name: 'Treasurenet Mainnet Alpha',
9844
+ chain: 'Treasurenet Mainnet Alpha',
9845
+ icon: 'treasurenet',
9846
+ rpc: [
9847
+ 'https://node0.treasurenet.io',
9848
+ 'https://node1.treasurenet.io',
9849
+ 'https://node2.treasurenet.io',
9850
+ 'https://node3.treasurenet.io'
9851
+ ],
9852
+ features: [ { name: 'EIP155' } ],
9853
+ faucets: [],
9854
+ nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
9855
+ infoURL: 'https://www.treasurenet.io',
9856
+ shortName: 'treasurenet',
9857
+ chainId: 5002,
9858
+ networkId: 5002,
9859
+ explorers: [
9860
+ {
9861
+ name: 'Treasurenet EVM BlockExplorer',
9862
+ url: 'https://evmexplorer.treasurenet.io',
9863
+ icon: 'treasurenet',
9864
+ standard: 'none'
9865
+ }
9866
+ ]
9867
+ },
9868
+ {
9869
+ name: 'Treasurenet Testnet',
9870
+ chain: 'Treasurenet Testnet',
9871
+ icon: 'treasurenet',
9872
+ rpc: [
9873
+ 'https://node0.testnet.treasurenet.io',
9874
+ 'https://node1.testnet.treasurenet.io',
9875
+ 'https://node2.testnet.treasurenet.io',
9876
+ 'https://node3.testnet.treasurenet.io'
9877
+ ],
9878
+ features: [ { name: 'EIP155' } ],
9879
+ faucets: [],
9880
+ nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
9881
+ infoURL: 'https://www.testnet.treasurenet.io',
9882
+ shortName: 'tntest',
9883
+ chainId: 5005,
9884
+ networkId: 5005,
9885
+ explorers: [
9886
+ {
9887
+ name: 'Treasurenet EVM BlockExplorer',
9888
+ url: 'https://evmexplorer.testnet.treasurenet.io',
9889
+ icon: 'treasurenet',
9890
+ standard: 'none'
9891
+ }
9892
+ ]
9893
+ },
9779
9894
  {
9780
9895
  name: 'Fastex Chain (Bahamut)',
9781
9896
  title: 'Bahamut mainnet Sahara',
@@ -14057,7 +14172,7 @@ const chainArray = [
14057
14172
  'https://rpc.goerli.linea.build',
14058
14173
  'wss://rpc.goerli.linea.build',
14059
14174
  'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
14060
- 'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
14175
+ 'wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}'
14061
14176
  ],
14062
14177
  faucets: [ 'https://faucetlink.to/goerli' ],
14063
14178
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
@@ -14077,7 +14192,13 @@ const chainArray = [
14077
14192
  },
14078
14193
  explorers: [
14079
14194
  {
14080
- name: 'blockscout',
14195
+ name: 'Etherscan',
14196
+ url: 'https://goerli.lineascan.build',
14197
+ standard: 'EIP3091',
14198
+ icon: 'linea'
14199
+ },
14200
+ {
14201
+ name: 'Blockscout',
14081
14202
  url: 'https://explorer.goerli.linea.build',
14082
14203
  standard: 'EIP3091',
14083
14204
  icon: 'linea'
@@ -14085,6 +14206,44 @@ const chainArray = [
14085
14206
  ],
14086
14207
  status: 'active'
14087
14208
  },
14209
+ {
14210
+ name: 'Linea',
14211
+ title: 'Linea Mainnet',
14212
+ chain: 'ETH',
14213
+ rpc: [
14214
+ 'https://rpc.linea.build',
14215
+ 'wss://rpc.linea.build',
14216
+ 'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
14217
+ 'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
14218
+ ],
14219
+ faucets: [],
14220
+ nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
14221
+ infoURL: 'https://linea.build',
14222
+ shortName: 'linea',
14223
+ chainId: 59144,
14224
+ networkId: 59144,
14225
+ icon: 'linea',
14226
+ parent: {
14227
+ type: 'L2',
14228
+ chain: 'eip155-1',
14229
+ bridges: [ { url: 'https://bridge.linea.build' } ]
14230
+ },
14231
+ explorers: [
14232
+ {
14233
+ name: 'Etherscan',
14234
+ url: 'https://lineascan.build',
14235
+ standard: 'EIP3091',
14236
+ icon: 'linea'
14237
+ },
14238
+ {
14239
+ name: 'Blockscout',
14240
+ url: 'https://explorer.linea.build',
14241
+ standard: 'EIP3091',
14242
+ icon: 'linea'
14243
+ }
14244
+ ],
14245
+ status: 'active'
14246
+ },
14088
14247
  {
14089
14248
  name: 'Thinkium Testnet Chain 0',
14090
14249
  chain: 'Thinkium',
@@ -14998,6 +15157,25 @@ const chainArray = [
14998
15157
  ],
14999
15158
  status: 'deprecated'
15000
15159
  },
15160
+ {
15161
+ name: 'eLiberty Testnet',
15162
+ chain: '$EL',
15163
+ icon: 'eLiberty',
15164
+ rpc: [ 'https://testnet-rpc.eliberty.ngo' ],
15165
+ faucets: [ 'https://faucet.eliberty.ngo' ],
15166
+ nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
15167
+ infoURL: 'https://eliberty.ngo',
15168
+ shortName: 'ELt',
15169
+ chainId: 99099,
15170
+ networkId: 99099,
15171
+ explorers: [
15172
+ {
15173
+ name: 'eLiberty Testnet',
15174
+ url: 'https://testnet.eliberty.ngo',
15175
+ standard: 'EIP3091'
15176
+ }
15177
+ ]
15178
+ },
15001
15179
  {
15002
15180
  name: 'UB Smart Chain(testnet)',
15003
15181
  chain: 'USC',
@@ -16639,6 +16817,7 @@ const chainArray = [
16639
16817
  {
16640
16818
  name: 'Shinarium Beta',
16641
16819
  chain: 'Shinarium',
16820
+ icon: 'shinarium',
16642
16821
  rpc: [ 'https://rpc.shinarium.org' ],
16643
16822
  faucets: [ 'https://faucet.shinarium.org' ],
16644
16823
  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.191",
3
+ "version": "0.0.193",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {