@hashgraph/hedera-wallet-connect 2.0.1-canary.15a3bf1.0 → 2.0.1-canary.2badb8e.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.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
@@ -43,6 +43,8 @@ For more information see:
|
|
43
43
|
- [Hedera JSON-RPC relay](https://docs.hedera.com/hedera/core-concepts/smart-contracts/json-rpc-relay)
|
44
44
|
- [Hedera Native JSON-RPC spec for WalletConnect](https://docs.reown.com/advanced/multichain/rpc-reference/hedera-rpc)
|
45
45
|
- [@hashgraph/sdk](https://www.npmjs.com/package/@hashgraph/sdk)
|
46
|
+
- [Reown Docs](https://docs.reown.com/overview)
|
47
|
+
- [WalletConnect Network](https://walletconnect.network/)
|
46
48
|
|
47
49
|
# Getting started
|
48
50
|
|
@@ -231,6 +233,6 @@ While minimal, the main breaking changes are:
|
|
231
233
|
|
232
234
|
- remove setting node id's within this library for transactions
|
233
235
|
|
234
|
-
- initially, a transaction created by the Hedera
|
235
|
-
|
236
|
-
deserialized by the SDK
|
236
|
+
- initially, a transaction created by the Hedera Javascript SDK needed to have one or more
|
237
|
+
consensus node ids set to be able to serialize into bytes, sent over a network, and
|
238
|
+
deserialized by the SDK
|