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,
|
abi,
|
||||||
address: contractAddress,
|
address: contractAddress,
|
||||||
functionName: 'register',
|
functionName: 'register',
|
||||||
value: parseEther("0.0005"),
|
value: parseEther("0.00005"),
|
||||||
})
|
})
|
||||||
}, [writeContract])
|
}, [writeContract])
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user