eth-chainlist 0.0.385 → 0.0.386

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.386 (2024-04-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.385 ([91fe364](https://github.com/poowf/eth-chainlist/commit/91fe364913563b7d469f40aa44ef5ab9b4cf2311))
9
+ * update chain data ([33bda21](https://github.com/poowf/eth-chainlist/commit/33bda21fc3b34a753d53366aef4b6816b676cbae))
10
+
3
11
  ### 0.0.385 (2024-04-23)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3448,6 +3448,7 @@ const chainArray = [
3448
3448
  chainId: 195,
3449
3449
  networkId: 195,
3450
3450
  slip44: 1,
3451
+ icon: 'xlayerTestnet',
3451
3452
  explorers: [
3452
3453
  {
3453
3454
  name: 'OKLink',
@@ -3472,6 +3473,7 @@ const chainArray = [
3472
3473
  shortName: 'okb',
3473
3474
  chainId: 196,
3474
3475
  networkId: 196,
3476
+ icon: 'xlayer',
3475
3477
  explorers: [
3476
3478
  {
3477
3479
  name: 'OKLink',
@@ -8805,6 +8807,26 @@ const chainArray = [
8805
8807
  }
8806
8808
  ]
8807
8809
  },
8810
+ {
8811
+ name: 'SaitaBlockChain(SBC)',
8812
+ chain: 'SaitaBlockChain(SBC)',
8813
+ rpc: [ 'https://rpc-nodes.saitascan.io' ],
8814
+ faucets: [],
8815
+ nativeCurrency: { name: 'SaitaBlockChain(SBC)', symbol: 'STC', decimals: 18 },
8816
+ infoURL: 'https://saitachain.com',
8817
+ shortName: 'SBC',
8818
+ chainId: 1209,
8819
+ networkId: 1209,
8820
+ icon: 'SaitaBlockChain(SBC)',
8821
+ explorers: [
8822
+ {
8823
+ name: 'Saitascan explorer',
8824
+ url: 'https://saitascan.io',
8825
+ standard: 'none',
8826
+ icon: 'SaitaBlockChain(SBC)'
8827
+ }
8828
+ ]
8829
+ },
8808
8830
  {
8809
8831
  name: 'Popcateum Mainnet',
8810
8832
  chain: 'POPCATEUM',
@@ -11297,7 +11319,15 @@ const chainArray = [
11297
11319
  shortName: 'Vanar',
11298
11320
  chainId: 2040,
11299
11321
  networkId: 2040,
11300
- icon: 'vanar'
11322
+ icon: 'vanar',
11323
+ explorers: [
11324
+ {
11325
+ name: 'Vanar Explorer',
11326
+ url: 'https://explorer.vanarchain.com',
11327
+ icon: 'vanar',
11328
+ standard: 'EIP3091'
11329
+ }
11330
+ ]
11301
11331
  },
11302
11332
  {
11303
11333
  name: 'OriginTrail Parachain',
@@ -15914,7 +15944,10 @@ const chainArray = [
15914
15944
  {
15915
15945
  name: 'Cyber Mainnet',
15916
15946
  chain: 'Cyber',
15917
- rpc: [],
15947
+ rpc: [
15948
+ 'https://cyber.alt.technology/',
15949
+ 'wss://cyber-ws.alt.technology/'
15950
+ ],
15918
15951
  faucets: [],
15919
15952
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15920
15953
  icon: 'cyber',
@@ -15922,8 +15955,19 @@ const chainArray = [
15922
15955
  shortName: 'cyeth',
15923
15956
  chainId: 7560,
15924
15957
  networkId: 7560,
15925
- status: 'incubating',
15926
- parent: { type: 'L2', chain: 'eip155-1' }
15958
+ explorers: [
15959
+ {
15960
+ name: 'Cyber Mainnet Explorer',
15961
+ url: 'https://cyberscan.co',
15962
+ icon: 'blockscout',
15963
+ standard: 'EIP3091'
15964
+ }
15965
+ ],
15966
+ parent: {
15967
+ type: 'L2',
15968
+ chain: 'eip155-1',
15969
+ bridges: [ { url: 'https://cyber-bridge.alt.technology/deposit' } ]
15970
+ }
15927
15971
  },
15928
15972
  {
15929
15973
  name: 'ADIL Testnet',
@@ -25252,7 +25296,7 @@ const chainArray = [
25252
25296
  {
25253
25297
  name: 'CONET Holesky',
25254
25298
  chain: 'CONET Holesky',
25255
- rpc: [ 'https://holeskyrpc1.conet.network' ],
25299
+ rpc: [ 'https://rpc.conet.network' ],
25256
25300
  faucets: [],
25257
25301
  nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
25258
25302
  features: [ { name: 'EIP155' } ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.385",
3
+ "version": "0.0.386",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {