eth-chainlist 0.0.508 → 0.0.510

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +144 -19
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.509 (2024-10-06)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.508 ([6d7200d](https://github.com/poowf/eth-chainlist/commit/6d7200d8a4ca6c37d24a4070c6ab5ed6bc700a71))
17
+ * update chain data ([61c3aac](https://github.com/poowf/eth-chainlist/commit/61c3aaca06ba53b5570c5475051e5fe6c3c9ae4f))
18
+
3
19
  ### 0.0.508 (2024-10-05)
4
20
 
5
21
 
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',
@@ -4442,6 +4442,24 @@ const chainArray = [
4442
4442
  }
4443
4443
  ]
4444
4444
  },
4445
+ {
4446
+ name: 'Glide L1 Protocol XP',
4447
+ chain: 'GLXP',
4448
+ icon: 'glide',
4449
+ rpc: [
4450
+ 'https://rpc-api.glideprotocol.xyz/l1-rpc/',
4451
+ 'wss://rpc-api.glideprotocol.xyz/l1-rpc/'
4452
+ ],
4453
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4454
+ faucets: [],
4455
+ nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
4456
+ infoURL: 'https://glideprotocol.xyz',
4457
+ shortName: 'glide',
4458
+ chainId: 251,
4459
+ networkId: 251,
4460
+ slip44: 60,
4461
+ status: 'active'
4462
+ },
4445
4463
  {
4446
4464
  name: 'Fraxtal',
4447
4465
  chain: 'FRAX',
@@ -4462,6 +4480,32 @@ const chainArray = [
4462
4480
  ],
4463
4481
  status: 'active'
4464
4482
  },
4483
+ {
4484
+ name: 'Glide L2 Protocol XP',
4485
+ chain: 'GLXP',
4486
+ icon: 'glide',
4487
+ rpc: [
4488
+ 'https://rpc-api.glideprotocol.xyz/l2-rpc/',
4489
+ 'wss://rpc-api.glideprotocol.xyz/l2-rpc/'
4490
+ ],
4491
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4492
+ faucets: [],
4493
+ nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
4494
+ infoURL: 'https://glideprotocol.xyz',
4495
+ shortName: 'glidexp',
4496
+ chainId: 253,
4497
+ networkId: 253,
4498
+ explorers: [
4499
+ {
4500
+ name: 'glidescan',
4501
+ url: 'https://blockchain-explorer.glideprotocol.xyz',
4502
+ icon: 'blockscout',
4503
+ standard: 'EIP3091'
4504
+ }
4505
+ ],
4506
+ parent: { type: 'L2', chain: 'eip155-251' },
4507
+ status: 'active'
4508
+ },
4465
4509
  {
4466
4510
  name: 'Swan Chain Mainnet',
4467
4511
  chain: 'SWAN',
@@ -7502,7 +7546,7 @@ const chainArray = [
7502
7546
  explorers: [
7503
7547
  {
7504
7548
  name: 'QL1 Mainnet Explorer',
7505
- url: 'https://mainnet.qom.one',
7549
+ url: 'https://scan.qom.one',
7506
7550
  icon: 'qom',
7507
7551
  standard: 'EIP3091'
7508
7552
  }
@@ -19486,6 +19530,34 @@ const chainArray = [
19486
19530
  }
19487
19531
  ]
19488
19532
  },
19533
+ {
19534
+ name: 'Vexon Testnet',
19535
+ chain: 'Vexon',
19536
+ rpc: [
19537
+ 'https://rpc-testnet-asia1.vexonhub.org',
19538
+ 'https://rpc-testnet-europe1.vexonhub.org',
19539
+ 'https://rpc-testnet-01.vexonhub.org'
19540
+ ],
19541
+ faucets: [ 'https://faucet-drip.vexonhub.org' ],
19542
+ nativeCurrency: {
19543
+ name: 'Vexon Testnet Native Token',
19544
+ symbol: 'tVEX',
19545
+ decimals: 18
19546
+ },
19547
+ infoURL: 'https://vexonhub.org',
19548
+ shortName: 'vexon',
19549
+ chainId: 7879,
19550
+ networkId: 7879,
19551
+ icon: 'vexon',
19552
+ explorers: [
19553
+ {
19554
+ name: 'Vexon Testnet Explorer',
19555
+ url: 'https://testnet.vexonhub.org',
19556
+ standard: 'EIP3091',
19557
+ icon: 'vexon'
19558
+ }
19559
+ ]
19560
+ },
19489
19561
  {
19490
19562
  name: 'Kinto Mainnet',
19491
19563
  chain: 'Kinto Mainnet',
@@ -21028,7 +21100,14 @@ const chainArray = [
21028
21100
  chainId: 9070,
21029
21101
  networkId: 9070,
21030
21102
  icon: 'apexfusion',
21031
- explorers: []
21103
+ explorers: [
21104
+ {
21105
+ name: 'apexfusion',
21106
+ url: 'https://explorer.nexus.testnet.apexfusion.org',
21107
+ icon: 'apexfusion',
21108
+ standard: 'EIP3091'
21109
+ }
21110
+ ]
21032
21111
  },
21033
21112
  {
21034
21113
  name: 'Genesis Coin',
@@ -30023,6 +30102,25 @@ const chainArray = [
30023
30102
  }
30024
30103
  ]
30025
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
+ },
30026
30124
  {
30027
30125
  name: 'Mantis Testnet (Hexapod)',
30028
30126
  chain: 'Mantis',
@@ -30152,6 +30250,25 @@ const chainArray = [
30152
30250
  }
30153
30251
  ]
30154
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
+ },
30155
30272
  {
30156
30273
  name: 'OptimusZ7 Testnet',
30157
30274
  chain: 'OptimusZ7',
@@ -31356,27 +31473,16 @@ const chainArray = [
31356
31473
  {
31357
31474
  name: 'Taiko Katla L2',
31358
31475
  chain: 'ETH',
31359
- status: 'active',
31476
+ status: 'deprecated',
31360
31477
  icon: 'taiko',
31361
- rpc: [
31362
- 'https://rpc.katla.taiko.xyz',
31363
- 'wss://ws.katla.taiko.xyz',
31364
- 'https://taiko-katla.drpc.org',
31365
- 'wss://taiko-katla.drpc.org'
31366
- ],
31478
+ rpc: [],
31367
31479
  faucets: [],
31368
31480
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
31369
31481
  infoURL: 'https://taiko.xyz',
31370
31482
  shortName: 'tko-katla',
31371
31483
  chainId: 167008,
31372
31484
  networkId: 167008,
31373
- explorers: [
31374
- {
31375
- name: 'blockscout',
31376
- url: 'https://explorer.katla.taiko.xyz',
31377
- standard: 'EIP3091'
31378
- }
31379
- ]
31485
+ explorers: []
31380
31486
  },
31381
31487
  {
31382
31488
  name: 'Taiko Hekla L2',
@@ -34023,6 +34129,25 @@ const chainArray = [
34023
34129
  }
34024
34130
  ]
34025
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
+ },
34026
34151
  {
34027
34152
  name: 'Miexs Smartchain',
34028
34153
  chain: 'MiexsSmartchain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.508",
3
+ "version": "0.0.510",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {