eth-chainlist 0.0.660 → 0.0.662

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.662 (2025-06-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.661 ([ed58643](https://github.com/poowf/eth-chainlist/commit/ed58643b466c3d03753c30a8492e6c5e0301a466))
9
+ * update chain data ([73bd6ec](https://github.com/poowf/eth-chainlist/commit/73bd6ec22dd26b10c6e4672555571aacddb52283))
10
+
11
+ ### 0.0.661 (2025-06-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.660 ([fc6e7d0](https://github.com/poowf/eth-chainlist/commit/fc6e7d0e773bc361912e3ebec39249ef89551862))
17
+ * update chain data ([33bca81](https://github.com/poowf/eth-chainlist/commit/33bca816e275fd5b7445d568375c98250919513b))
18
+
3
19
  ### 0.0.660 (2025-06-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2956,18 +2956,18 @@ const chainArray = [
2956
2956
  ]
2957
2957
  },
2958
2958
  {
2959
- name: 'Eternal Mainnet',
2960
- chain: 'ETE',
2961
- icon: 'eternal',
2959
+ name: 'Eteria Mainnet',
2960
+ chain: 'ERA',
2961
+ icon: 'eteria',
2962
2962
  rpc: [
2963
2963
  'https://mainnet.eternalcoin.io/v1',
2964
2964
  'ws://mainnet.eternalcoin.io/v1/ws'
2965
2965
  ],
2966
2966
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2967
2967
  faucets: [],
2968
- nativeCurrency: { name: 'Eternal', symbol: 'ETE', decimals: 18 },
2969
- infoURL: 'https://eternalcoin.io',
2970
- shortName: 'ETE',
2968
+ nativeCurrency: { name: 'Eteria', symbol: 'ERA', decimals: 18 },
2969
+ infoURL: 'https://eteria.io',
2970
+ shortName: 'ERA',
2971
2971
  chainId: 140,
2972
2972
  networkId: 140
2973
2973
  },
@@ -19183,6 +19183,34 @@ const chainArray = [
19183
19183
  }
19184
19184
  ]
19185
19185
  },
19186
+ {
19187
+ name: 'Layer Edge Mainnet',
19188
+ title: 'EDGEN',
19189
+ chain: 'EDGEN',
19190
+ rpc: [
19191
+ 'https://layeredge-mainnet-evm.itrocket.net',
19192
+ 'https://layeredge.rpc.subquery.network/public',
19193
+ 'https://rpc.layeredge.io',
19194
+ 'https://rpc2.layeredge.io',
19195
+ 'https://rpc.layeredge.foundation',
19196
+ 'https://rpc2.layeredge.foundation'
19197
+ ],
19198
+ faucets: [],
19199
+ nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
19200
+ infoURL: 'https://layeredge.io',
19201
+ shortName: 'LayerEdge',
19202
+ chainId: 4207,
19203
+ networkId: 4207,
19204
+ icon: 'edgen',
19205
+ explorers: [
19206
+ {
19207
+ name: 'Layer Edge Explorer',
19208
+ url: 'https://edgenscan.io',
19209
+ icon: 'edgen',
19210
+ standard: 'EIP3091'
19211
+ }
19212
+ ]
19213
+ },
19186
19214
  {
19187
19215
  name: 'Nexi Mainnet',
19188
19216
  chain: 'Nexi',
@@ -40837,6 +40865,31 @@ const chainArray = [
40837
40865
  }
40838
40866
  ]
40839
40867
  },
40868
+ {
40869
+ name: 'Rogue Chain',
40870
+ chainId: 560013,
40871
+ shortName: 'rogue',
40872
+ chain: 'ROGUE',
40873
+ networkId: 560013,
40874
+ icon: 'rogue',
40875
+ nativeCurrency: { name: 'Rogue', symbol: 'ROGUE', decimals: 18 },
40876
+ rpc: [ 'https://rpc.roguechain.io/rpc', 'wss://rpc.roguechain.io/ws' ],
40877
+ faucets: [],
40878
+ explorers: [
40879
+ {
40880
+ name: 'Roguescan',
40881
+ url: 'https://roguescan.io',
40882
+ icon: 'rogue',
40883
+ standard: 'EIP3091'
40884
+ }
40885
+ ],
40886
+ infoURL: 'https://roguechain.io',
40887
+ parent: {
40888
+ type: 'L2',
40889
+ chain: 'eip155-42161',
40890
+ bridges: [ { url: 'https://bridge.arbitrum.io' } ]
40891
+ }
40892
+ },
40840
40893
  {
40841
40894
  name: 'Ethereum Hoodi',
40842
40895
  title: 'Ethereum Testnet Hoodi',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.660",
3
+ "version": "0.0.662",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {