1
0
forked from mico/idle_moloch

Corrected the amound in client as well

This commit is contained in:
mic0 2024-10-23 18:10:57 +02:00
parent dea5aeef75
commit 2d3540d344
Signed by: mico
GPG Key ID: A3F8023524CF1C8D

View File

@ -98,7 +98,7 @@ const PlayerProvider = ({ children }: { children: ReactNode }) => {
abi, abi,
address: contractAddress, address: contractAddress,
functionName: 'register', functionName: 'register',
value: parseEther("0.0005"), value: parseEther("0.00005"),
}) })
}, [writeContract]) }, [writeContract])