eth-chainlist 0.0.564 → 0.0.565

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.565 (2024-12-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.564 ([58b8a10](https://github.com/poowf/eth-chainlist/commit/58b8a10f56786c1c76eef0f57932150a9b2a5cce))
9
+ * update chain data ([c16833d](https://github.com/poowf/eth-chainlist/commit/c16833dd8e319f02e72c5a4c8bbba3a2ca6af629))
10
+
3
11
  ### 0.0.564 (2024-12-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -29705,7 +29705,7 @@ const chainArray = [
29705
29705
  name: 'OverProtocol Mainnet',
29706
29706
  chain: 'OverProtocol',
29707
29707
  icon: 'overIcon',
29708
- rpc: [ 'https://public.rpc.overprotocol.com' ],
29708
+ rpc: [ 'https://rpc.overprotocol.com', 'https://rpc2.overprotocol.com' ],
29709
29709
  faucets: [],
29710
29710
  nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
29711
29711
  infoURL: 'https://docs.over.network',
@@ -29715,7 +29715,7 @@ const chainArray = [
29715
29715
  explorers: [
29716
29716
  {
29717
29717
  name: 'OverView',
29718
- url: 'https://view.over.network',
29718
+ url: 'https://scan.over.network',
29719
29719
  standard: 'EIP3091'
29720
29720
  }
29721
29721
  ]
@@ -35224,6 +35224,30 @@ const chainArray = [
35224
35224
  }
35225
35225
  ]
35226
35226
  },
35227
+ {
35228
+ name: 'Studio Testnet',
35229
+ chain: 'STO',
35230
+ icon: 'studio',
35231
+ rpc: [
35232
+ 'https://rpc.studio-blockchain.com',
35233
+ 'wss://ws.studio-blockchain.com'
35234
+ ],
35235
+ faucets: [],
35236
+ nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
35237
+ features: [ { name: 'EIP155' } ],
35238
+ infoURL: 'https://studio-blockchain.com',
35239
+ shortName: 'sto',
35240
+ chainId: 240240,
35241
+ networkId: 240240,
35242
+ explorers: [
35243
+ {
35244
+ name: 'Studio Scan',
35245
+ url: 'https://studio-scan.com',
35246
+ standard: 'EIP3091'
35247
+ }
35248
+ ],
35249
+ status: 'active'
35250
+ },
35227
35251
  {
35228
35252
  name: 'Orange Chain Testnet',
35229
35253
  title: 'Orange Chain Testnet',
@@ -36725,7 +36749,7 @@ const chainArray = [
36725
36749
  name: 'OverProtocol Testnet',
36726
36750
  chain: 'OverProtocol',
36727
36751
  icon: 'overIcon',
36728
- rpc: [ 'https://wallet-dolphin.rpc.over.network' ],
36752
+ rpc: [ 'https://rpc.dolphin.overprotocol.com' ],
36729
36753
  faucets: [],
36730
36754
  nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
36731
36755
  infoURL: 'https://docs.over.network',
@@ -36735,7 +36759,7 @@ const chainArray = [
36735
36759
  explorers: [
36736
36760
  {
36737
36761
  name: 'OverView Testnet',
36738
- url: 'https://dolphin.view.over.network',
36762
+ url: 'https://dolphin-scan.over.network',
36739
36763
  standard: 'EIP3091'
36740
36764
  }
36741
36765
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.564",
3
+ "version": "0.0.565",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {