From e6b54cdff910fa7e00d7ef1d51b8c74953bf6fff Mon Sep 17 00:00:00 2001 From: Starknet Dev Date: Wed, 25 Sep 2024 15:08:16 -0400 Subject: [PATCH] update fixed lords cost --- ui/src/app/components/start/Spawn.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/src/app/components/start/Spawn.tsx b/ui/src/app/components/start/Spawn.tsx index 844e4cf2a..40d442d2a 100644 --- a/ui/src/app/components/start/Spawn.tsx +++ b/ui/src/app/components/start/Spawn.tsx @@ -12,6 +12,7 @@ import { soundSelector, useUiSounds } from "@/app/hooks/useUiSound"; import useUIStore from "@/app/hooks/useUIStore"; import { battle } from "@/app/lib/constants"; import { networkConfig } from "@/app/lib/networkConfig"; +import { formatLords } from "@/app/lib/utils"; import { Adventurer, FormData, GameToken } from "@/app/types"; import Image from "next/image"; import Lords from "public/icons/lords.svg"; @@ -216,7 +217,9 @@ export const Spawn = ({ ) : ( -

59

+

+ {formatLords(lordsGameCost)} +

)}