eth-chainlist 0.0.166 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.166 (2023-06-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3850,6 +3850,25 @@ const chainArray = [
3850
3850
  }
3851
3851
  ]
3852
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
+ },
3853
3872
  {
3854
3873
  name: 'SX Network Mainnet',
3855
3874
  chain: 'SX',
@@ -8879,6 +8898,25 @@ const chainArray = [
8879
8898
  }
8880
8899
  ]
8881
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
+ },
8882
8920
  {
8883
8921
  name: 'Fantom Testnet',
8884
8922
  chain: 'FTM',
@@ -9539,17 +9577,17 @@ const chainArray = [
9539
9577
  name: 'SatoshiChain Testnet',
9540
9578
  chain: 'SATS',
9541
9579
  icon: 'satoshichain',
9542
- rpc: [ 'https://rpc.satoshichain.io' ],
9580
+ rpc: [ 'https://testnet-rpc.satoshichain.io' ],
9543
9581
  faucets: [ 'https://faucet.satoshichain.io' ],
9544
9582
  nativeCurrency: { name: 'SatoshiChain Coin', symbol: 'SATS', decimals: 18 },
9545
9583
  infoURL: 'https://satoshichain.net',
9546
- shortName: 'sats',
9584
+ shortName: 'satst',
9547
9585
  chainId: 5758,
9548
9586
  networkId: 5758,
9549
9587
  explorers: [
9550
9588
  {
9551
- name: 'SatoshiChain Explorer',
9552
- url: 'https://satoshiscan.io',
9589
+ name: 'SatoshiChain Testnet Explorer',
9590
+ url: 'https://testnet.satoshiscan.io',
9553
9591
  standard: 'EIP3091'
9554
9592
  }
9555
9593
  ]
@@ -11540,6 +11578,25 @@ const chainArray = [
11540
11578
  }
11541
11579
  ]
11542
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
+ },
11543
11600
  {
11544
11601
  name: 'Singularity ZERO Testnet',
11545
11602
  chain: 'ZERO',
@@ -14748,6 +14805,26 @@ const chainArray = [
14748
14805
  }
14749
14806
  ]
14750
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
+ },
14751
14828
  {
14752
14829
  name: 'Siberium Network',
14753
14830
  chain: 'SBR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.166",
3
+ "version": "0.0.167",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {