From f737baeff5bf6f985e9499f8fb84903c5a757f6a Mon Sep 17 00:00:00 2001 From: Fricoben Date: Mon, 25 Nov 2024 16:16:19 +0800 Subject: [PATCH] ref: change prices --- utils/priceService.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/priceService.ts b/utils/priceService.ts index ac3ba199..cb6a2a4e 100644 --- a/utils/priceService.ts +++ b/utils/priceService.ts @@ -2,9 +2,9 @@ import { weiToEth } from "./feltService"; import { getDomainLength, selectedDomainsToArray } from "./stringService"; export const PRICES = { - ONE: BigInt("801369863013699"), - TWO: BigInt("657534246575343"), - THREE: BigInt("160000000000000"), + ONE: BigInt("273972602739726"), + TWO: BigInt("136986301369863"), + THREE: BigInt("68493150684931"), FOUR: BigInt("36986301369863"), FIVE: BigInt("24657534246575"), };