eth-chainlist 0.0.571 → 0.0.573

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +113 -16
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.573 (2024-12-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.572 ([37df653](https://github.com/poowf/eth-chainlist/commit/37df65392cf0c148d0bacf771fc757cf08b0cca6))
9
+ * update chain data ([5b82e85](https://github.com/poowf/eth-chainlist/commit/5b82e85e00222eb69f7340f85a024d8dc31f3589))
10
+
11
+ ### 0.0.572 (2024-12-26)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.571 ([017a0fd](https://github.com/poowf/eth-chainlist/commit/017a0fdae70dccd8a7a9f11632a6383294e13d1c))
17
+ * update chain data ([4fec33e](https://github.com/poowf/eth-chainlist/commit/4fec33e76c95dd53c3641cb33bcdc9ad3a61aee1))
18
+
3
19
  ### 0.0.571 (2024-12-22)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3050,7 +3050,11 @@ const chainArray = [
3050
3050
  {
3051
3051
  name: 'Sonic Mainnet',
3052
3052
  chain: 'sonic',
3053
- rpc: [ 'https://rpc.soniclabs.com' ],
3053
+ rpc: [
3054
+ 'https://rpc.soniclabs.com',
3055
+ 'https://sonic-rpc.publicnode.com',
3056
+ 'wss://sonic-rpc.publicnode.com'
3057
+ ],
3054
3058
  faucets: [],
3055
3059
  nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
3056
3060
  features: [ { name: 'EIP155' } ],
@@ -4669,7 +4673,11 @@ const chainArray = [
4669
4673
  {
4670
4674
  name: 'Fraxtal',
4671
4675
  chain: 'FRAX',
4672
- rpc: [ 'https://rpc.frax.com' ],
4676
+ rpc: [
4677
+ 'https://rpc.frax.com',
4678
+ 'https://fraxtal-rpc.publicnode.com',
4679
+ 'wss://fraxtal-rpc.publicnode.com'
4680
+ ],
4673
4681
  faucets: [],
4674
4682
  nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
4675
4683
  infoURL: 'https://mainnet.frax.com',
@@ -7316,6 +7324,29 @@ const chainArray = [
7316
7324
  }
7317
7325
  ]
7318
7326
  },
7327
+ {
7328
+ name: 'Skynet',
7329
+ chain: 'Skynet',
7330
+ rpc: [ 'http://rpc.skynet.io' ],
7331
+ nativeCurrency: { name: 'SkyUSD', symbol: 'sUSD', decimals: 18 },
7332
+ infoURL: 'http://explorer.skynet.io',
7333
+ shortName: 'Skynet',
7334
+ chainId: 619,
7335
+ networkId: 619,
7336
+ explorers: [
7337
+ {
7338
+ name: 'tracehawk',
7339
+ url: 'http://explorer.skynet.io',
7340
+ standard: 'none'
7341
+ }
7342
+ ],
7343
+ faucets: [],
7344
+ parent: {
7345
+ type: 'L2',
7346
+ chain: 'eip155-42161',
7347
+ bridges: [ { url: 'http://bridge.skynet.io' } ]
7348
+ }
7349
+ },
7319
7350
  {
7320
7351
  name: 'Binary Mainnet',
7321
7352
  chain: 'The Binary Holdings',
@@ -10013,7 +10044,9 @@ const chainArray = [
10013
10044
  rpc: [
10014
10045
  'https://andromeda.metis.io/?owner=1088',
10015
10046
  'https://metis.drpc.org',
10016
- 'wss://metis.drpc.org'
10047
+ 'wss://metis.drpc.org',
10048
+ 'https://metis-rpc.publicnode.com',
10049
+ 'wss://metis-rpc.publicnode.com'
10017
10050
  ],
10018
10051
  faucets: [],
10019
10052
  nativeCurrency: { name: 'Metis', symbol: 'METIS', decimals: 18 },
@@ -11368,7 +11401,11 @@ const chainArray = [
11368
11401
  {
11369
11402
  name: 'Unichain Sepolia Testnet',
11370
11403
  chain: 'ETH',
11371
- rpc: [ 'https://sepolia.unichain.org' ],
11404
+ rpc: [
11405
+ 'https://sepolia.unichain.org',
11406
+ 'https://unichain-sepolia-rpc.publicnode.com',
11407
+ 'wss://unichain-sepolia-rpc.publicnode.com'
11408
+ ],
11372
11409
  faucets: [],
11373
11410
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
11374
11411
  infoURL: 'https://unichain.org',
@@ -15652,7 +15689,11 @@ const chainArray = [
15652
15689
  {
15653
15690
  name: 'Fraxtal Testnet',
15654
15691
  chain: 'FRAX',
15655
- rpc: [ 'https://rpc.testnet.frax.com' ],
15692
+ rpc: [
15693
+ 'https://rpc.testnet.frax.com',
15694
+ 'https://fraxtal-holesky-rpc.publicnode.com',
15695
+ 'wss://fraxtal-holesky-rpc.publicnode.com'
15696
+ ],
15656
15697
  faucets: [],
15657
15698
  nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
15658
15699
  infoURL: 'https://testnet.frax.com',
@@ -21104,6 +21145,24 @@ const chainArray = [
21104
21145
  }
21105
21146
  ]
21106
21147
  },
21148
+ {
21149
+ name: 'PandaSea Testnet',
21150
+ chain: 'PandaSea Testnet',
21151
+ rpc: [ 'https://rpc.testnet.pandasea.io' ],
21152
+ faucets: [ 'https://faucet.pandasea.io' ],
21153
+ nativeCurrency: { name: 'PandaSea Coin', symbol: 'PANDA', decimals: 18 },
21154
+ infoURL: 'https://test.pandaseascan.com',
21155
+ shortName: 'Pandasea-Testnet',
21156
+ chainId: 7770,
21157
+ networkId: 7770,
21158
+ explorers: [
21159
+ {
21160
+ name: 'tracehawk',
21161
+ url: 'https://test.pandaseascan.com',
21162
+ standard: 'none'
21163
+ }
21164
+ ]
21165
+ },
21107
21166
  {
21108
21167
  name: 'Bitrock Testnet',
21109
21168
  chain: 'Bitrock',
@@ -23890,6 +23949,7 @@ const chainArray = [
23890
23949
  shortName: 'joct',
23891
23950
  chainId: 10081,
23892
23951
  networkId: 10081,
23952
+ icon: 'joct',
23893
23953
  slip44: 1,
23894
23954
  explorers: [
23895
23955
  {
@@ -27407,6 +27467,25 @@ const chainArray = [
27407
27467
  }
27408
27468
  ]
27409
27469
  },
27470
+ {
27471
+ name: 'Ferrum Quantum Portal Network',
27472
+ chain: 'QPN',
27473
+ icon: 'ferrum',
27474
+ rpc: [ 'https://qpn.svcs.ferrumnetwork.io' ],
27475
+ faucets: [],
27476
+ nativeCurrency: { name: 'Ferrum', symbol: 'qpFRM', decimals: 18 },
27477
+ infoURL: 'https://ferrum.network',
27478
+ shortName: 'qpn',
27479
+ chainId: 26100,
27480
+ networkId: 26100,
27481
+ explorers: [
27482
+ {
27483
+ name: 'ferrumscout',
27484
+ url: 'https://explorer.ferrumnetwork.io',
27485
+ standard: 'none'
27486
+ }
27487
+ ]
27488
+ },
27410
27489
  {
27411
27490
  name: 'DucatusX Testnet',
27412
27491
  chain: 'DUCX',
@@ -30314,7 +30393,11 @@ const chainArray = [
30314
30393
  {
30315
30394
  name: 'Sonic Blaze Testnet',
30316
30395
  chain: 'blaze-testnet',
30317
- rpc: [ 'https://rpc.blaze.soniclabs.com' ],
30396
+ rpc: [
30397
+ 'https://rpc.blaze.soniclabs.com',
30398
+ 'https://sonic-blaze-rpc.publicnode.com',
30399
+ 'wss://sonic-blaze-rpc.publicnode.com'
30400
+ ],
30318
30401
  faucets: [ 'https://blaze.soniclabs.com/account' ],
30319
30402
  nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
30320
30403
  features: [ { name: 'EIP155' } ],
@@ -30322,15 +30405,7 @@ const chainArray = [
30322
30405
  shortName: 'blaze',
30323
30406
  chainId: 57054,
30324
30407
  networkId: 57054,
30325
- icon: 'sonic',
30326
- explorers: [
30327
- {
30328
- name: 'sonic blaze testnet',
30329
- url: 'https://explorer.blaze.soniclabs.com',
30330
- icon: 'sonic',
30331
- standard: 'none'
30332
- }
30333
- ]
30408
+ icon: 'sonic'
30334
30409
  },
30335
30410
  {
30336
30411
  name: 'Ink',
@@ -30562,7 +30637,11 @@ const chainArray = [
30562
30637
  {
30563
30638
  name: 'Metis Sepolia Testnet',
30564
30639
  chain: 'ETH',
30565
- rpc: [ 'https://sepolia.metisdevops.link' ],
30640
+ rpc: [
30641
+ 'https://sepolia.metisdevops.link',
30642
+ 'https://metis-sepolia-rpc.publicnode.com',
30643
+ 'wss://metis-sepolia-rpc.publicnode.com'
30644
+ ],
30566
30645
  faucets: [ 'https://sepolia.faucet.metisdevops.link' ],
30567
30646
  nativeCurrency: { name: 'tMetis', symbol: 'tMETIS', decimals: 18 },
30568
30647
  infoURL: 'https://www.metis.io',
@@ -31830,6 +31909,24 @@ const chainArray = [
31830
31909
  }
31831
31910
  ]
31832
31911
  },
31912
+ {
31913
+ name: 'Carrchain Testnet',
31914
+ chain: 'Carrchain Testnet',
31915
+ rpc: [ 'https://rpc-testnetcarrchain.artiffine.com' ],
31916
+ faucets: [ 'https://faucet-testnetcarrchain.artiffine.com' ],
31917
+ nativeCurrency: { name: 'Carrchain Coin', symbol: 'CARR', decimals: 18 },
31918
+ infoURL: 'https://explorer-testnetcarrchain.artiffine.com',
31919
+ shortName: 'Carrchain-Testnet',
31920
+ chainId: 77652,
31921
+ networkId: 77652,
31922
+ explorers: [
31923
+ {
31924
+ name: 'tracehawk',
31925
+ url: 'https://explorer-testnetcarrchain.artiffine.com',
31926
+ standard: 'none'
31927
+ }
31928
+ ]
31929
+ },
31833
31930
  {
31834
31931
  name: 'Cycle Network Mainnet Sailboat',
31835
31932
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.571",
3
+ "version": "0.0.573",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {