From ee6c9ec7100b6389d1ba686c0cd98cef951ce759 Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Wed, 30 Oct 2024 00:31:06 +0100 Subject: [PATCH] Changed the buy in amounts in client as well --- app/src/providers/PlayerProvider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/providers/PlayerProvider.tsx b/app/src/providers/PlayerProvider.tsx index c64434b..0aec1a4 100644 --- a/app/src/providers/PlayerProvider.tsx +++ b/app/src/providers/PlayerProvider.tsx @@ -108,7 +108,7 @@ const PlayerProvider = ({ children }: { children: ReactNode }) => { abi, address: contractAddress, functionName: 'register_eth', - value: parseEther("0.0005"), + value: parseEther("0.00005"), }, { onSuccess: (hash) => { setHashAndCallback([hash, resetHashAndCallback]) @@ -119,7 +119,7 @@ const PlayerProvider = ({ children }: { children: ReactNode }) => { abi, address: daoTokenAddress, functionName: 'approve', - args: [contractAddress, parseEther("500")], + args: [contractAddress, parseEther("50")], }, { onSuccess: (hash) => { setHashAndCallback([