@spicenet-io/spiceflow-ui 1.5.0 → 1.5.1

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
@@ -3829,9 +3829,7 @@ const DepositWidget = ({
3829
3829
  [
3830
3830
  {
3831
3831
  tokenAddress,
3832
- tokenAmount: viem.parseEther(selectedDepositAsset.amount),
3833
- sender: address,
3834
- receiver: "0xeee2b52e7CFe6e2168341a34cEB783b68FEdf1A2"
3832
+ tokenAmount: viem.parseEther(selectedDepositAsset.amount)
3835
3833
  }
3836
3834
  ]
3837
3835
  ]
package/dist/index.js CHANGED
@@ -3827,9 +3827,7 @@ const DepositWidget = ({
3827
3827
  [
3828
3828
  {
3829
3829
  tokenAddress,
3830
- tokenAmount: parseEther(selectedDepositAsset.amount),
3831
- sender: address,
3832
- receiver: "0xeee2b52e7CFe6e2168341a34cEB783b68FEdf1A2"
3830
+ tokenAmount: parseEther(selectedDepositAsset.amount)
3833
3831
  }
3834
3832
  ]
3835
3833
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",