eth-chainlist 0.0.660 → 0.0.661

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.661 (2025-06-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.660 ([fc6e7d0](https://github.com/poowf/eth-chainlist/commit/fc6e7d0e773bc361912e3ebec39249ef89551862))
9
+ * update chain data ([33bca81](https://github.com/poowf/eth-chainlist/commit/33bca816e275fd5b7445d568375c98250919513b))
10
+
3
11
  ### 0.0.660 (2025-06-03)
4
12
 
5
13
 
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
  },
@@ -40837,6 +40837,31 @@ const chainArray = [
40837
40837
  }
40838
40838
  ]
40839
40839
  },
40840
+ {
40841
+ name: 'Rogue Chain',
40842
+ chainId: 560013,
40843
+ shortName: 'rogue',
40844
+ chain: 'ROGUE',
40845
+ networkId: 560013,
40846
+ icon: 'rogue',
40847
+ nativeCurrency: { name: 'Rogue', symbol: 'ROGUE', decimals: 18 },
40848
+ rpc: [ 'https://rpc.roguechain.io/rpc', 'wss://rpc.roguechain.io/ws' ],
40849
+ faucets: [],
40850
+ explorers: [
40851
+ {
40852
+ name: 'Roguescan',
40853
+ url: 'https://roguescan.io',
40854
+ icon: 'rogue',
40855
+ standard: 'EIP3091'
40856
+ }
40857
+ ],
40858
+ infoURL: 'https://roguechain.io',
40859
+ parent: {
40860
+ type: 'L2',
40861
+ chain: 'eip155-42161',
40862
+ bridges: [ { url: 'https://bridge.arbitrum.io' } ]
40863
+ }
40864
+ },
40840
40865
  {
40841
40866
  name: 'Ethereum Hoodi',
40842
40867
  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.661",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {