@spicenet-io/spiceflow-ui 1.7.0 → 1.7.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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7324,7 +7324,7 @@ const DepositModal = React.memo(
|
|
|
7324
7324
|
);
|
|
7325
7325
|
}
|
|
7326
7326
|
if (sponsorGas && nativeChainId) {
|
|
7327
|
-
const gasAmount = viem.parseUnits("0.
|
|
7327
|
+
const gasAmount = viem.parseUnits("0.05", 18);
|
|
7328
7328
|
tokenTransfers.push({
|
|
7329
7329
|
tokenAddress: "0x0",
|
|
7330
7330
|
tokenAmount: gasAmount.toString(),
|
|
@@ -7464,7 +7464,7 @@ const DepositModal = React.memo(
|
|
|
7464
7464
|
});
|
|
7465
7465
|
}
|
|
7466
7466
|
if (sponsorGas && nativeChainId) {
|
|
7467
|
-
const gasAmount = viem.parseUnits("0.
|
|
7467
|
+
const gasAmount = viem.parseUnits("0.05", 18);
|
|
7468
7468
|
tokenTransfers.push({
|
|
7469
7469
|
tokenAddress: "0x0",
|
|
7470
7470
|
tokenAmount: gasAmount.toString(),
|
package/dist/index.js
CHANGED
|
@@ -7322,7 +7322,7 @@ const DepositModal = React.memo(
|
|
|
7322
7322
|
);
|
|
7323
7323
|
}
|
|
7324
7324
|
if (sponsorGas && nativeChainId) {
|
|
7325
|
-
const gasAmount = parseUnits("0.
|
|
7325
|
+
const gasAmount = parseUnits("0.05", 18);
|
|
7326
7326
|
tokenTransfers.push({
|
|
7327
7327
|
tokenAddress: "0x0",
|
|
7328
7328
|
tokenAmount: gasAmount.toString(),
|
|
@@ -7462,7 +7462,7 @@ const DepositModal = React.memo(
|
|
|
7462
7462
|
});
|
|
7463
7463
|
}
|
|
7464
7464
|
if (sponsorGas && nativeChainId) {
|
|
7465
|
-
const gasAmount = parseUnits("0.
|
|
7465
|
+
const gasAmount = parseUnits("0.05", 18);
|
|
7466
7466
|
tokenTransfers.push({
|
|
7467
7467
|
tokenAddress: "0x0",
|
|
7468
7468
|
tokenAmount: gasAmount.toString(),
|