@spicenet-io/spiceflow-ui 1.8.6 → 1.8.7

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/dist/index.cjs.js CHANGED
@@ -4431,7 +4431,8 @@ const DepositWidget = ({
4431
4431
  tokenAmount: viem.parseUnits(
4432
4432
  selectedDepositAsset.amount,
4433
4433
  tokenDecimals
4434
- )
4434
+ ),
4435
+ receiver: address
4435
4436
  }
4436
4437
  ]
4437
4438
  ]
package/dist/index.js CHANGED
@@ -4429,7 +4429,8 @@ const DepositWidget = ({
4429
4429
  tokenAmount: parseUnits(
4430
4430
  selectedDepositAsset.amount,
4431
4431
  tokenDecimals
4432
- )
4432
+ ),
4433
+ receiver: address
4433
4434
  }
4434
4435
  ]
4435
4436
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",