eth-chainlist 0.0.632 → 0.0.633

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.633 (2025-03-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.632 ([03738f3](https://github.com/poowf/eth-chainlist/commit/03738f36ed9c381839cfc1de36593ebc840560df))
9
+ * update chain data ([975dfb3](https://github.com/poowf/eth-chainlist/commit/975dfb305ef99b5be98ab52732f05946712e1bea))
10
+
3
11
  ### 0.0.632 (2025-03-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3685,10 +3685,7 @@ const chainArray = [
3685
3685
  {
3686
3686
  name: 'IOST Mainnet',
3687
3687
  chain: 'iost',
3688
- rpc: [
3689
- 'https://iost-mainnet.alt.technology',
3690
- 'wss://iost-mainnet.alt.technology/ws'
3691
- ],
3688
+ rpc: [ 'https://l2-mainnet.iost.io', 'wss://l2-mainnet.iost.io' ],
3692
3689
  faucets: [],
3693
3690
  nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
3694
3691
  infoURL: 'https://iost.io',
@@ -3700,18 +3697,14 @@ const chainArray = [
3700
3697
  explorers: [
3701
3698
  {
3702
3699
  name: 'IOSTscan',
3703
- url: 'https://iost-mainnet-explorer.alt.technology',
3700
+ url: 'https://l2-scan.iost.io',
3704
3701
  standard: 'EIP3091'
3705
3702
  }
3706
3703
  ],
3707
3704
  parent: {
3708
3705
  type: 'L2',
3709
3706
  chain: 'eip155-56',
3710
- bridges: [
3711
- {
3712
- url: 'https://10910bc5-8382-4ef5-bdc7-4c54c8f57e75.bridges.rollbridge.app/'
3713
- }
3714
- ]
3707
+ bridges: [ { url: 'https://l2-bridge.iost.io' } ]
3715
3708
  }
3716
3709
  },
3717
3710
  {
@@ -8969,6 +8962,17 @@ const chainArray = [
8969
8962
  }
8970
8963
  ]
8971
8964
  },
8965
+ {
8966
+ name: 'Radius Testnet',
8967
+ chain: 'Radius',
8968
+ rpc: [ 'https://dev-secure.rpc.theradius.xyz' ],
8969
+ faucets: [],
8970
+ nativeCurrency: { name: 'Useless', symbol: 'USLS', decimals: 18 },
8971
+ infoURL: 'https://www.theradius.xyz/',
8972
+ shortName: 'radius-testnet',
8973
+ chainId: 863,
8974
+ networkId: 863
8975
+ },
8972
8976
  {
8973
8977
  name: 'Fantasia Chain Mainnet',
8974
8978
  chain: 'FSC',
@@ -12743,6 +12747,27 @@ const chainArray = [
12743
12747
  }
12744
12748
  ]
12745
12749
  },
12750
+ {
12751
+ name: 'Reactive Mainnet',
12752
+ title: 'Reactive Network',
12753
+ chain: 'REACT',
12754
+ rpc: [ 'https://mainnet-rpc.rnk.dev' ],
12755
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
12756
+ faucets: [],
12757
+ nativeCurrency: { name: 'React', symbol: 'REACT', decimals: 18 },
12758
+ infoURL: 'https://reactive.network',
12759
+ shortName: 'react',
12760
+ icon: 'reactive',
12761
+ chainId: 1597,
12762
+ networkId: 1597,
12763
+ explorers: [
12764
+ {
12765
+ name: 'Reactscan',
12766
+ url: 'https://reactscan.net',
12767
+ standard: 'none'
12768
+ }
12769
+ ]
12770
+ },
12746
12771
  {
12747
12772
  name: 'Betherance',
12748
12773
  chain: 'Beth',
@@ -19798,24 +19823,24 @@ const chainArray = [
19798
19823
  status: 'active'
19799
19824
  },
19800
19825
  {
19801
- name: 'Pioneer Zero Chain',
19826
+ name: 'Pione Zero',
19802
19827
  chain: 'PZO',
19803
19828
  icon: 'pzo',
19804
19829
  rpc: [ 'https://rpc.zeroscan.org' ],
19805
- faucets: [ 'https://faucet.zeroscan.org/faucet' ],
19806
- nativeCurrency: { name: 'Pioneer Zero', symbol: 'PZO', decimals: 18 },
19830
+ faucets: [ 'https://dex.pionechain.com/testnet/faucet/' ],
19831
+ nativeCurrency: { name: 'Pione Zero', symbol: 'PZO', decimals: 18 },
19807
19832
  infoURL: 'https://pionechain.com',
19808
19833
  shortName: 'pzo',
19809
19834
  chainId: 5080,
19810
19835
  networkId: 5080,
19811
19836
  explorers: [
19812
19837
  {
19813
- name: 'Pioneer Zero Chain Explorer',
19838
+ name: 'Pione Zero Explorer',
19814
19839
  url: 'https://zeroscan.org',
19815
19840
  standard: 'EIP3091'
19816
19841
  },
19817
19842
  {
19818
- name: 'Pioneer Zero Chain Explorer',
19843
+ name: 'Pione Zero Explorer',
19819
19844
  url: 'https://zero.pionescan.com',
19820
19845
  standard: 'EIP3091'
19821
19846
  }
@@ -30927,7 +30952,7 @@ const chainArray = [
30927
30952
  {
30928
30953
  name: 'Hemi Network',
30929
30954
  chain: 'ETH',
30930
- rpc: [],
30955
+ rpc: [ 'https://rpc.hemi.network/rpc' ],
30931
30956
  faucets: [],
30932
30957
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
30933
30958
  infoURL: 'https://hemi.xyz',
@@ -30935,9 +30960,16 @@ const chainArray = [
30935
30960
  chainId: 43111,
30936
30961
  networkId: 43111,
30937
30962
  icon: 'hemi',
30938
- explorers: [],
30963
+ explorers: [
30964
+ {
30965
+ name: 'blockscout',
30966
+ url: 'https://explorer.hemi.xyz',
30967
+ icon: 'blockscout',
30968
+ standard: 'EIP3091'
30969
+ }
30970
+ ],
30939
30971
  parent: { type: 'L2', chain: 'eip155-1' },
30940
- status: 'incubating'
30972
+ status: 'active'
30941
30973
  },
30942
30974
  {
30943
30975
  name: 'Avalanche Fuji Testnet',
@@ -31393,7 +31425,7 @@ const chainArray = [
31393
31425
  name: 'Zircuit Testnet',
31394
31426
  chain: 'Zircuit Testnet',
31395
31427
  icon: 'zircuit',
31396
- rpc: [ 'https://zircuit1-testnet.p2pify.com/' ],
31428
+ rpc: [ 'https://testnet.zircuit.com' ],
31397
31429
  faucets: [],
31398
31430
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
31399
31431
  infoURL: 'https://www.zircuit.com/',
@@ -31413,7 +31445,7 @@ const chainArray = [
31413
31445
  name: 'Zircuit Mainnet',
31414
31446
  chain: 'Zircuit Mainnet',
31415
31447
  icon: 'zircuit',
31416
- rpc: [ 'https://zircuit1-mainnet.p2pify.com/' ],
31448
+ rpc: [ 'https://mainnet.zircuit.com' ],
31417
31449
  faucets: [],
31418
31450
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
31419
31451
  infoURL: 'https://www.zircuit.com/',
@@ -42014,10 +42046,7 @@ const chainArray = [
42014
42046
  name: 'Reactive Kopli',
42015
42047
  title: 'Reactive Network Testnet Kopli',
42016
42048
  chain: 'REACT',
42017
- rpc: [
42018
- 'https://kopli-rpc.reactive.network',
42019
- 'http://kopli-rpc.rkt.ink'
42020
- ],
42049
+ rpc: [ 'https://kopli-rpc.rnk.dev' ],
42021
42050
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
42022
42051
  faucets: [ 'https://dev.reactive.network/docs/kopli-testnet#faucet' ],
42023
42052
  nativeCurrency: { name: 'Kopli React', symbol: 'REACT', decimals: 18 },
@@ -42028,7 +42057,7 @@ const chainArray = [
42028
42057
  networkId: 5318008,
42029
42058
  explorers: [
42030
42059
  {
42031
- name: 'reactscan',
42060
+ name: 'Reactscan',
42032
42061
  url: 'https://kopli.reactscan.net',
42033
42062
  standard: 'none'
42034
42063
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.632",
3
+ "version": "0.0.633",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {