eth-chainlist 0.0.797 → 0.0.799

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.799 (2026-08-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.798 ([1348453](https://github.com/poowf/eth-chainlist/commit/134845374bdb42bb3dfc4c6d7242e71df3afcc80))
9
+ * update chain data ([8422db8](https://github.com/poowf/eth-chainlist/commit/8422db876517bf495aedbfbf83fe1004606af122))
10
+
11
+ ### 0.0.798 (2026-08-02)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.797 ([0698a06](https://github.com/poowf/eth-chainlist/commit/0698a068a06ac2b8b483fc9dc4c63adf052b0856))
17
+ * update chain data ([4a5d796](https://github.com/poowf/eth-chainlist/commit/4a5d796137df5935ecf7203c98eb903eab69bdc1))
18
+
3
19
  ### 0.0.797 (2026-07-31)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -40278,6 +40278,24 @@ const chainArray = [
40278
40278
  }
40279
40279
  ]
40280
40280
  },
40281
+ {
40282
+ name: 'OmniCoin',
40283
+ chain: 'OmniCoin',
40284
+ rpc: [ 'https://rpc.omnicoin.net' ],
40285
+ faucets: [],
40286
+ nativeCurrency: { name: 'OmniCoin', symbol: 'XOM', decimals: 18 },
40287
+ infoURL: 'https://app.omnibazaar.com',
40288
+ shortName: 'xom',
40289
+ chainId: 88008,
40290
+ networkId: 88008,
40291
+ explorers: [
40292
+ {
40293
+ name: 'OmniCoin Explorer',
40294
+ url: 'https://explorer.omnicoin.net',
40295
+ standard: 'none'
40296
+ }
40297
+ ]
40298
+ },
40281
40299
  {
40282
40300
  name: 'InoAi',
40283
40301
  chain: 'INOAI',
@@ -44957,6 +44975,25 @@ const chainArray = [
44957
44975
  ],
44958
44976
  parent: { type: 'L2', chain: 'eip155-11155111' }
44959
44977
  },
44978
+ {
44979
+ name: 'BetaXChain Mainnet',
44980
+ chain: 'BetaXChain',
44981
+ icon: 'betaxchain',
44982
+ rpc: [ 'https://rpc.betaxchain.org' ],
44983
+ faucets: [],
44984
+ nativeCurrency: { name: 'PBX', symbol: 'PBX', decimals: 18 },
44985
+ infoURL: 'https://betaxchain.com',
44986
+ shortName: 'betax',
44987
+ chainId: 290783,
44988
+ networkId: 290783,
44989
+ explorers: [
44990
+ {
44991
+ name: 'BetaXChain Explorer',
44992
+ url: 'https://explorer.betaxchain.org',
44993
+ standard: 'none'
44994
+ }
44995
+ ]
44996
+ },
44960
44997
  {
44961
44998
  name: 'Cipherem Testnet',
44962
44999
  chain: 'Cipherem',
@@ -47415,6 +47452,27 @@ const chainArray = [
47415
47452
  }
47416
47453
  ]
47417
47454
  },
47455
+ {
47456
+ name: 'MANORA L2 Testnet',
47457
+ title: 'MANORA L2 Testnet',
47458
+ chain: 'MANORA',
47459
+ rpc: [ 'https://rpc-test.manoracoin.com' ],
47460
+ faucets: [ 'https://faucet-test.manoracoin.com' ],
47461
+ nativeCurrency: { name: 'MANORA', symbol: 'MNR', decimals: 18 },
47462
+ infoURL: 'https://manoracoin.com',
47463
+ shortName: 'manora-testnet',
47464
+ chainId: 777772,
47465
+ networkId: 777772,
47466
+ slip44: 1,
47467
+ explorers: [
47468
+ {
47469
+ name: 'MANORA Explorer',
47470
+ url: 'https://test.manoracoin.com',
47471
+ standard: 'EIP3091'
47472
+ }
47473
+ ],
47474
+ parent: { type: 'L2', chain: 'eip155-11155111' }
47475
+ },
47418
47476
  {
47419
47477
  name: 'Winr Protocol Mainnet',
47420
47478
  chain: 'WINR',
@@ -51245,6 +51303,31 @@ const chainArray = [
51245
51303
  }
51246
51304
  ]
51247
51305
  },
51306
+ {
51307
+ name: 'GridMind Testnet',
51308
+ title: 'GridMind Testnet',
51309
+ chain: 'GRD',
51310
+ rpc: [ 'https://testnet-rpc.grid-mind.com' ],
51311
+ faucets: [ 'https://testnet-faucet.grid-mind.com' ],
51312
+ nativeCurrency: { name: 'GridMind Test GRD', symbol: 'tGRD', decimals: 18 },
51313
+ infoURL: 'https://www.grid-mind.com/blockchain',
51314
+ shortName: 'gridmindt',
51315
+ chainId: 20260532,
51316
+ networkId: 20260532,
51317
+ explorers: [
51318
+ {
51319
+ name: 'GridMind Testnet Explorer',
51320
+ url: 'https://gridmindblockchain.com',
51321
+ standard: 'EIP3091'
51322
+ },
51323
+ {
51324
+ name: 'GridMind Technical Explorer',
51325
+ url: 'https://testnet-explorer.grid-mind.com',
51326
+ standard: 'EIP3091'
51327
+ }
51328
+ ],
51329
+ status: 'incubating'
51330
+ },
51248
51331
  {
51249
51332
  name: 'Hokum Testnet',
51250
51333
  chain: 'HokumTestnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.797",
3
+ "version": "0.0.799",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {