From 56133f34ba5b2054b5266b660484e18ca9f53540 Mon Sep 17 00:00:00 2001 From: yu23ki14 Date: Fri, 11 Aug 2023 13:01:12 +0900 Subject: [PATCH] change deposit value --- frontend/src/hooks/useEvent.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/hooks/useEvent.ts b/frontend/src/hooks/useEvent.ts index be976fc5..5853b524 100644 --- a/frontend/src/hooks/useEvent.ts +++ b/frontend/src/hooks/useEvent.ts @@ -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}` ); }