Corrected the amound in client as well
Some checks are pending
CI / Foundry project (push) Waiting to run

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,
address: contractAddress,
functionName: 'register',
value: parseEther("0.0005"),
value: parseEther("0.00005"),
})
}, [writeContract])