eth-chainlist 0.0.165 → 0.0.167

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +152 -10
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.167 (2023-06-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.166 ([2a7ce4f](https://github.com/poowf/eth-chainlist/commit/2a7ce4f74b6883b9622dad8c2695758b70edd689))
9
+ * update chain data ([d2877bc](https://github.com/poowf/eth-chainlist/commit/d2877bc3d750e590cb4ceee76f1427c11a5963a8))
10
+
11
+ ### 0.0.166 (2023-06-09)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.165 ([6c15ae8](https://github.com/poowf/eth-chainlist/commit/6c15ae8590460e72c1160cf4ce8ba389a86faba9))
17
+ * update chain data ([c1bb5e7](https://github.com/poowf/eth-chainlist/commit/c1bb5e71193e4005e7eec59aa8fc5b7de2fa0fd6))
18
+
3
19
  ### 0.0.165 (2023-06-08)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3225,7 +3225,8 @@ const chainArray = [
3225
3225
  icon: 'LaChain',
3226
3226
  rpc: [
3227
3227
  'https://rpc1.mainnet.lachain.network',
3228
- 'https://rpc2.mainnet.lachain.network'
3228
+ 'https://rpc2.mainnet.lachain.network',
3229
+ 'https://lachain.rpc-nodes.cedalio.dev'
3229
3230
  ],
3230
3231
  faucets: [],
3231
3232
  nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
@@ -3849,6 +3850,25 @@ const chainArray = [
3849
3850
  }
3850
3851
  ]
3851
3852
  },
3853
+ {
3854
+ name: 'Ozone Chain Testnet',
3855
+ chain: 'OZONE',
3856
+ rpc: [ 'https://node1.testnet.ozonechain.io' ],
3857
+ faucets: [],
3858
+ nativeCurrency: { name: 'OZONE', symbol: 'OZO', decimals: 18 },
3859
+ infoURL: 'https://ozonechain.io',
3860
+ shortName: 'ozo_tst',
3861
+ chainId: 401,
3862
+ networkId: 401,
3863
+ icon: 'ozonechain',
3864
+ explorers: [
3865
+ {
3866
+ name: 'OZONE Scan',
3867
+ url: 'https://testnet.ozonescan.io',
3868
+ standard: 'EIP3091'
3869
+ }
3870
+ ]
3871
+ },
3852
3872
  {
3853
3873
  name: 'SX Network Mainnet',
3854
3874
  chain: 'SX',
@@ -3872,7 +3892,10 @@ const chainArray = [
3872
3892
  name: 'LaTestnet',
3873
3893
  chain: 'LaTestnet',
3874
3894
  icon: 'LaChain',
3875
- rpc: [ 'https://rpc.testnet.lachain.network' ],
3895
+ rpc: [
3896
+ 'https://rpc.testnet.lachain.network',
3897
+ 'https://lachain-testnet.rpc-nodes.cedalio.dev'
3898
+ ],
3876
3899
  faucets: [ 'https://faucet.lachain.network' ],
3877
3900
  nativeCurrency: { name: 'Test LaCoin', symbol: 'TLA', decimals: 18 },
3878
3901
  features: [ { name: 'EIP155' } ],
@@ -4653,6 +4676,17 @@ const chainArray = [
4653
4676
  }
4654
4677
  ]
4655
4678
  },
4679
+ {
4680
+ name: 'Patex',
4681
+ chain: 'ETH',
4682
+ rpc: [ 'https://rpc.patex.io/' ],
4683
+ faucets: [],
4684
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4685
+ infoURL: 'https://patex.io/',
4686
+ shortName: 'peth',
4687
+ chainId: 789,
4688
+ networkId: 789
4689
+ },
4656
4690
  {
4657
4691
  name: 'Lucid Blockchain',
4658
4692
  chain: 'Lucid',
@@ -6523,6 +6557,21 @@ const chainArray = [
6523
6557
  }
6524
6558
  ]
6525
6559
  },
6560
+ {
6561
+ name: 'Living Assets Mainnet',
6562
+ chain: 'LAS',
6563
+ icon: 'livingassets',
6564
+ rpc: [
6565
+ 'https://beta.mainnet.livingassets.io/rpc',
6566
+ 'https://gamma.mainnet.livingassets.io/rpc'
6567
+ ],
6568
+ faucets: [],
6569
+ nativeCurrency: { name: 'LAS', symbol: 'LAS', decimals: 18 },
6570
+ infoURL: 'https://dev.livingassets.io/',
6571
+ shortName: 'LAS',
6572
+ chainId: 1440,
6573
+ networkId: 1440
6574
+ },
6526
6575
  {
6527
6576
  name: 'Polygon zkEVM Testnet',
6528
6577
  title: 'Polygon zkEVM Testnet',
@@ -8849,6 +8898,25 @@ const chainArray = [
8849
8898
  }
8850
8899
  ]
8851
8900
  },
8901
+ {
8902
+ name: 'Ozone Chain Mainnet',
8903
+ chain: 'OZONE',
8904
+ rpc: [ 'https://node1.ozonechain.io' ],
8905
+ faucets: [],
8906
+ nativeCurrency: { name: 'OZONE', symbol: 'OZO', decimals: 18 },
8907
+ infoURL: 'https://ozonechain.io',
8908
+ shortName: 'ozo',
8909
+ chainId: 4000,
8910
+ networkId: 4000,
8911
+ icon: 'ozonechain',
8912
+ explorers: [
8913
+ {
8914
+ name: 'OZONE Scan',
8915
+ url: 'https://ozonescan.io',
8916
+ standard: 'EIP3091'
8917
+ }
8918
+ ]
8919
+ },
8852
8920
  {
8853
8921
  name: 'Fantom Testnet',
8854
8922
  chain: 'FTM',
@@ -9509,17 +9577,17 @@ const chainArray = [
9509
9577
  name: 'SatoshiChain Testnet',
9510
9578
  chain: 'SATS',
9511
9579
  icon: 'satoshichain',
9512
- rpc: [ 'https://rpc.satoshichain.io' ],
9580
+ rpc: [ 'https://testnet-rpc.satoshichain.io' ],
9513
9581
  faucets: [ 'https://faucet.satoshichain.io' ],
9514
9582
  nativeCurrency: { name: 'SatoshiChain Coin', symbol: 'SATS', decimals: 18 },
9515
9583
  infoURL: 'https://satoshichain.net',
9516
- shortName: 'sats',
9584
+ shortName: 'satst',
9517
9585
  chainId: 5758,
9518
9586
  networkId: 5758,
9519
9587
  explorers: [
9520
9588
  {
9521
- name: 'SatoshiChain Explorer',
9522
- url: 'https://satoshiscan.io',
9589
+ name: 'SatoshiChain Testnet Explorer',
9590
+ url: 'https://testnet.satoshiscan.io',
9523
9591
  standard: 'EIP3091'
9524
9592
  }
9525
9593
  ]
@@ -9825,7 +9893,7 @@ const chainArray = [
9825
9893
  rpc: [ 'https://api.mainnet.zetachain.com/evm' ],
9826
9894
  faucets: [],
9827
9895
  nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
9828
- infoURL: 'https://docs.zetachain.com/',
9896
+ infoURL: 'https://zetachain.com/docs/',
9829
9897
  shortName: 'zetachain-mainnet',
9830
9898
  chainId: 7000,
9831
9899
  networkId: 7000,
@@ -9842,10 +9910,13 @@ const chainArray = [
9842
9910
  name: 'ZetaChain Athens Testnet',
9843
9911
  chain: 'ZetaChain',
9844
9912
  icon: 'zetachain',
9845
- rpc: [ 'https://api.athens2.zetachain.com/evm' ],
9913
+ rpc: [
9914
+ 'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
9915
+ 'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket'
9916
+ ],
9846
9917
  faucets: [ 'https://labs.zetachain.com/get-zeta' ],
9847
9918
  nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
9848
- infoURL: 'https://docs.zetachain.com/',
9919
+ infoURL: 'https://zetachain.com/docs',
9849
9920
  shortName: 'zetachain-athens',
9850
9921
  chainId: 7001,
9851
9922
  networkId: 7001,
@@ -11507,6 +11578,25 @@ const chainArray = [
11507
11578
  }
11508
11579
  ]
11509
11580
  },
11581
+ {
11582
+ name: 'SatoshiChain Mainnet',
11583
+ chain: 'SATS',
11584
+ icon: 'satoshichain',
11585
+ rpc: [ 'https://mainnet-rpc.satoshichain.io' ],
11586
+ faucets: [],
11587
+ nativeCurrency: { name: 'SatoshiChain Coin', symbol: 'SATS', decimals: 18 },
11588
+ infoURL: 'https://satoshichain.net',
11589
+ shortName: 'sats',
11590
+ chainId: 12009,
11591
+ networkId: 12009,
11592
+ explorers: [
11593
+ {
11594
+ name: 'SatoshiChain Explorer',
11595
+ url: 'https://satoshiscan.io',
11596
+ standard: 'EIP3091'
11597
+ }
11598
+ ]
11599
+ },
11510
11600
  {
11511
11601
  name: 'Singularity ZERO Testnet',
11512
11602
  chain: 'ZERO',
@@ -13025,7 +13115,7 @@ const chainArray = [
13025
13115
  icon: 'wireshape',
13026
13116
  rpc: [
13027
13117
  'https://rpc-floripa.wireshape.org',
13028
- 'https://floripa.rpc.thirdweb.com'
13118
+ 'https://wireshape-floripa-testnet.rpc.thirdweb.com'
13029
13119
  ],
13030
13120
  faucets: [],
13031
13121
  nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
@@ -14715,6 +14805,26 @@ const chainArray = [
14715
14805
  }
14716
14806
  ]
14717
14807
  },
14808
+ {
14809
+ name: 'Siberium Test Network',
14810
+ chain: 'SBR',
14811
+ rpc: [ 'https://rpc.test.siberium.net' ],
14812
+ faucets: [],
14813
+ nativeCurrency: { name: 'TestSIBR', symbol: 'SIBR', decimals: 18 },
14814
+ infoURL: 'https://siberium.net',
14815
+ shortName: 'testsbr',
14816
+ chainId: 111000,
14817
+ networkId: 111000,
14818
+ icon: 'siberium',
14819
+ explorers: [
14820
+ {
14821
+ name: 'Siberium Testnet Explorer - blockscout',
14822
+ url: 'https://explorer.test.siberium.net',
14823
+ icon: 'siberium',
14824
+ standard: 'EIP3091'
14825
+ }
14826
+ ]
14827
+ },
14718
14828
  {
14719
14829
  name: 'Siberium Network',
14720
14830
  chain: 'SBR',
@@ -15274,6 +15384,27 @@ const chainArray = [
15274
15384
  }
15275
15385
  ]
15276
15386
  },
15387
+ {
15388
+ name: 'Aves Testnet',
15389
+ chain: 'AVST',
15390
+ rpc: [ 'https://test.rpc.avescoin.io' ],
15391
+ faucets: [],
15392
+ nativeCurrency: { name: 'AvesT', symbol: 'AVST', decimals: 18 },
15393
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
15394
+ infoURL: 'https://ethereum.org',
15395
+ shortName: 'avst',
15396
+ chainId: 333331,
15397
+ networkId: 333331,
15398
+ icon: 'aves',
15399
+ explorers: [
15400
+ {
15401
+ name: 'avescan',
15402
+ url: 'https://testnet.avescoin.io',
15403
+ icon: 'avescan',
15404
+ standard: 'EIP3091'
15405
+ }
15406
+ ]
15407
+ },
15277
15408
  {
15278
15409
  name: 'Oone Chain Testnet',
15279
15410
  chain: 'OONE',
@@ -15595,6 +15726,17 @@ const chainArray = [
15595
15726
  }
15596
15727
  ]
15597
15728
  },
15729
+ {
15730
+ name: 'Patex Sepolia Testnet',
15731
+ chain: 'ETH',
15732
+ rpc: [ 'https://test-rpc.patex.io/' ],
15733
+ faucets: [],
15734
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
15735
+ infoURL: 'https://patex.io/',
15736
+ shortName: 'psep',
15737
+ chainId: 471100,
15738
+ networkId: 471100
15739
+ },
15598
15740
  {
15599
15741
  name: 'OpenChain Mainnet',
15600
15742
  chain: 'OpenChain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.165",
3
+ "version": "0.0.167",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {