eth-chainlist 0.0.499 → 0.0.500

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.500 (2024-09-23)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.499 ([dfb8a70](https://github.com/poowf/eth-chainlist/commit/dfb8a70b81399c684821e17722799092382c8e07))
9
+ * update chain data ([c1d7dfb](https://github.com/poowf/eth-chainlist/commit/c1d7dfbfd68a8f9c77be5a048a4425c114465ad7))
10
+
3
11
  ### 0.0.499 (2024-09-21)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11209,7 +11209,7 @@ const chainArray = [
11209
11209
  {
11210
11210
  name: 'Gravity Alpha Mainnet',
11211
11211
  chain: 'Gravity',
11212
- rpc: [ 'https://rpc.gravity.xyz' ],
11212
+ rpc: [ 'https://rpc.gravity.xyz', 'https://rpc.ankr.com/gravity' ],
11213
11213
  faucets: [],
11214
11214
  nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
11215
11215
  features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
@@ -27376,7 +27376,9 @@ const chainArray = [
27376
27376
  'https://rpc.sepolia.linea.build',
27377
27377
  'wss://rpc.sepolia.linea.build',
27378
27378
  'https://linea-sepolia.infura.io/v3/${INFURA_API_KEY}',
27379
- 'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}'
27379
+ 'wss://linea-sepolia.infura.io/ws/v3/${INFURA_API_KEY}',
27380
+ 'https://linea-sepolia-rpc.publicnode.com',
27381
+ 'wss://linea-sepolia-rpc.publicnode.com'
27380
27382
  ],
27381
27383
  faucets: [],
27382
27384
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
@@ -27415,7 +27417,9 @@ const chainArray = [
27415
27417
  'https://rpc.linea.build',
27416
27418
  'wss://rpc.linea.build',
27417
27419
  'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
27418
- 'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
27420
+ 'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
27421
+ 'https://linea-rpc.publicnode.com',
27422
+ 'wss://linea-rpc.publicnode.com'
27419
27423
  ],
27420
27424
  faucets: [],
27421
27425
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
@@ -29013,7 +29017,8 @@ const chainArray = [
29013
29017
  'https://blast.din.dev/rpc',
29014
29018
  'https://blastl2-mainnet.public.blastapi.io',
29015
29019
  'https://blast.blockpi.network/v1/rpc/public',
29016
- 'https://blast-rpc.publicnode.com'
29020
+ 'https://blast-rpc.publicnode.com',
29021
+ 'wss://blast-rpc.publicnode.com'
29017
29022
  ],
29018
29023
  faucets: [],
29019
29024
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -30516,8 +30521,9 @@ const chainArray = [
30516
30521
  title: 're.al Real-World Assets network',
30517
30522
  chain: 're.al',
30518
30523
  rpc: [
30524
+ 'https://rpc.realforreal.gelato.digital',
30525
+ 'wss://ws.realforreal.gelato.digital',
30519
30526
  'https://tangible-real.gateway.tenderly.co',
30520
- 'wss://tangible-real.gateway.tenderly.co',
30521
30527
  'https://real.drpc.org',
30522
30528
  'wss://real.drpc.org'
30523
30529
  ],
@@ -30749,6 +30755,25 @@ const chainArray = [
30749
30755
  }
30750
30756
  ]
30751
30757
  },
30758
+ {
30759
+ name: 'CryptoX',
30760
+ chain: 'XCOIN',
30761
+ rpc: [ 'https://rpc-xcoin.cryptoxnetwork.io' ],
30762
+ faucets: [],
30763
+ nativeCurrency: { name: 'XCOIN', symbol: 'XCOIN', decimals: 18 },
30764
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30765
+ infoURL: 'https://cryptoxnetwork.io',
30766
+ shortName: 'cryptox',
30767
+ chainId: 158245,
30768
+ networkId: 158245,
30769
+ explorers: [
30770
+ {
30771
+ name: 'CryptoX explorer',
30772
+ url: 'https://cryptoxscan.io',
30773
+ standard: 'EIP3091'
30774
+ }
30775
+ ]
30776
+ },
30752
30777
  {
30753
30778
  name: 'PlayFi Mainnet',
30754
30779
  chain: 'PLAY',
@@ -30786,7 +30811,11 @@ const chainArray = [
30786
30811
  chain: 'ETH',
30787
30812
  status: 'active',
30788
30813
  icon: 'taiko',
30789
- rpc: [ 'https://rpc.mainnet.taiko.xyz' ],
30814
+ rpc: [
30815
+ 'https://rpc.mainnet.taiko.xyz',
30816
+ 'https://taiko-rpc.publicnode.com',
30817
+ 'wss://taiko-rpc.publicnode.com'
30818
+ ],
30790
30819
  faucets: [],
30791
30820
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30792
30821
  infoURL: 'https://taiko.xyz',
@@ -30912,7 +30941,12 @@ const chainArray = [
30912
30941
  chain: 'ETH',
30913
30942
  status: 'active',
30914
30943
  icon: 'taiko',
30915
- rpc: [ 'https://rpc.hekla.taiko.xyz', 'wss://ws.hekla.taiko.xyz' ],
30944
+ rpc: [
30945
+ 'https://rpc.hekla.taiko.xyz',
30946
+ 'wss://ws.hekla.taiko.xyz',
30947
+ 'https://taiko-hekla-rpc.publicnode.com',
30948
+ 'wss://taiko-hekla-rpc.publicnode.com'
30949
+ ],
30916
30950
  faucets: [],
30917
30951
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30918
30952
  infoURL: 'https://taiko.xyz',
@@ -32928,7 +32962,9 @@ const chainArray = [
32928
32962
  'https://sepolia-rpc.scroll.io',
32929
32963
  'https://rpc.ankr.com/scroll_sepolia_testnet',
32930
32964
  'https://scroll-sepolia.chainstacklabs.com',
32931
- 'https://scroll-testnet-public.unifra.io'
32965
+ 'https://scroll-testnet-public.unifra.io',
32966
+ 'https://scroll-sepolia-rpc.publicnode.com',
32967
+ 'wss://scroll-sepolia-rpc.publicnode.com'
32932
32968
  ],
32933
32969
  faucets: [],
32934
32970
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -32957,7 +32993,9 @@ const chainArray = [
32957
32993
  rpc: [
32958
32994
  'https://rpc.scroll.io',
32959
32995
  'https://rpc.ankr.com/scroll',
32960
- 'https://scroll-mainnet.chainstacklabs.com'
32996
+ 'https://scroll-mainnet.chainstacklabs.com',
32997
+ 'https://scroll-rpc.publicnode.com',
32998
+ 'wss://scroll-rpc.publicnode.com'
32961
32999
  ],
32962
33000
  faucets: [],
32963
33001
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.499",
3
+ "version": "0.0.500",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {