eth-chainlist 0.0.450 → 0.0.452

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.452 (2024-07-27)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.451 ([c5d6141](https://github.com/poowf/eth-chainlist/commit/c5d61415606fceaad8b3f1ee64a7b8e61cc4ae37))
9
+ * update chain data ([639955a](https://github.com/poowf/eth-chainlist/commit/639955a6532b40c7b8413be80d6984c41d629758))
10
+
11
+ ### 0.0.451 (2024-07-26)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.450 ([f9ea6a6](https://github.com/poowf/eth-chainlist/commit/f9ea6a62ceda1b8ff07e938c47c8a6323f405ba1))
17
+ * update chain data ([eb0c6ba](https://github.com/poowf/eth-chainlist/commit/eb0c6baf8e549f665fe647d21d29cf0c2f065267))
18
+
3
19
  ### 0.0.450 (2024-07-25)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -6636,8 +6636,8 @@ const chainArray = [
6636
6636
  {
6637
6637
  name: 'Darwin Devnet',
6638
6638
  chain: 'Darwin',
6639
- rpc: [ 'https://devnet.darwinchain.ai' ],
6640
- faucets: [ 'https://devnet.darwinchain.ai/faucet' ],
6639
+ rpc: [ 'https://devnet-rpc.darwinchain.ai' ],
6640
+ faucets: [ 'https://devnet-rpc.darwinchain.ai/faucet' ],
6641
6641
  nativeCurrency: { name: 'Darwin Devnet token', symbol: 'DNA', decimals: 18 },
6642
6642
  infoURL: 'https://darwinchain.ai',
6643
6643
  shortName: 'darwin-devnet',
@@ -16167,6 +16167,19 @@ const chainArray = [
16167
16167
  }
16168
16168
  ]
16169
16169
  },
16170
+ {
16171
+ name: 'World Chain Sepolia Testnet',
16172
+ chain: 'ETH',
16173
+ rpc: [],
16174
+ faucets: [],
16175
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
16176
+ infoURL: 'https://worldcoin.org/',
16177
+ shortName: 'wcsep',
16178
+ chainId: 4801,
16179
+ networkId: 4801,
16180
+ slip44: 1,
16181
+ explorers: []
16182
+ },
16170
16183
  {
16171
16184
  name: 'Globel Chain',
16172
16185
  chain: 'GC',
@@ -19920,7 +19933,7 @@ const chainArray = [
19920
19933
  {
19921
19934
  name: 'WeaveVM Testnet',
19922
19935
  chain: 'WVM',
19923
- rpc: [ 'https://testnet.wvm.dev' ],
19936
+ rpc: [ 'https://testnet.wvm.dev', 'https://testnet-rpc.wvm.dev' ],
19924
19937
  faucets: [],
19925
19938
  nativeCurrency: { name: 'Testnet WeaveVM Token', symbol: 'tWVM', decimals: 18 },
19926
19939
  infoURL: 'https://wvm.dev',
@@ -23797,7 +23810,7 @@ const chainArray = [
23797
23810
  {
23798
23811
  name: 'Movement EVM Testnet',
23799
23812
  chain: 'MOVE',
23800
- rpc: [],
23813
+ rpc: [ 'https://mevm.testnet.imola.movementlabs.xyz' ],
23801
23814
  faucets: [],
23802
23815
  nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
23803
23816
  infoURL: 'https://movementlabs.xyz',
@@ -23808,7 +23821,7 @@ const chainArray = [
23808
23821
  explorers: [
23809
23822
  {
23810
23823
  name: 'mevm explorer',
23811
- url: 'https://explorer.movementlabs.xyz',
23824
+ url: 'https://explorer.testnet.imola.movementlabs.xyz',
23812
23825
  standard: 'none'
23813
23826
  }
23814
23827
  ],
@@ -25000,6 +25013,26 @@ const chainArray = [
25000
25013
  }
25001
25014
  ]
25002
25015
  },
25016
+ {
25017
+ name: 'Neo X Mainnet',
25018
+ chain: 'Neo X',
25019
+ rpc: [ 'https://mainnet-1.rpc.banelabs.org' ],
25020
+ faucets: [],
25021
+ nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
25022
+ infoURL: 'https://neo.org/',
25023
+ shortName: 'neox-mainnet',
25024
+ chainId: 47763,
25025
+ networkId: 47763,
25026
+ icon: 'neox',
25027
+ explorers: [
25028
+ {
25029
+ name: 'Neo X - Explorer',
25030
+ url: 'https://xexplorer.neo.org',
25031
+ standard: 'EIP3091'
25032
+ }
25033
+ ],
25034
+ status: 'active'
25035
+ },
25003
25036
  {
25004
25037
  name: 'REI Network',
25005
25038
  chain: 'REI',
@@ -28570,7 +28603,12 @@ const chainArray = [
28570
28603
  name: 're.al',
28571
28604
  title: 're.al Real-World Assets network',
28572
28605
  chain: 're.al',
28573
- rpc: [ 'https://real.drpc.org', 'wss://real.drpc.org' ],
28606
+ rpc: [
28607
+ 'https://tangible-real.gateway.tenderly.co',
28608
+ 'wss://tangible-real.gateway.tenderly.co',
28609
+ 'https://real.drpc.org',
28610
+ 'wss://real.drpc.org'
28611
+ ],
28574
28612
  nativeCurrency: { name: 're.al Ether', symbol: 'reETH', decimals: 18 },
28575
28613
  infoURL: 'https://re.al',
28576
28614
  faucets: [],
@@ -30715,17 +30753,17 @@ const chainArray = [
30715
30753
  ]
30716
30754
  },
30717
30755
  {
30718
- name: 'World Chain Sepolia Testnet',
30756
+ name: 'World Chain Sepolia Testnet Deprecated',
30757
+ status: 'deprecated',
30719
30758
  chain: 'ETH',
30720
- rpc: [],
30721
- faucets: [],
30722
30759
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
30723
30760
  infoURL: 'https://worldcoin.org/',
30724
- shortName: 'wcsep',
30761
+ shortName: 'wcsep-dep',
30762
+ rpc: [],
30763
+ faucets: [],
30725
30764
  chainId: 484752,
30726
30765
  networkId: 484752,
30727
- slip44: 1,
30728
- explorers: []
30766
+ slip44: 1
30729
30767
  },
30730
30768
  {
30731
30769
  name: 'Gobbl Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.450",
3
+ "version": "0.0.452",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {