eth-chainlist 0.0.797 → 0.0.798

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.798 (2026-08-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.797 ([0698a06](https://github.com/poowf/eth-chainlist/commit/0698a068a06ac2b8b483fc9dc4c63adf052b0856))
9
+ * update chain data ([4a5d796](https://github.com/poowf/eth-chainlist/commit/4a5d796137df5935ecf7203c98eb903eab69bdc1))
10
+
3
11
  ### 0.0.797 (2026-07-31)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -44957,6 +44957,25 @@ const chainArray = [
44957
44957
  ],
44958
44958
  parent: { type: 'L2', chain: 'eip155-11155111' }
44959
44959
  },
44960
+ {
44961
+ name: 'BetaXChain Mainnet',
44962
+ chain: 'BetaXChain',
44963
+ icon: 'betaxchain',
44964
+ rpc: [ 'https://rpc.betaxchain.org' ],
44965
+ faucets: [],
44966
+ nativeCurrency: { name: 'PBX', symbol: 'PBX', decimals: 18 },
44967
+ infoURL: 'https://betaxchain.com',
44968
+ shortName: 'betax',
44969
+ chainId: 290783,
44970
+ networkId: 290783,
44971
+ explorers: [
44972
+ {
44973
+ name: 'BetaXChain Explorer',
44974
+ url: 'https://explorer.betaxchain.org',
44975
+ standard: 'none'
44976
+ }
44977
+ ]
44978
+ },
44960
44979
  {
44961
44980
  name: 'Cipherem Testnet',
44962
44981
  chain: 'Cipherem',
@@ -47415,6 +47434,27 @@ const chainArray = [
47415
47434
  }
47416
47435
  ]
47417
47436
  },
47437
+ {
47438
+ name: 'MANORA L2 Testnet',
47439
+ title: 'MANORA L2 Testnet',
47440
+ chain: 'MANORA',
47441
+ rpc: [ 'https://rpc-test.manoracoin.com' ],
47442
+ faucets: [ 'https://faucet-test.manoracoin.com' ],
47443
+ nativeCurrency: { name: 'MANORA', symbol: 'MNR', decimals: 18 },
47444
+ infoURL: 'https://manoracoin.com',
47445
+ shortName: 'manora-testnet',
47446
+ chainId: 777772,
47447
+ networkId: 777772,
47448
+ slip44: 1,
47449
+ explorers: [
47450
+ {
47451
+ name: 'MANORA Explorer',
47452
+ url: 'https://test.manoracoin.com',
47453
+ standard: 'EIP3091'
47454
+ }
47455
+ ],
47456
+ parent: { type: 'L2', chain: 'eip155-11155111' }
47457
+ },
47418
47458
  {
47419
47459
  name: 'Winr Protocol Mainnet',
47420
47460
  chain: 'WINR',
@@ -51245,6 +51285,31 @@ const chainArray = [
51245
51285
  }
51246
51286
  ]
51247
51287
  },
51288
+ {
51289
+ name: 'GridMind Testnet',
51290
+ title: 'GridMind Testnet',
51291
+ chain: 'GRD',
51292
+ rpc: [ 'https://testnet-rpc.grid-mind.com' ],
51293
+ faucets: [ 'https://testnet-faucet.grid-mind.com' ],
51294
+ nativeCurrency: { name: 'GridMind Test GRD', symbol: 'tGRD', decimals: 18 },
51295
+ infoURL: 'https://www.grid-mind.com/blockchain',
51296
+ shortName: 'gridmindt',
51297
+ chainId: 20260532,
51298
+ networkId: 20260532,
51299
+ explorers: [
51300
+ {
51301
+ name: 'GridMind Testnet Explorer',
51302
+ url: 'https://gridmindblockchain.com',
51303
+ standard: 'EIP3091'
51304
+ },
51305
+ {
51306
+ name: 'GridMind Technical Explorer',
51307
+ url: 'https://testnet-explorer.grid-mind.com',
51308
+ standard: 'EIP3091'
51309
+ }
51310
+ ],
51311
+ status: 'incubating'
51312
+ },
51248
51313
  {
51249
51314
  name: 'Hokum Testnet',
51250
51315
  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.798",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {