dao-inegration #2

Merged
mico merged 22 commits from dao-inegration into main 2024-10-29 23:32:14 +00:00
Showing only changes of commit ee6c9ec710 - Show all commits

View File

@ -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([