eth-chainlist 0.0.694 → 0.0.695

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.695 (2025-10-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.694 ([72d1f89](https://github.com/poowf/eth-chainlist/commit/72d1f893954b0b2e355cb879ed69365a8d5c2ed6))
9
+ * update chain data ([fe35d21](https://github.com/poowf/eth-chainlist/commit/fe35d21bd63324009c0e0dec726fc5e39511c931))
10
+
3
11
  ### 0.0.694 (2025-10-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -866,6 +866,8 @@ const chainArray = [
866
866
  chain: 'LUKSO',
867
867
  icon: 'lukso',
868
868
  rpc: [
869
+ 'https://42.rpc.thirdweb.com',
870
+ 'https://rpc.lukso.sigmacore.io',
869
871
  'https://rpc.mainnet.lukso.network',
870
872
  'wss://ws-rpc.mainnet.lukso.network'
871
873
  ],
@@ -873,8 +875,8 @@ const chainArray = [
873
875
  nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
874
876
  explorers: [
875
877
  {
876
- name: 'Blockscout',
877
- url: 'https://explorer.execution.mainnet.lukso.network',
878
+ name: 'LUKSO Execution Explorer',
879
+ url: 'https://explorer.lukso.network',
878
880
  standard: 'EIP3091'
879
881
  }
880
882
  ],
@@ -3430,25 +3432,22 @@ const chainArray = [
3430
3432
  status: 'deprecated'
3431
3433
  },
3432
3434
  {
3433
- name: 'Omni',
3434
- chain: 'Omni',
3435
+ name: 'Nomina',
3436
+ chain: 'Nomina',
3435
3437
  status: 'active',
3436
- rpc: [
3437
- 'https://mainnet.omni.network',
3438
- 'wss://wss.mainnet.omni.network'
3439
- ],
3438
+ rpc: [ 'https://mainnet.nomina.io', 'wss://wss.mainnet.nomina.io' ],
3440
3439
  features: [ { name: 'EIP155' } ],
3441
3440
  faucets: [],
3442
- nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3441
+ nativeCurrency: { name: 'Nomina', symbol: 'NOM', decimals: 18 },
3443
3442
  infoURL: 'https://docs.omni.network',
3444
- shortName: 'omni',
3443
+ shortName: 'nom',
3445
3444
  chainId: 166,
3446
3445
  networkId: 166,
3447
3446
  slip44: 1,
3448
- icon: 'omni',
3447
+ icon: 'nom',
3449
3448
  explorers: [
3450
3449
  {
3451
- name: 'Omni EVM and cross-chain Explorer',
3450
+ name: 'Nomina EVM and cross-chain Explorer',
3452
3451
  url: 'https://omniscan.network',
3453
3452
  standard: 'EIP3091'
3454
3453
  }
@@ -19372,7 +19371,7 @@ const chainArray = [
19372
19371
  {
19373
19372
  name: 'LUKSO Testnet',
19374
19373
  chain: 'LUKSO Testnet',
19375
- icon: 'lukso',
19374
+ icon: 'lukso-testnet',
19376
19375
  rpc: [
19377
19376
  'https://rpc.testnet.lukso.network',
19378
19377
  'wss://ws-rpc.testnet.lukso.network'
@@ -19381,9 +19380,9 @@ const chainArray = [
19381
19380
  nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
19382
19381
  explorers: [
19383
19382
  {
19384
- name: 'Blockscout',
19383
+ name: 'LUKSO Testnet Execution Explorer',
19385
19384
  url: 'https://explorer.execution.testnet.lukso.network',
19386
- standard: 'none'
19385
+ standard: 'EIP3091'
19387
19386
  }
19388
19387
  ],
19389
19388
  infoURL: 'https://lukso.network',
@@ -32281,6 +32280,7 @@ const chainArray = [
32281
32280
  chain: 'CELO',
32282
32281
  networkId: 44787,
32283
32282
  slip44: 1,
32283
+ status: 'deprecated',
32284
32284
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
32285
32285
  rpc: [
32286
32286
  'https://alfajores-forno.celo-testnet.org',
@@ -34348,6 +34348,7 @@ const chainArray = [
34348
34348
  chain: 'CELO',
34349
34349
  networkId: 62320,
34350
34350
  slip44: 1,
34351
+ status: 'deprecated',
34351
34352
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
34352
34353
  rpc: [ 'https://baklava-forno.celo-testnet.org' ],
34353
34354
  faucets: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.694",
3
+ "version": "0.0.695",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {