Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwishing committed Oct 2, 2024
1 parent 388feed commit 4f8b674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/resources/components/forms/powerup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
([$activeBlockchain, $amount, $powerupPrice]) => {
if ($activeBlockchain && $powerupPrice) {
return Asset.from(
Number($powerupPrice.value) * Number($amount),
Number($powerupPrice.value) * 2,
$activeBlockchain.coreTokenSymbol
)
}
Expand Down

0 comments on commit 4f8b674

Please sign in to comment.