eth-chainlist 0.0.132 → 0.0.133

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.133 (2023-04-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.132 ([eb532d1](https://github.com/poowf/eth-chainlist/commit/eb532d15434524224347701330d293de0ddf881b))
9
+ * update chain data ([aea6781](https://github.com/poowf/eth-chainlist/commit/aea678141ba6772f25ecbae34583ac1e30d43c58))
10
+
3
11
  ### 0.0.132 (2023-04-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9154,10 +9154,10 @@ const chainArray = [
9154
9154
  ]
9155
9155
  },
9156
9156
  {
9157
- name: 'ADIL Mainnet',
9157
+ name: 'Adil Chain V2 Mainnet',
9158
9158
  chain: 'ADIL',
9159
9159
  icon: 'adil',
9160
- rpc: [ 'https://s2.adilchain-rpc.io' ],
9160
+ rpc: [ 'https://adilchain-rpc.io' ],
9161
9161
  faucets: [],
9162
9162
  nativeCurrency: { name: 'ADIL', symbol: 'ADIL', decimals: 18 },
9163
9163
  infoURL: 'https://adilchain.io',
@@ -9167,7 +9167,7 @@ const chainArray = [
9167
9167
  explorers: [
9168
9168
  {
9169
9169
  name: 'ADIL Mainnet Explorer',
9170
- url: 'https://s2.adilchain-scan.io',
9170
+ url: 'https://adilchain-scan.io',
9171
9171
  standard: 'EIP3091'
9172
9172
  }
9173
9173
  ]
@@ -11382,6 +11382,25 @@ const chainArray = [
11382
11382
  }
11383
11383
  ]
11384
11384
  },
11385
+ {
11386
+ name: 'Ferrum Testnet',
11387
+ chain: 'tFRM',
11388
+ rpc: [ 'http://testnet.dev.svcs.ferrumnetwork.io:9933' ],
11389
+ faucets: [ 'https://testnet.faucet.ferrumnetwork.io' ],
11390
+ nativeCurrency: { name: 'Ferrum', symbol: 'tFRM', decimals: 18 },
11391
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11392
+ infoURL: 'https://ferrum.network',
11393
+ shortName: 'frm',
11394
+ chainId: 26026,
11395
+ networkId: 26026,
11396
+ explorers: [
11397
+ {
11398
+ name: 'polkadotjs',
11399
+ url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer',
11400
+ standard: 'none'
11401
+ }
11402
+ ]
11403
+ },
11385
11404
  {
11386
11405
  name: 'Hertz Network Mainnet',
11387
11406
  chain: 'HTZ',
@@ -11600,6 +11619,25 @@ const chainArray = [
11600
11619
  }
11601
11620
  ]
11602
11621
  },
11622
+ {
11623
+ name: 'Zilliqa EVM',
11624
+ chain: 'ZIL',
11625
+ rpc: [ 'https://api.zilliqa.com' ],
11626
+ faucets: [],
11627
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
11628
+ infoURL: 'https://www.zilliqa.com/',
11629
+ shortName: 'zil',
11630
+ chainId: 32769,
11631
+ networkId: 32769,
11632
+ icon: 'zilliqa',
11633
+ explorers: [
11634
+ {
11635
+ name: 'Zilliqa EVM Explorer',
11636
+ url: 'https://evmx.zilliqa.com',
11637
+ standard: 'none'
11638
+ }
11639
+ ]
11640
+ },
11603
11641
  {
11604
11642
  name: 'Zilliqa EVM Testnet',
11605
11643
  chain: 'ZIL',
@@ -12290,11 +12328,16 @@ const chainArray = [
12290
12328
  },
12291
12329
  {
12292
12330
  name: 'Linea Testnet',
12293
- title: 'Linea Testnet',
12331
+ title: 'Linea Goerli Testnet',
12294
12332
  chain: 'ETH',
12295
- rpc: [ 'https://rpc.goerli.linea.build' ],
12333
+ rpc: [
12334
+ 'https://rpc.goerli.linea.build',
12335
+ 'wss://rpc.goerli.linea.build',
12336
+ 'https://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}',
12337
+ 'wss://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}'
12338
+ ],
12296
12339
  faucets: [ 'https://faucetlink.to/goerli' ],
12297
- nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
12340
+ nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
12298
12341
  infoURL: 'https://linea.build',
12299
12342
  shortName: 'linea-testnet',
12300
12343
  chainId: 59140,
@@ -12311,7 +12354,7 @@ const chainArray = [
12311
12354
  },
12312
12355
  explorers: [
12313
12356
  {
12314
- name: 'Linea Testnet Explorer',
12357
+ name: 'blockscout',
12315
12358
  url: 'https://explorer.goerli.linea.build',
12316
12359
  standard: 'EIP3091',
12317
12360
  icon: 'linea'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.132",
3
+ "version": "0.0.133",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {