@fuul/sdk 2.0.1 → 2.0.2

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,5 +58,9 @@ NOTE: Make sure to send the event when connecting a wallet for the first time as
58
58
  ```tsx
59
59
  import { Fuul } from ('@fuul/sdk');
60
60
 
61
- await Fuul.sendConnectWallet({ userAddress: '0x01' });
61
+ await Fuul.sendConnectWallet({
62
+ address: "0x12345",
63
+ signature: "0x123485090123",
64
+ message: "Accept affiliate on 18 Aug 2023"
65
+ });
62
66
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuul/sdk",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Fuul SDK",
5
5
  "keywords": [
6
6
  "Fuul",