@hashgraph/hedera-wallet-connect 2.0.5-canary.8e2eb46.0 → 2.0.5-canary.b03fe61.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -308,7 +308,7 @@ app.post('/api/execute-transaction', async (req, res) => {
308
308
 
309
309
  ### Important Notes
310
310
 
311
- 1. **Transaction Must Be Frozen**: Before signing, ensure your transaction is frozen.
311
+ 1. **Transaction Must Be Frozen**: Before signing, ensure your transaction is frozen. The wallet will automatically freeze transactions if not already frozen.
312
312
 
313
313
  2. **Signature Order**: Signatures can be added in any order. Hedera validates that all required signatures are present when the transaction is executed.
314
314
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraph/hedera-wallet-connect",
3
- "version": "2.0.5-canary.8e2eb46.0",
3
+ "version": "2.0.5-canary.b03fe61.0",
4
4
  "description": "A library to facilitate integrating Hedera with WalletConnect",
5
5
  "repository": {
6
6
  "type": "git",