eth-chainlist 0.0.685 → 0.0.687

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +107 -21
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.687 (2025-09-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.686 ([84504b4](https://github.com/poowf/eth-chainlist/commit/84504b44b1220352ab2cc0db042a4ed4ceb50de4))
9
+ * update chain data ([bc02f92](https://github.com/poowf/eth-chainlist/commit/bc02f92642292a85a1c22d83e73c99a049d5086f))
10
+
11
+ ### 0.0.686 (2025-09-18)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.685 ([57dd27b](https://github.com/poowf/eth-chainlist/commit/57dd27bf1755a5cbd4c855a0cd99b90c3d25ad20))
17
+ * update chain data ([c9c609c](https://github.com/poowf/eth-chainlist/commit/c9c609c2fda989efc26b01c39c50bf0779d4d80a))
18
+
3
19
  ### 0.0.685 (2025-09-17)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7085,18 +7085,29 @@ const chainArray = [
7085
7085
  ]
7086
7086
  },
7087
7087
  {
7088
- name: 'Syndicate Chain',
7089
- title: 'Syndicate Chain',
7088
+ name: 'Syndicate Mainnet',
7090
7089
  chain: 'Syndicate',
7091
- rpc: [ 'https://rpc-mainnet.syndicate.io' ],
7092
- faucets: [],
7093
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
7090
+ shortName: 'syndicate',
7094
7091
  infoURL: 'https://syndicate.io',
7095
- shortName: 'syndicate-chain-mainnet',
7092
+ icon: 'syndicate',
7093
+ status: 'active',
7096
7094
  chainId: 510,
7097
7095
  networkId: 510,
7098
- status: 'incubating',
7099
- icon: 'syndicate'
7096
+ nativeCurrency: { name: 'Syndicate', symbol: 'SYND', decimals: 18 },
7097
+ rpc: [ 'https://rpc.syndicate.io' ],
7098
+ faucets: [],
7099
+ explorers: [
7100
+ {
7101
+ name: 'Syndicate Explorer',
7102
+ url: 'https://explorer.syndicate.io',
7103
+ standard: 'EIP3091'
7104
+ }
7105
+ ],
7106
+ parent: {
7107
+ type: 'L2',
7108
+ chain: 'eip155-1',
7109
+ bridges: [ { url: 'https://bridge.arbitrum.io' } ]
7110
+ }
7100
7111
  },
7101
7112
  {
7102
7113
  name: 'Double-A Chain Mainnet',
@@ -9131,14 +9142,22 @@ const chainArray = [
9131
9142
  {
9132
9143
  name: 'WorldMobileChain-Mainnet',
9133
9144
  chain: 'WMC',
9134
- rpc: [],
9145
+ icon: 'worldmobilechain',
9146
+ rpc: [ 'https://worldmobilechain-mainnet.g.alchemy.com/public' ],
9135
9147
  faucets: [],
9136
9148
  nativeCurrency: { name: 'World Mobile Token', symbol: 'WMTX', decimals: 18 },
9137
9149
  infoURL: 'https://worldmobile.io/the-chain',
9138
9150
  shortName: 'WMC',
9139
9151
  chainId: 869,
9140
9152
  networkId: 869,
9141
- status: 'incubating'
9153
+ explorers: [
9154
+ {
9155
+ name: 'World Mobile Chain Explorer',
9156
+ url: 'https://explorer.worldmobile.io',
9157
+ standard: 'none'
9158
+ }
9159
+ ],
9160
+ status: 'active'
9142
9161
  },
9143
9162
  {
9144
9163
  name: 'Electra Test Network',
@@ -21322,6 +21341,27 @@ const chainArray = [
21322
21341
  }
21323
21342
  ]
21324
21343
  },
21344
+ {
21345
+ name: 'MANTRACHAIN Mainnet',
21346
+ chain: 'MANTRACHAIN',
21347
+ rpc: [ 'https://evm.mantrachain.io', 'wss://evm.mantrachain.io/ws' ],
21348
+ faucets: [],
21349
+ nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
21350
+ infoURL: 'https://mantrachain.io',
21351
+ shortName: 'mantrachain',
21352
+ chainId: 5888,
21353
+ networkId: 5888,
21354
+ slip44: 1,
21355
+ icon: 'om',
21356
+ explorers: [
21357
+ {
21358
+ name: 'MANTRACHAIN Explorer',
21359
+ url: 'http://mantrascan.io',
21360
+ standard: 'none',
21361
+ icon: 'om'
21362
+ }
21363
+ ]
21364
+ },
21325
21365
  {
21326
21366
  name: 'BounceBit Testnet',
21327
21367
  chain: 'BounceBit',
@@ -30796,7 +30836,7 @@ const chainArray = [
30796
30836
  ]
30797
30837
  },
30798
30838
  {
30799
- name: 'Zilliqa EVM',
30839
+ name: 'Zilliqa 2',
30800
30840
  chain: 'ZIL',
30801
30841
  rpc: [ 'https://api.zilliqa.com' ],
30802
30842
  faucets: [],
@@ -30808,9 +30848,9 @@ const chainArray = [
30808
30848
  icon: 'zilliqa',
30809
30849
  explorers: [
30810
30850
  {
30811
- name: 'Zilliqa EVM Explorer',
30812
- url: 'https://evmx.zilliqa.com',
30813
- standard: 'none'
30851
+ name: 'Zilliqa 2 Mainnet Explorer',
30852
+ url: 'https://zilliqa.blockscout.com',
30853
+ standard: 'EIP3091'
30814
30854
  }
30815
30855
  ]
30816
30856
  },
@@ -30872,21 +30912,21 @@ const chainArray = [
30872
30912
  ]
30873
30913
  },
30874
30914
  {
30875
- name: 'Zilliqa EVM Testnet',
30915
+ name: 'Zilliqa 2 Testnet',
30876
30916
  chain: 'ZIL',
30877
- rpc: [ 'https://dev-api.zilliqa.com' ],
30878
- faucets: [ 'https://dev-wallet.zilliqa.com/faucet?network=testnet' ],
30917
+ rpc: [ 'https://api.testnet.zilliqa.com' ],
30918
+ faucets: [ 'https://faucet.testnet.zilliqa.com' ],
30879
30919
  nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
30880
- infoURL: 'https://www.zilliqa.com/',
30920
+ infoURL: 'https://www.zilliqa.com',
30881
30921
  shortName: 'zil-testnet',
30882
30922
  chainId: 33101,
30883
30923
  networkId: 33101,
30884
30924
  slip44: 1,
30885
30925
  explorers: [
30886
30926
  {
30887
- name: 'Zilliqa EVM Explorer',
30888
- url: 'https://evmx.zilliqa.com',
30889
- standard: 'none'
30927
+ name: 'Zilliqa 2 Testnet Explorer',
30928
+ url: 'https://testnet.zilliqa.blockscout.com',
30929
+ standard: 'EIP3091'
30890
30930
  }
30891
30931
  ]
30892
30932
  },
@@ -39626,6 +39666,34 @@ const chainArray = [
39626
39666
  ],
39627
39667
  status: 'active'
39628
39668
  },
39669
+ {
39670
+ name: 'Studio Blockchain Mainnet',
39671
+ chain: 'STO',
39672
+ icon: 'studio',
39673
+ rpc: [
39674
+ 'https://mainnet.studio-blockchain.com',
39675
+ 'https://mainnet2.studio-blockchain.com',
39676
+ 'https://mainnet3.studio-blockchain.com',
39677
+ 'https://mainnet.studio-scan.com',
39678
+ 'https://mainnet2.studio-scan.com',
39679
+ 'wss://mainnet.studio-blockchain.com:8547'
39680
+ ],
39681
+ faucets: [],
39682
+ nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
39683
+ features: [ { name: 'EIP155' } ],
39684
+ infoURL: 'https://studio-blockchain.com',
39685
+ shortName: 'stom',
39686
+ chainId: 240241,
39687
+ networkId: 240241,
39688
+ explorers: [
39689
+ {
39690
+ name: 'Studio Scan',
39691
+ url: 'https://studio-scan.com',
39692
+ standard: 'EIP3091'
39693
+ }
39694
+ ],
39695
+ status: 'active'
39696
+ },
39629
39697
  {
39630
39698
  name: 'Orange Chain Testnet',
39631
39699
  title: 'Orange Chain Testnet',
@@ -40089,6 +40157,24 @@ const chainArray = [
40089
40157
  }
40090
40158
  ]
40091
40159
  },
40160
+ {
40161
+ name: 'World Mobile Chain Testnet',
40162
+ chain: 'WOMOX',
40163
+ rpc: [ 'https://worldmobile-devnet.g.alchemy.com/public' ],
40164
+ faucets: [ 'https://testnet-faucet.worldmobile.net' ],
40165
+ nativeCurrency: { name: 'ATestingToken', symbol: 'WOMOX', decimals: 18 },
40166
+ infoURL: 'https://worldmobile.io/the-chain',
40167
+ shortName: 'WMCTEST',
40168
+ chainId: 323432,
40169
+ networkId: 323432,
40170
+ explorers: [
40171
+ {
40172
+ name: 'World Mobile Testnet Explorer',
40173
+ url: 'https://testnet-explorer.worldmobile.net',
40174
+ standard: 'EIP3091'
40175
+ }
40176
+ ]
40177
+ },
40092
40178
  {
40093
40179
  name: 'Camp Network Testnet V2',
40094
40180
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.685",
3
+ "version": "0.0.687",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {