eth-chainlist 0.0.731 → 0.0.732

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.732 (2026-02-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.731 ([c87537b](https://github.com/poowf/eth-chainlist/commit/c87537b34aeddf930bb7af609738f7444239a357))
9
+ * update chain data ([7e48169](https://github.com/poowf/eth-chainlist/commit/7e4816972086e97a3d0a16e71865c05e83a9bd2b))
10
+
3
11
  ### 0.0.731 (2026-01-29)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11512,6 +11512,25 @@ const chainArray = [
11512
11512
  }
11513
11513
  ]
11514
11514
  },
11515
+ {
11516
+ name: 'POC Testnet',
11517
+ chain: 'POC',
11518
+ rpc: [ 'https://testnet-rpc.pochain.io' ],
11519
+ faucets: [ 'https://www.pochain.io/poc-faucet' ],
11520
+ nativeCurrency: { name: 'POC Native Token', symbol: 'POC', decimals: 18 },
11521
+ infoURL: 'https://www.pochain.io',
11522
+ shortName: 'poc',
11523
+ chainId: 1148,
11524
+ networkId: 1148,
11525
+ icon: 'pochain',
11526
+ explorers: [
11527
+ {
11528
+ name: 'pocscan',
11529
+ url: 'https://testnet.pocscan.com',
11530
+ standard: 'EIP3091'
11531
+ }
11532
+ ]
11533
+ },
11515
11534
  {
11516
11535
  name: 'Symplexia Smart Chain',
11517
11536
  chain: 'Plexchain',
@@ -28285,6 +28304,26 @@ const chainArray = [
28285
28304
  }
28286
28305
  ]
28287
28306
  },
28307
+ {
28308
+ name: 'L2 Protocol Mainnet',
28309
+ chain: 'L2P',
28310
+ rpc: [ 'https://rpc.l2protocol.com', 'wss://rpc.l2protocol.com' ],
28311
+ faucets: [],
28312
+ nativeCurrency: { name: 'L2P', symbol: 'L2P', decimals: 18 },
28313
+ infoURL: 'https://l2protocol.com',
28314
+ shortName: 'l2p',
28315
+ chainId: 12216,
28316
+ networkId: 12216,
28317
+ slip44: 714,
28318
+ explorers: [
28319
+ {
28320
+ name: 'blockscout',
28321
+ url: 'https://l2pscan.com',
28322
+ icon: 'blockscout',
28323
+ standard: 'EIP3091'
28324
+ }
28325
+ ]
28326
+ },
28288
28327
  {
28289
28328
  name: 'Fibonacci Mainnet',
28290
28329
  chain: 'FIBO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.731",
3
+ "version": "0.0.732",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {