eth-chainlist 0.0.388 → 0.0.389

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.389 (2024-04-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.388 ([de18142](https://github.com/poowf/eth-chainlist/commit/de18142ee41f9d8568af8f8e8cfb6d0af695e561))
9
+ * update chain data ([2bae157](https://github.com/poowf/eth-chainlist/commit/2bae15736d150fd327c3ca1c6fa603b28ba7f981))
10
+
3
11
  ### 0.0.388 (2024-04-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -16069,7 +16069,9 @@ const chainArray = [
16069
16069
  chain: 'Cyber',
16070
16070
  rpc: [
16071
16071
  'https://cyber.alt.technology/',
16072
- 'wss://cyber-ws.alt.technology/'
16072
+ 'wss://cyber-ws.alt.technology/',
16073
+ 'https://rpc.cyber.co/',
16074
+ 'wss://rpc.cyber.co/'
16073
16075
  ],
16074
16076
  faucets: [],
16075
16077
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -28920,7 +28922,9 @@ const chainArray = [
28920
28922
  chain: 'Cyber',
28921
28923
  rpc: [
28922
28924
  'https://cyber-testnet.alt.technology/',
28923
- 'wss://cyber-testnet.alt.technology/ws'
28925
+ 'wss://cyber-testnet.alt.technology/ws',
28926
+ 'https://rpc.testnet.cyber.co/',
28927
+ 'wss://rpc.testnet.cyber.co/'
28924
28928
  ],
28925
28929
  faucets: [],
28926
28930
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
@@ -28941,9 +28945,7 @@ const chainArray = [
28941
28945
  type: 'L2',
28942
28946
  chain: 'eip155-11155111',
28943
28947
  bridges: [
28944
- {
28945
- url: 'https://op-bridge.alt.technology/deposit?id=111557560'
28946
- }
28948
+ { url: 'https://cyber-testnet-bridge.alt.technology/deposit' }
28947
28949
  ]
28948
28950
  }
28949
28951
  },
@@ -30288,6 +30290,29 @@ const chainArray = [
30288
30290
  standard: 'none'
30289
30291
  }
30290
30292
  ]
30293
+ },
30294
+ {
30295
+ name: 'DCHAIN Testnet',
30296
+ title: 'DCHAIN Testnet',
30297
+ chain: 'dchaint',
30298
+ icon: 'dchaint',
30299
+ rpc: [
30300
+ 'https://dchaintestnet-2713017997578000-1.jsonrpc.testnet.sagarpc.io'
30301
+ ],
30302
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30303
+ faucets: [],
30304
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30305
+ infoURL: 'https://www.dchain.foundation/',
30306
+ shortName: 'dchaint',
30307
+ chainId: 2713017997578000,
30308
+ networkId: 2713017997578000,
30309
+ explorers: [
30310
+ {
30311
+ name: 'dchaint scan',
30312
+ url: 'https://dchaintestnet-2713017997578000-1.testnet.sagaexplorer.io',
30313
+ standard: 'EIP3091'
30314
+ }
30315
+ ]
30291
30316
  }
30292
30317
  ];
30293
30318
  module.exports = chainArray;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.388",
3
+ "version": "0.0.389",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {