Skip to content

Commit f19d45b

Browse files
committed
chore: update MIN_AMOUNT to 0.01
1 parent 9ba5996 commit f19d45b

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.001;
1+
export const MIN_AMOUNT = 0.01;
22
export const DEFAULT_GAS_LIMIT = 120_000
33

44
export const RELAY_CONTRACT_ADDRESS =

0 commit comments

Comments
 (0)