eth-chainlist 0.0.192 → 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,13 @@
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
+
3
11
  ### 0.0.192 (2023-07-22)
4
12
 
5
13
 
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',
@@ -14109,7 +14172,7 @@ const chainArray = [
14109
14172
  'https://rpc.goerli.linea.build',
14110
14173
  'wss://rpc.goerli.linea.build',
14111
14174
  'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
14112
- 'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
14175
+ 'wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}'
14113
14176
  ],
14114
14177
  faucets: [ 'https://faucetlink.to/goerli' ],
14115
14178
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
@@ -14129,7 +14192,13 @@ const chainArray = [
14129
14192
  },
14130
14193
  explorers: [
14131
14194
  {
14132
- name: 'blockscout',
14195
+ name: 'Etherscan',
14196
+ url: 'https://goerli.lineascan.build',
14197
+ standard: 'EIP3091',
14198
+ icon: 'linea'
14199
+ },
14200
+ {
14201
+ name: 'Blockscout',
14133
14202
  url: 'https://explorer.goerli.linea.build',
14134
14203
  standard: 'EIP3091',
14135
14204
  icon: 'linea'
@@ -14137,6 +14206,44 @@ const chainArray = [
14137
14206
  ],
14138
14207
  status: 'active'
14139
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
+ },
14140
14247
  {
14141
14248
  name: 'Thinkium Testnet Chain 0',
14142
14249
  chain: 'Thinkium',
@@ -15050,6 +15157,25 @@ const chainArray = [
15050
15157
  ],
15051
15158
  status: 'deprecated'
15052
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
+ },
15053
15179
  {
15054
15180
  name: 'UB Smart Chain(testnet)',
15055
15181
  chain: 'USC',
@@ -16691,6 +16817,7 @@ const chainArray = [
16691
16817
  {
16692
16818
  name: 'Shinarium Beta',
16693
16819
  chain: 'Shinarium',
16820
+ icon: 'shinarium',
16694
16821
  rpc: [ 'https://rpc.shinarium.org' ],
16695
16822
  faucets: [ 'https://faucet.shinarium.org' ],
16696
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.192",
3
+ "version": "0.0.193",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {