Skip to content

Commit

Permalink
Merge pull request #325 from hackdays-io/chore/changeDepositValue
Browse files Browse the repository at this point in the history
change deposit value
  • Loading branch information
yu23ki14 authored Aug 11, 2023
2 parents c3a7949 + 56133f3 commit f628d64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/hooks/useEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ export const useCreateEvent = (address: string) => {
if (params.useMtx) {
const gasPrice = (await provider.getGasPrice())?.toNumber();
value = ethers.utils.parseEther(
`${
gasPrice * params.mintLimit * 560220 * 2.1 * 0.000000000000000001
}`
`${gasPrice * params.mintLimit * 660000 * 1 * 0.000000000000000001}`
);
}

Expand Down

0 comments on commit f628d64

Please sign in to comment.