eth-chainlist 0.0.828 → 0.0.829

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.829 (2026-09-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.828 ([c7765fe](https://github.com/poowf/eth-chainlist/commit/c7765fe7e4924d4ba44fb54728d99f5c33daaad3))
9
+ * update chain data ([f7da63c](https://github.com/poowf/eth-chainlist/commit/f7da63c65225e9a74bc9e3e9bd4f4d40c9dfb629))
10
+
3
11
  ### 0.0.828 (2026-09-06)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -22163,6 +22163,11 @@ const chainArray = [
22163
22163
  name: 'hoodscan',
22164
22164
  url: 'https://hoodscan.co',
22165
22165
  standard: 'EIP3091'
22166
+ },
22167
+ {
22168
+ name: 'stonkscan',
22169
+ url: 'https://stonkscan.io',
22170
+ standard: 'EIP3091'
22166
22171
  }
22167
22172
  ],
22168
22173
  status: 'active',
@@ -29423,6 +29428,24 @@ const chainArray = [
29423
29428
  chainId: 10086,
29424
29429
  networkId: 10086
29425
29430
  },
29431
+ {
29432
+ name: 'Gate Layer',
29433
+ shortName: 'GateLayer',
29434
+ chain: 'GT',
29435
+ chainId: 10088,
29436
+ networkId: 10088,
29437
+ rpc: [ 'https://gatelayer-mainnet.gatenode.cc' ],
29438
+ faucets: [],
29439
+ nativeCurrency: { name: 'GateToken', symbol: 'GT', decimals: 18 },
29440
+ explorers: [
29441
+ {
29442
+ name: 'GateLayer',
29443
+ url: 'https://www.gatescan.org/gatelayer',
29444
+ standard: 'EIP3091'
29445
+ }
29446
+ ],
29447
+ infoURL: 'https://gatechain.io/gatelayer'
29448
+ },
29426
29449
  {
29427
29450
  name: 'MetaNova Verse',
29428
29451
  chain: 'MNV',
@@ -32969,6 +32992,25 @@ const chainArray = [
32969
32992
  slip44: 1,
32970
32993
  explorers: []
32971
32994
  },
32995
+ {
32996
+ name: 'Molibra',
32997
+ chain: 'MOLI',
32998
+ rpc: [ 'https://molibra.org' ],
32999
+ features: [ { name: 'EIP155' } ],
33000
+ faucets: [],
33001
+ nativeCurrency: { name: 'Molibra', symbol: 'MOLI', decimals: 18 },
33002
+ infoURL: 'https://molibra.org',
33003
+ shortName: 'moli',
33004
+ chainId: 20226,
33005
+ networkId: 20226,
33006
+ explorers: [
33007
+ {
33008
+ name: 'Moliscan',
33009
+ url: 'https://molibra.org/molibra/moliscan',
33010
+ standard: 'none'
33011
+ }
33012
+ ]
33013
+ },
32972
33014
  {
32973
33015
  name: 'CHEESE Blockchain Mainnet',
32974
33016
  chain: 'CHEESE',
@@ -40232,7 +40274,7 @@ const chainArray = [
40232
40274
  standard: 'EIP3091'
40233
40275
  }
40234
40276
  ],
40235
- parent: { type: 'L2', chain: 'eip155-11155111' }
40277
+ parent: { type: 'L2', chain: 'eip155-84532' }
40236
40278
  },
40237
40279
  {
40238
40280
  name: 'Vention Smart Chain Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.828",
3
+ "version": "0.0.829",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {