eth-chainlist 0.0.582 → 0.0.583

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.583 (2025-01-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.582 ([79ea6cf](https://github.com/poowf/eth-chainlist/commit/79ea6cf4502d6c8d71626269229ebe8f328fb357))
9
+ * update chain data ([573b2e2](https://github.com/poowf/eth-chainlist/commit/573b2e2ac19a23d7eb035fd9abace0bb22c693cf))
10
+
3
11
  ### 0.0.582 (2025-01-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11754,39 +11754,44 @@ const chainArray = [
11754
11754
  {
11755
11755
  name: 'Elysium Testnet',
11756
11756
  title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
11757
- chain: 'Elysium',
11758
- rpc: [ 'https://elysium-test-rpc.vulcanforged.com' ],
11759
- faucets: [],
11760
- nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
11761
- infoURL: 'https://elysiumscan.vulcanforged.com',
11762
- shortName: 'ELST',
11757
+ chain: 'Atlantis',
11758
+ rpc: [ 'https://rpc.atlantischain.network' ],
11759
+ faucets: [ 'https://faucet.atlantischain.network' ],
11760
+ nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
11761
+ infoURL: 'https://elysiumchain.tech',
11762
+ shortName: 'ATL',
11763
11763
  chainId: 1338,
11764
11764
  networkId: 1338,
11765
- slip44: 1,
11766
11765
  explorers: [
11767
11766
  {
11768
- name: 'Elysium testnet explorer',
11769
- url: 'https://elysium-explorer.vulcanforged.com',
11770
- standard: 'none'
11767
+ name: 'Atlantis explorer',
11768
+ url: 'https://blockscout.atlantischain.network',
11769
+ standard: 'EIP3091'
11771
11770
  }
11772
11771
  ]
11773
11772
  },
11774
11773
  {
11775
11774
  name: 'Elysium Mainnet',
11776
- title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
11775
+ title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain.',
11777
11776
  chain: 'Elysium',
11778
- rpc: [ 'https://rpc.elysiumchain.tech/' ],
11779
- faucets: [],
11780
- nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 },
11781
- infoURL: 'https://elysiumscan.vulcanforged.com',
11782
- shortName: 'ELSM',
11777
+ rpc: [ 'https://rpc.elysiumchain.tech', 'https://rpc.elysiumchain.us' ],
11778
+ faucets: [ 'https://faucet.elysiumchain.tech' ],
11779
+ nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
11780
+ infoURL: 'https://elysiumchain.tech/',
11781
+ shortName: 'ELY',
11783
11782
  chainId: 1339,
11784
11783
  networkId: 1339,
11784
+ icon: 'elysium',
11785
11785
  explorers: [
11786
11786
  {
11787
11787
  name: 'Elysium mainnet explorer',
11788
11788
  url: 'https://explorer.elysiumchain.tech',
11789
- standard: 'none'
11789
+ standard: 'EIP3091'
11790
+ },
11791
+ {
11792
+ name: 'Elysium blockscout explorer',
11793
+ url: 'https://blockscout.elysiumchain.tech',
11794
+ standard: 'EIP3091'
11790
11795
  }
11791
11796
  ]
11792
11797
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.582",
3
+ "version": "0.0.583",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {