eth-chainlist 0.0.625 → 0.0.626

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.626 (2025-03-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.625 ([41fb551](https://github.com/poowf/eth-chainlist/commit/41fb551ed55623c3780762fba7e8aa1f98b39686))
9
+ * update chain data ([5a39956](https://github.com/poowf/eth-chainlist/commit/5a399562010dc3dcd074080b39ad8379777f90ec))
10
+
3
11
  ### 0.0.625 (2025-02-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -17035,7 +17035,7 @@ const chainArray = [
17035
17035
  explorers: [
17036
17036
  {
17037
17037
  name: 'bcexplorer mainnet',
17038
- url: 'https://mainnet.bchscan.io',
17038
+ url: 'https://bchscan.io',
17039
17039
  standard: 'EIP3091'
17040
17040
  }
17041
17041
  ]
@@ -17323,18 +17323,24 @@ const chainArray = [
17323
17323
  ]
17324
17324
  },
17325
17325
  {
17326
- name: 'EthStorage L2 Devnet',
17327
- chain: 'EthStorage',
17328
- rpc: [ 'http://devnet.l2.ethstorage.io:9540' ],
17326
+ name: 'QuarkChain L2 Beta Testnet',
17327
+ chain: 'QuarkChain',
17328
+ rpc: [ 'https://rpc.beta.testnet.l2.quarkchain.io:8545' ],
17329
17329
  faucets: [],
17330
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17331
- infoURL: 'https://ethstorage.io/',
17332
- shortName: 'esl2-d',
17330
+ nativeCurrency: { name: 'QKC', symbol: 'QKC', decimals: 18 },
17331
+ infoURL: 'https://www.quarkchain.io',
17332
+ shortName: 'qkcl2-b',
17333
17333
  chainId: 3335,
17334
17334
  networkId: 3335,
17335
17335
  slip44: 1,
17336
- status: 'incubating',
17337
- parent: { type: 'L2', chain: 'eip155-11155111' }
17336
+ parent: { type: 'L2', chain: 'eip155-11155111' },
17337
+ explorers: [
17338
+ {
17339
+ name: 'quarkchain-beta-test',
17340
+ url: 'https://explorer.beta.testnet.l2.quarkchain.io',
17341
+ standard: 'EIP3091'
17342
+ }
17343
+ ]
17338
17344
  },
17339
17345
  {
17340
17346
  name: 'EthStorage L2 Testnet',
@@ -28659,6 +28665,25 @@ const chainArray = [
28659
28665
  }
28660
28666
  ]
28661
28667
  },
28668
+ {
28669
+ name: 'MagiChain',
28670
+ chain: 'MagiChain',
28671
+ icon: 'magiIcon',
28672
+ rpc: [ 'https://rpc.magichain.io' ],
28673
+ faucets: [],
28674
+ nativeCurrency: { name: 'MGIX', symbol: 'MGIX', decimals: 18 },
28675
+ infoURL: 'https://magichain.io',
28676
+ shortName: 'MGC',
28677
+ chainId: 24125,
28678
+ networkId: 24125,
28679
+ explorers: [
28680
+ {
28681
+ name: 'MagiChain Explorer',
28682
+ url: 'https://explorer.magichain.io',
28683
+ standard: 'EIP3091'
28684
+ }
28685
+ ]
28686
+ },
28662
28687
  {
28663
28688
  name: 'Webchain',
28664
28689
  chain: 'WEB',
@@ -39654,8 +39679,8 @@ const chainArray = [
39654
39679
  ]
39655
39680
  },
39656
39681
  {
39657
- name: 'Primea Chain',
39658
- chain: 'Primea Chain',
39682
+ name: 'Primea Chain Mainnet',
39683
+ chain: 'Primea Chain Mainnet',
39659
39684
  rpc: [
39660
39685
  'http://rpc.primeanetwork.com/rpc-http',
39661
39686
  'https://rpc.primeanetwork.com/rpc-https',
@@ -41142,6 +41167,24 @@ const chainArray = [
41142
41167
  }
41143
41168
  ]
41144
41169
  },
41170
+ {
41171
+ name: 'Primea Chain Testnet',
41172
+ chain: 'Primea Chain Testnet',
41173
+ rpc: [
41174
+ 'http://test-rpc.primeanetwork.com/rpc-http',
41175
+ 'https://test-rpc.primeanetwork.com/rpc-https',
41176
+ 'ws://test-rpc.primeanetwork.com/rpc-ws',
41177
+ 'wss://test-rpc.primeanetwork.com/rpc-wss'
41178
+ ],
41179
+ faucets: [],
41180
+ nativeCurrency: { name: 'PrimeaCoin Test', symbol: 'PRIM', decimals: 18 },
41181
+ infoURL: 'https://primeanetwork.com',
41182
+ shortName: 'test-prim',
41183
+ chainId: 1698369,
41184
+ networkId: 1698369,
41185
+ icon: 'prim',
41186
+ explorers: []
41187
+ },
41145
41188
  {
41146
41189
  name: 'Turkey Demo Dev',
41147
41190
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.625",
3
+ "version": "0.0.626",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {