Skip to content

Commit

Permalink
change deposit value
Browse files Browse the repository at this point in the history
  • Loading branch information
yu23ki14 committed Aug 11, 2023
1 parent c3a7949 commit 56133f3
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 56133f3

Please sign in to comment.