eth-chainlist 0.0.509 → 0.0.510

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.510 (2024-10-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.509 ([f71d6a3](https://github.com/poowf/eth-chainlist/commit/f71d6a3a91004ade1459b58ed951f0be0ab72b0a))
9
+ * update chain data ([730d0f0](https://github.com/poowf/eth-chainlist/commit/730d0f093bb7c6684c70d7dea01ea909a265933e))
10
+
3
11
  ### 0.0.509 (2024-10-06)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3527,7 +3527,7 @@ const chainArray = [
3527
3527
  explorers: []
3528
3528
  },
3529
3529
  {
3530
- name: 'Ethernity Mainnet',
3530
+ name: 'Ethernity',
3531
3531
  chain: 'Ethernity',
3532
3532
  rpc: [ 'https://mainnet.ethernitychain.io' ],
3533
3533
  faucets: [],
@@ -3538,7 +3538,7 @@ const chainArray = [
3538
3538
  networkId: 183,
3539
3539
  explorers: [
3540
3540
  {
3541
- name: 'Ethernity Mainnet Explorer',
3541
+ name: 'Ethernity Explorer',
3542
3542
  url: 'https://ernscan.io',
3543
3543
  standard: 'EIP3091'
3544
3544
  }
@@ -4246,7 +4246,7 @@ const chainArray = [
4246
4246
  'wss://rpc_mainnet.mindnetwork.xyz'
4247
4247
  ],
4248
4248
  faucets: [],
4249
- nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
4249
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4250
4250
  features: [ { name: 'EIP155' } ],
4251
4251
  infoURL: 'https://mindnetwork.xyz',
4252
4252
  shortName: 'fhe',
@@ -7546,7 +7546,7 @@ const chainArray = [
7546
7546
  explorers: [
7547
7547
  {
7548
7548
  name: 'QL1 Mainnet Explorer',
7549
- url: 'https://mainnet.qom.one',
7549
+ url: 'https://scan.qom.one',
7550
7550
  icon: 'qom',
7551
7551
  standard: 'EIP3091'
7552
7552
  }
@@ -30102,6 +30102,25 @@ const chainArray = [
30102
30102
  }
30103
30103
  ]
30104
30104
  },
30105
+ {
30106
+ name: 'SRICHAIN',
30107
+ chain: 'SRICHAIN',
30108
+ rpc: [ 'https://rpc.sriscan.com/' ],
30109
+ faucets: [],
30110
+ nativeCurrency: { name: 'SRIX', symbol: 'SRIX', decimals: 18 },
30111
+ infoURL: 'https://sriscan.com',
30112
+ shortName: 'sriscan',
30113
+ chainId: 95432,
30114
+ networkId: 95432,
30115
+ slip44: 108,
30116
+ explorers: [
30117
+ {
30118
+ name: 'SRICHAIN',
30119
+ url: 'https://sriscan.com',
30120
+ standard: 'EIP3091'
30121
+ }
30122
+ ]
30123
+ },
30105
30124
  {
30106
30125
  name: 'Mantis Testnet (Hexapod)',
30107
30126
  chain: 'Mantis',
@@ -30231,6 +30250,25 @@ const chainArray = [
30231
30250
  }
30232
30251
  ]
30233
30252
  },
30253
+ {
30254
+ name: 'MetaBenz CHAIN',
30255
+ chain: 'MetaBenz CHAIN',
30256
+ rpc: [ 'https://rpc.metabenzscan.com' ],
30257
+ faucets: [],
30258
+ nativeCurrency: { name: 'MBC', symbol: 'MBC', decimals: 18 },
30259
+ infoURL: 'https://metabenzscan.com',
30260
+ shortName: 'metabenzscan',
30261
+ chainId: 97766,
30262
+ networkId: 97766,
30263
+ slip44: 108,
30264
+ explorers: [
30265
+ {
30266
+ name: 'MetaBenz CHAIN',
30267
+ url: 'https://metabenzscan.com',
30268
+ standard: 'EIP3091'
30269
+ }
30270
+ ]
30271
+ },
30234
30272
  {
30235
30273
  name: 'OptimusZ7 Testnet',
30236
30274
  chain: 'OptimusZ7',
@@ -34091,6 +34129,25 @@ const chainArray = [
34091
34129
  }
34092
34130
  ]
34093
34131
  },
34132
+ {
34133
+ name: 'PAYSCAN CHAIN',
34134
+ chain: 'PAYSCAN CHAIN',
34135
+ rpc: [ 'https://rpc.payscan.live' ],
34136
+ faucets: [],
34137
+ nativeCurrency: { name: 'PYZ', symbol: 'PYZ', decimals: 18 },
34138
+ infoURL: 'https://payscan.live',
34139
+ shortName: 'payscan',
34140
+ chainId: 756689,
34141
+ networkId: 756689,
34142
+ slip44: 108,
34143
+ explorers: [
34144
+ {
34145
+ name: 'PAYSCAN CHAIN',
34146
+ url: 'https://payscan.live',
34147
+ standard: 'EIP3091'
34148
+ }
34149
+ ]
34150
+ },
34094
34151
  {
34095
34152
  name: 'Miexs Smartchain',
34096
34153
  chain: 'MiexsSmartchain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.509",
3
+ "version": "0.0.510",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {