forked from mico/idle_moloch
Corrected the amound in client as well
This commit is contained in:
parent
dea5aeef75
commit
2d3540d344
@ -98,7 +98,7 @@ const PlayerProvider = ({ children }: { children: ReactNode }) => {
|
||||
abi,
|
||||
address: contractAddress,
|
||||
functionName: 'register',
|
||||
value: parseEther("0.0005"),
|
||||
value: parseEther("0.00005"),
|
||||
})
|
||||
}, [writeContract])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user