From 08923b4a8fb43fd837f0c792b1f9a88ef4f8bbf1 Mon Sep 17 00:00:00 2001 From: Ted Ian Osias Date: Thu, 28 Sep 2023 21:02:16 +0800 Subject: [PATCH] fix: update min_amount --- constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index 06eaf75..2d66320 100644 --- a/constants.ts +++ b/constants.ts @@ -1,4 +1,4 @@ -export const MIN_AMOUNT = 0.00015; +export const MIN_AMOUNT = 0.01; export const RELAY_CONTRACT_ADDRESS = "0xD822557aC2F2b77A1988617308e4A29A89Cb95A6";