eth-chainlist 0.0.385 → 0.0.387

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.387 (2024-04-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.386 ([a1f0b02](https://github.com/poowf/eth-chainlist/commit/a1f0b025fe058734977a9114fb3819e88d414f3c))
9
+ * update chain data ([6188239](https://github.com/poowf/eth-chainlist/commit/6188239dc1e9d147e7a7791ca7a2d65d5da9beac))
10
+
11
+ ### 0.0.386 (2024-04-24)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.385 ([91fe364](https://github.com/poowf/eth-chainlist/commit/91fe364913563b7d469f40aa44ef5ab9b4cf2311))
17
+ * update chain data ([33bda21](https://github.com/poowf/eth-chainlist/commit/33bda21fc3b34a753d53366aef4b6816b676cbae))
18
+
3
19
  ### 0.0.385 (2024-04-23)
4
20
 
5
21
 
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',
@@ -8181,7 +8183,7 @@ const chainArray = [
8181
8183
  'https://evm-toolkit.evm.testnet.shimmer.network',
8182
8184
  'https://evm-faucet.testnet.shimmer.network'
8183
8185
  ],
8184
- nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
8186
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
8185
8187
  infoURL: 'https://shimmer.network',
8186
8188
  shortName: 'shimmerevm-testnet',
8187
8189
  chainId: 1073,
@@ -8206,7 +8208,14 @@ const chainArray = [
8206
8208
  infoURL: 'https://www.iota.org',
8207
8209
  shortName: 'iotaevm-testnet',
8208
8210
  chainId: 1075,
8209
- networkId: 1075
8211
+ networkId: 1075,
8212
+ explorers: [
8213
+ {
8214
+ name: 'explorer',
8215
+ url: 'https://explorer.evm.testnet.iotaledger.net',
8216
+ standard: 'EIP3091'
8217
+ }
8218
+ ]
8210
8219
  },
8211
8220
  {
8212
8221
  name: 'Mintara Testnet',
@@ -8805,6 +8814,26 @@ const chainArray = [
8805
8814
  }
8806
8815
  ]
8807
8816
  },
8817
+ {
8818
+ name: 'SaitaBlockChain(SBC)',
8819
+ chain: 'SaitaBlockChain(SBC)',
8820
+ rpc: [ 'https://rpc-nodes.saitascan.io' ],
8821
+ faucets: [],
8822
+ nativeCurrency: { name: 'SaitaBlockChain(SBC)', symbol: 'STC', decimals: 18 },
8823
+ infoURL: 'https://saitachain.com',
8824
+ shortName: 'SBC',
8825
+ chainId: 1209,
8826
+ networkId: 1209,
8827
+ icon: 'SaitaBlockChain(SBC)',
8828
+ explorers: [
8829
+ {
8830
+ name: 'Saitascan explorer',
8831
+ url: 'https://saitascan.io',
8832
+ standard: 'none',
8833
+ icon: 'SaitaBlockChain(SBC)'
8834
+ }
8835
+ ]
8836
+ },
8808
8837
  {
8809
8838
  name: 'Popcateum Mainnet',
8810
8839
  chain: 'POPCATEUM',
@@ -11297,7 +11326,15 @@ const chainArray = [
11297
11326
  shortName: 'Vanar',
11298
11327
  chainId: 2040,
11299
11328
  networkId: 2040,
11300
- icon: 'vanar'
11329
+ icon: 'vanar',
11330
+ explorers: [
11331
+ {
11332
+ name: 'Vanar Explorer',
11333
+ url: 'https://explorer.vanarchain.com',
11334
+ icon: 'vanar',
11335
+ standard: 'EIP3091'
11336
+ }
11337
+ ]
11301
11338
  },
11302
11339
  {
11303
11340
  name: 'OriginTrail Parachain',
@@ -15914,7 +15951,10 @@ const chainArray = [
15914
15951
  {
15915
15952
  name: 'Cyber Mainnet',
15916
15953
  chain: 'Cyber',
15917
- rpc: [],
15954
+ rpc: [
15955
+ 'https://cyber.alt.technology/',
15956
+ 'wss://cyber-ws.alt.technology/'
15957
+ ],
15918
15958
  faucets: [],
15919
15959
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15920
15960
  icon: 'cyber',
@@ -15922,8 +15962,19 @@ const chainArray = [
15922
15962
  shortName: 'cyeth',
15923
15963
  chainId: 7560,
15924
15964
  networkId: 7560,
15925
- status: 'incubating',
15926
- parent: { type: 'L2', chain: 'eip155-1' }
15965
+ explorers: [
15966
+ {
15967
+ name: 'Cyber Mainnet Explorer',
15968
+ url: 'https://cyberscan.co',
15969
+ icon: 'blockscout',
15970
+ standard: 'EIP3091'
15971
+ }
15972
+ ],
15973
+ parent: {
15974
+ type: 'L2',
15975
+ chain: 'eip155-1',
15976
+ bridges: [ { url: 'https://cyber-bridge.alt.technology/deposit' } ]
15977
+ }
15927
15978
  },
15928
15979
  {
15929
15980
  name: 'ADIL Testnet',
@@ -16878,7 +16929,10 @@ const chainArray = [
16878
16929
  name: 'IOTA EVM',
16879
16930
  title: 'IOTA EVM',
16880
16931
  chain: 'IOTA EVM',
16881
- rpc: [ 'https://json-rpc.evm.iotaledger.net' ],
16932
+ rpc: [
16933
+ 'https://json-rpc.evm.iotaledger.net',
16934
+ 'https://ws.json-rpc.evm.iotaledger.net'
16935
+ ],
16882
16936
  faucets: [],
16883
16937
  nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
16884
16938
  infoURL: 'https://www.iota.org',
@@ -16889,7 +16943,7 @@ const chainArray = [
16889
16943
  explorers: [
16890
16944
  {
16891
16945
  name: 'explorer',
16892
- url: 'https://iota-evm.blockscout.com',
16946
+ url: 'https://explorer.evm.iota.org',
16893
16947
  icon: 'iotaevm',
16894
16948
  standard: 'EIP3091'
16895
16949
  }
@@ -20218,6 +20272,32 @@ const chainArray = [
20218
20272
  }
20219
20273
  ]
20220
20274
  },
20275
+ {
20276
+ name: 'Nanon Sepolia',
20277
+ title: 'Nanon Sepolia Rollup Testnet',
20278
+ chain: 'ETH',
20279
+ rpc: [ 'https://sepolia-rpc.nanon.network' ],
20280
+ faucets: [],
20281
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
20282
+ infoURL: 'https://www.nanon.network',
20283
+ shortName: 'Nanon-Testnet',
20284
+ chainId: 27483,
20285
+ networkId: 27483,
20286
+ slip44: 1,
20287
+ icon: 'nanon',
20288
+ explorers: [
20289
+ {
20290
+ name: 'Nanon Sepolia Rollup Testnet Explorer',
20291
+ url: 'https://sepolia-explorer.nanon.network',
20292
+ standard: 'EIP3091'
20293
+ }
20294
+ ],
20295
+ parent: {
20296
+ type: 'L2',
20297
+ chain: 'eip155-11155111',
20298
+ bridges: [ { url: 'https://sepolia-bridge.nanon.network' } ]
20299
+ }
20300
+ },
20221
20301
  {
20222
20302
  name: 'Vizing Mainnet',
20223
20303
  title: 'Vizing Mainnet',
@@ -25252,7 +25332,7 @@ const chainArray = [
25252
25332
  {
25253
25333
  name: 'CONET Holesky',
25254
25334
  chain: 'CONET Holesky',
25255
- rpc: [ 'https://holeskyrpc1.conet.network' ],
25335
+ rpc: [ 'https://rpc.conet.network' ],
25256
25336
  faucets: [],
25257
25337
  nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
25258
25338
  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.387",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {