eth-chainlist 0.0.582 → 0.0.584

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.584 (2025-01-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.583 ([dc636e6](https://github.com/poowf/eth-chainlist/commit/dc636e679d5e3b5e3efe61e64beb0c520d998cf6))
9
+ * update chain data ([67b9f07](https://github.com/poowf/eth-chainlist/commit/67b9f07a74b5a312d666dd85d999b4694bf69493))
10
+
11
+ ### 0.0.583 (2025-01-10)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.582 ([79ea6cf](https://github.com/poowf/eth-chainlist/commit/79ea6cf4502d6c8d71626269229ebe8f328fb357))
17
+ * update chain data ([573b2e2](https://github.com/poowf/eth-chainlist/commit/573b2e2ac19a23d7eb035fd9abace0bb22c693cf))
18
+
3
19
  ### 0.0.582 (2025-01-09)
4
20
 
5
21
 
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
  },
@@ -15690,6 +15695,20 @@ const chainArray = [
15690
15695
  }
15691
15696
  ]
15692
15697
  },
15698
+ {
15699
+ name: 'inEVM Testnet',
15700
+ chain: 'inEVM testnet',
15701
+ icon: 'inevm',
15702
+ rpc: [ 'https://testnet.rpc.inevm.com/http' ],
15703
+ faucets: [],
15704
+ nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
15705
+ infoURL: 'https://inevm.com',
15706
+ shortName: 'inevm-testnet',
15707
+ chainId: 2424,
15708
+ networkId: 2424,
15709
+ explorers: [],
15710
+ status: 'active'
15711
+ },
15693
15712
  {
15694
15713
  name: 'King Of Legends Mainnet',
15695
15714
  title: 'King Of Legends Mainnet',
@@ -24100,7 +24119,7 @@ const chainArray = [
24100
24119
  name: 'Agung Network',
24101
24120
  chain: 'Agung',
24102
24121
  icon: 'agung',
24103
- rpc: [ 'https://rpcpc1-qa.agung.peaq.network' ],
24122
+ rpc: [ 'https:///wss-async.agung.peaq.network' ],
24104
24123
  faucets: [],
24105
24124
  nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
24106
24125
  infoURL: 'https://www.peaq.network',
@@ -24110,12 +24129,12 @@ const chainArray = [
24110
24129
  explorers: [
24111
24130
  {
24112
24131
  name: 'Polkadot.js',
24113
- url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
24132
+ url: 'https://polkadot.js.org/apps/?rpc=wss:///wss-async.agung.peaq.network#/explorer',
24114
24133
  standard: 'none'
24115
24134
  },
24116
24135
  {
24117
24136
  name: 'Subscan',
24118
- url: 'https://agung.subscan.io',
24137
+ url: 'https://agung-testnet.subscan.io',
24119
24138
  standard: 'none'
24120
24139
  }
24121
24140
  ]
@@ -25337,7 +25356,7 @@ const chainArray = [
25337
25356
  slip44: 1
25338
25357
  },
25339
25358
  {
25340
- name: 'Huddle01',
25359
+ name: 'Huddle01 dRTC Chain',
25341
25360
  chain: 'huddle01',
25342
25361
  rpc: [ 'https://huddle01.calderachain.xyz/http' ],
25343
25362
  faucets: [],
@@ -35022,6 +35041,25 @@ const chainArray = [
35022
35041
  }
35023
35042
  ]
35024
35043
  },
35044
+ {
35045
+ name: 'Openledger Testnet',
35046
+ chain: 'Openledger Testnet',
35047
+ rpc: [ 'https://rpctn.openledger.xyz' ],
35048
+ faucets: [],
35049
+ nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
35050
+ infoURL: 'https://www.openledger.xyz',
35051
+ shortName: 'openledgertest',
35052
+ chainId: 161201,
35053
+ networkId: 161201,
35054
+ icon: 'openledger',
35055
+ explorers: [
35056
+ {
35057
+ name: 'Openledger Testnet Explorer',
35058
+ url: 'https://scantn.openledger.xyz',
35059
+ standard: 'EIP3091'
35060
+ }
35061
+ ]
35062
+ },
35025
35063
  {
35026
35064
  name: 'PlayFi Mainnet',
35027
35065
  chain: 'PLAY',
@@ -35299,6 +35337,26 @@ const chainArray = [
35299
35337
  }
35300
35338
  ]
35301
35339
  },
35340
+ {
35341
+ name: 'Chronicle Loa - Lit Protocol Testnet',
35342
+ chain: 'LPL',
35343
+ icon: 'lit',
35344
+ rpc: [ 'https://loa-rpc.litprotocol.com' ],
35345
+ faucets: [ 'https://developer.litprotocol.com/support/intro' ],
35346
+ nativeCurrency: { name: 'Test Lit', symbol: 'tLit', decimals: 18 },
35347
+ infoURL: 'https://litprotocol.com',
35348
+ shortName: 'lpl',
35349
+ chainId: 175190,
35350
+ networkId: 175190,
35351
+ explorers: [
35352
+ {
35353
+ name: 'Lit Chronicle Loa Explorer',
35354
+ url: 'https://loa-explorer.litprotocol.com',
35355
+ icon: 'lit',
35356
+ standard: 'EIP3091'
35357
+ }
35358
+ ]
35359
+ },
35302
35360
  {
35303
35361
  name: 'Bitica Chain Mainnet',
35304
35362
  chain: 'BDCC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.582",
3
+ "version": "0.0.584",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {