@spicenet-io/spiceflow-ui 1.8.6 → 1.8.8
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -4424,14 +4424,14 @@ const DepositWidget = ({
|
|
|
4424
4424
|
chainBatches: hashedChainBatches
|
|
4425
4425
|
},
|
|
4426
4426
|
tokenTransfers: [
|
|
4427
|
-
[],
|
|
4428
4427
|
[
|
|
4429
4428
|
{
|
|
4430
4429
|
tokenAddress,
|
|
4431
4430
|
tokenAmount: viem.parseUnits(
|
|
4432
4431
|
selectedDepositAsset.amount,
|
|
4433
4432
|
tokenDecimals
|
|
4434
|
-
)
|
|
4433
|
+
),
|
|
4434
|
+
receiver: address
|
|
4435
4435
|
}
|
|
4436
4436
|
]
|
|
4437
4437
|
]
|
package/dist/index.js
CHANGED
|
@@ -4422,14 +4422,14 @@ const DepositWidget = ({
|
|
|
4422
4422
|
chainBatches: hashedChainBatches
|
|
4423
4423
|
},
|
|
4424
4424
|
tokenTransfers: [
|
|
4425
|
-
[],
|
|
4426
4425
|
[
|
|
4427
4426
|
{
|
|
4428
4427
|
tokenAddress,
|
|
4429
4428
|
tokenAmount: parseUnits(
|
|
4430
4429
|
selectedDepositAsset.amount,
|
|
4431
4430
|
tokenDecimals
|
|
4432
|
-
)
|
|
4431
|
+
),
|
|
4432
|
+
receiver: address
|
|
4433
4433
|
}
|
|
4434
4434
|
]
|
|
4435
4435
|
]
|