@hinkal/common 0.2.20 → 0.2.21

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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -337,6 +337,23 @@ function getSupportedPassportLinks(): string[];
337
337
 
338
338
  After passing the compliance check with one of the supported providers, the access token will be automatically minted during the user's first transaction with Hinkal. This token is stored on-chain and grants the user permission to interact with Hinkal's privacy contracts.
339
339
 
340
+ ## Supported Chains
341
+
342
+ Hinkal SDK is available on the following blockchain networks:
343
+
344
+ | Chain | Chain ID | Status |
345
+ |-------|----------|--------|
346
+ | Ethereum | 1 | ✅ Live |
347
+ | Polygon | 137 | ✅ Live |
348
+ | Base | 8453 | ✅ Live |
349
+ | Arbitrum | 42161 | ✅ Live |
350
+ | Optimism | 10 | ✅ Live |
351
+ | Solana | - | 🚧 In Progress |
352
+
353
+ Each chain supports the full suite of Hinkal privacy features including shielding, transfers, and confidential interactions with DeFi protocols.
354
+
355
+
356
+
340
357
  ## References
341
358
 
342
359
  Wallet: [Hinkal Wallet](https://chromewebstore.google.com/detail/hinkal-wallet/khfjgapjfcdoffmklchibpepboholpbe)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hinkal/common",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "homepage": "hinkal.io",
5
5
  "author": {
6
6
  "name": "Hinkal Protocol"