Skip to content

Commit 0aabbe7

Browse files
authored
Merge pull request #30 from syscoin/sponsor-wallet-implementation
fix: update min_amount
2 parents de92563 + 08923b4 commit 0aabbe7

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.00015;
1+
export const MIN_AMOUNT = 0.01;
22

33
export const RELAY_CONTRACT_ADDRESS =
44
"0xD822557aC2F2b77A1988617308e4A29A89Cb95A6";

0 commit comments

Comments
 (0)