eth-chainlist 0.0.809 → 0.0.810

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.810 (2026-08-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.809 ([fec028c](https://github.com/poowf/eth-chainlist/commit/fec028cae5ac49f0ac90949d825ad50dbd4c7f6b))
9
+ * update chain data ([5aa9188](https://github.com/poowf/eth-chainlist/commit/5aa91884118c5288d48110bce23a40a9f4d05012))
10
+
3
11
  ### 0.0.809 (2026-08-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3439,19 +3439,24 @@ const chainArray = [
3439
3439
  ]
3440
3440
  },
3441
3441
  {
3442
- name: 'Omni Testnet (Deprecated)',
3443
- chain: 'Omni',
3444
- rpc: [],
3445
- features: [ { name: 'EIP155' } ],
3442
+ name: 'Farm Chain',
3443
+ chain: 'FMC',
3444
+ rpc: [ 'https://rpc.fmcscan.com' ],
3446
3445
  faucets: [],
3447
- nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3448
- infoURL: 'https://docs.omni.network/',
3449
- shortName: 'omni_testnet_deprecated',
3446
+ nativeCurrency: { name: 'Farm Coin', symbol: 'FMC', decimals: 18 },
3447
+ infoURL: 'https://fmcscan.com',
3448
+ shortName: 'fmc',
3450
3449
  chainId: 165,
3451
3450
  networkId: 165,
3452
- slip44: 1,
3453
- explorers: [],
3454
- status: 'deprecated'
3451
+ redFlags: [ 'reusedChainId' ],
3452
+ slip44: 60,
3453
+ explorers: [
3454
+ {
3455
+ name: 'Farm Chain Explorer',
3456
+ url: 'https://fmcscan.com',
3457
+ standard: 'EIP3091'
3458
+ }
3459
+ ]
3455
3460
  },
3456
3461
  {
3457
3462
  name: 'Nomina',
@@ -23972,6 +23977,27 @@ const chainArray = [
23972
23977
  }
23973
23978
  ]
23974
23979
  },
23980
+ {
23981
+ name: 'YNX Testnet',
23982
+ chain: 'YNX',
23983
+ icon: 'ynx',
23984
+ rpc: [ 'https://evm.ynxweb4.com' ],
23985
+ faucets: [ 'https://www.ynxweb4.com/dapp/faucet' ],
23986
+ nativeCurrency: { name: 'YNXT', symbol: 'YNXT', decimals: 18 },
23987
+ infoURL: 'https://ynxweb4.com',
23988
+ shortName: 'ynxtest',
23989
+ chainId: 6423,
23990
+ networkId: 6423,
23991
+ slip44: 60,
23992
+ explorers: [
23993
+ {
23994
+ name: 'YNX Explorer',
23995
+ url: 'https://explorer.ynxweb4.com',
23996
+ standard: 'EIP3091'
23997
+ }
23998
+ ],
23999
+ features: [ { name: 'EIP155' } ]
24000
+ },
23975
24001
  {
23976
24002
  name: 'MIZUHIKI Testnet Awaji',
23977
24003
  chain: 'MIZU',
@@ -27195,7 +27221,8 @@ const chainArray = [
27195
27221
  standard: 'EIP3091'
27196
27222
  }
27197
27223
  ],
27198
- status: 'active'
27224
+ status: 'active',
27225
+ icon: 'garuda'
27199
27226
  },
27200
27227
  {
27201
27228
  name: 'MARO Blockchain Mainnet',
@@ -27378,23 +27405,35 @@ const chainArray = [
27378
27405
  ]
27379
27406
  },
27380
27407
  {
27381
- name: 'XANAChain',
27382
- chain: 'XANAChain',
27383
- rpc: [ 'https://mainnet.xana.net/rpc' ],
27408
+ name: 'c8ntinuum',
27409
+ chain: 'CTM',
27410
+ rpc: [
27411
+ 'https://rpc.c8ntinuum.com',
27412
+ 'https://rpc.c8ntinuum.io',
27413
+ 'https://rpc.c8ntinuum.link'
27414
+ ],
27384
27415
  faucets: [],
27385
- nativeCurrency: { name: 'XETA', symbol: 'XETA', decimals: 18 },
27386
- infoURL: 'https://xanachain.xana.net/',
27387
- shortName: 'XANAChain',
27416
+ nativeCurrency: { name: 'c8ntinuum', symbol: 'CTM', decimals: 18 },
27417
+ features: [
27418
+ { name: 'EIP155' },
27419
+ { name: 'EIP1559' },
27420
+ { name: 'EIP2930' },
27421
+ { name: 'EIP7702' }
27422
+ ],
27423
+ infoURL: 'https://c8ntinuum.com',
27424
+ shortName: 'ctm',
27388
27425
  chainId: 8888,
27389
27426
  networkId: 8888,
27390
- icon: 'xeta',
27427
+ slip44: 60,
27428
+ icon: 'c8ntinuum',
27391
27429
  explorers: [
27392
27430
  {
27393
- name: 'XANAChain',
27394
- url: 'https://xanachain.xana.net',
27431
+ name: 'CTMScan',
27432
+ url: 'https://ctmscan.io',
27395
27433
  standard: 'EIP3091'
27396
27434
  }
27397
27435
  ],
27436
+ status: 'active',
27398
27437
  redFlags: [ 'reusedChainId' ]
27399
27438
  },
27400
27439
  {
@@ -33538,6 +33577,25 @@ const chainArray = [
33538
33577
  }
33539
33578
  ]
33540
33579
  },
33580
+ {
33581
+ name: 'Coinbosa Chain',
33582
+ chain: 'BOSA',
33583
+ rpc: [ 'https://explorer.coinbosa.com/rpc' ],
33584
+ faucets: [],
33585
+ nativeCurrency: { name: 'Coinbosa', symbol: 'BOSA', decimals: 18 },
33586
+ infoURL: 'https://coinbosa.com',
33587
+ shortName: 'bosa',
33588
+ chainId: 26262,
33589
+ networkId: 26262,
33590
+ icon: 'coinbosa',
33591
+ explorers: [
33592
+ {
33593
+ name: 'Coinbosa Explorer',
33594
+ url: 'https://explorer.coinbosa.com',
33595
+ standard: 'none'
33596
+ }
33597
+ ]
33598
+ },
33541
33599
  {
33542
33600
  name: 'DucatusX Testnet',
33543
33601
  chain: 'DUCX',
@@ -40732,6 +40790,25 @@ const chainArray = [
40732
40790
  }
40733
40791
  ]
40734
40792
  },
40793
+ {
40794
+ name: 'Shark Network',
40795
+ chain: 'SHARK',
40796
+ rpc: [ 'https://rpc.rpcshark.com' ],
40797
+ faucets: [],
40798
+ nativeCurrency: { name: 'Shark', symbol: 'SHARK', decimals: 18 },
40799
+ infoURL: 'https://swapshark.net',
40800
+ shortName: 'shark',
40801
+ chainId: 88118,
40802
+ networkId: 88118,
40803
+ icon: 'shark',
40804
+ explorers: [
40805
+ {
40806
+ name: 'SharkScan',
40807
+ url: 'https://sharkscan.app',
40808
+ standard: 'EIP3091'
40809
+ }
40810
+ ]
40811
+ },
40735
40812
  {
40736
40813
  name: 'InoAi',
40737
40814
  chain: 'INOAI',
@@ -43373,6 +43450,25 @@ const chainArray = [
43373
43450
  }
43374
43451
  ]
43375
43452
  },
43453
+ {
43454
+ name: 'WheatCoin Mainnet',
43455
+ chain: 'WHEAT',
43456
+ rpc: [ 'https://rpc.mizodevelopment.com' ],
43457
+ faucets: [],
43458
+ nativeCurrency: { name: 'WheatCoin', symbol: 'WHEAT', decimals: 18 },
43459
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
43460
+ infoURL: 'https://itzlalpekhlua.github.io/WheatCoin-Token/',
43461
+ shortName: 'wheat',
43462
+ chainId: 153043,
43463
+ networkId: 153043,
43464
+ explorers: [
43465
+ {
43466
+ name: 'WheatCoin Explorer',
43467
+ url: 'https://explorer.mizodevelopment.com',
43468
+ standard: 'EIP3091'
43469
+ }
43470
+ ]
43471
+ },
43376
43472
  {
43377
43473
  name: 'Odyssey Chain Mainnet',
43378
43474
  chain: 'DIONE',
@@ -49727,6 +49823,27 @@ const chainArray = [
49727
49823
  icon: 'coti',
49728
49824
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
49729
49825
  },
49826
+ {
49827
+ name: 'Winmar Tech Chain',
49828
+ chain: 'WTC',
49829
+ icon: 'wtc',
49830
+ rpc: [ 'https://winmar.tech/rpc' ],
49831
+ faucets: [ 'https://winmar.tech/faucet' ],
49832
+ nativeCurrency: { name: 'Winmar Tech Chain', symbol: 'WTC', decimals: 18 },
49833
+ infoURL: 'https://winmar.tech',
49834
+ shortName: 'wtc',
49835
+ chainId: 2640162,
49836
+ networkId: 2640162,
49837
+ explorers: [
49838
+ {
49839
+ name: 'Winmar Explorer',
49840
+ url: 'https://winmar.tech/explorer',
49841
+ standard: 'EIP3091'
49842
+ }
49843
+ ],
49844
+ features: [ { name: 'EIP155' } ],
49845
+ status: 'active'
49846
+ },
49730
49847
  {
49731
49848
  name: 'Horizen Testnet',
49732
49849
  chain: 'horizen',
@@ -55695,6 +55812,23 @@ const chainArray = [
55695
55812
  standard: 'EIP3091'
55696
55813
  }
55697
55814
  ]
55815
+ },
55816
+ {
55817
+ name: 'DuckFourFourChain',
55818
+ chain: 'DFFC',
55819
+ icon: 'dffc',
55820
+ rpc: [
55821
+ 'https://main-duckchain.zeninhost.xyz',
55822
+ 'wss://duckfourfourchain-ws.zeninhost.xyz'
55823
+ ],
55824
+ faucets: [],
55825
+ nativeCurrency: { name: 'DuckFourFourCoin', symbol: 'DFFC', decimals: 18 },
55826
+ infoURL: 'https://duckfourfourchain.zeninhost.xyz',
55827
+ shortName: 'dffc',
55828
+ chainId: 2716446429837001,
55829
+ networkId: 2716446429837001,
55830
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
55831
+ explorers: []
55698
55832
  }
55699
55833
  ];
55700
55834
  module.exports = chainArray;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.809",
3
+ "version": "0.0.810",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {