Skip to content

Commit 9ba5996

Browse files
committed
feat: update min amount
1 parent fc2e6a3 commit 9ba5996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const MIN_AMOUNT = 0.01;
1+
export const MIN_AMOUNT = 0.001;
22
export const DEFAULT_GAS_LIMIT = 120_000
33

44
export const RELAY_CONTRACT_ADDRESS =

0 commit comments

Comments
 (0)