@centrifuge/sdk 0.3.0 → 0.4.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 CHANGED
@@ -64,7 +64,7 @@ To perform transactions, you need to set a signer on the `centrifuge` instance.
64
64
  centrifuge.setSigner(signer)
65
65
  ```
66
66
 
67
- `signer` can be a [EIP1193](https://eips.ethereum.org/EIPS/eip-1193)-compatible provider or a Viem [LocalAccount](https://viem.sh/docs/accounts/local).
67
+ `signer` can be either a [EIP1193](https://eips.ethereum.org/EIPS/eip-1193)-compatible provider or a Viem [LocalAccount](https://viem.sh/docs/accounts/local).
68
68
 
69
69
  With this you can call transaction methods. Similar to queries they can be awaited to get their final result, or subscribed to get get status updates.
70
70