Skip to content

Commit cc2ac11

Browse files
committed
Fix: aml score threshold updated
1 parent f0bcd67 commit cc2ac11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ export const getOrderlyFeeTiers = () => {
4949
return orderlyFeeTiers;
5050
};
5151

52-
export const AML_SCORE_THRESHOLD = 7;
52+
export const AML_SCORE_THRESHOLD = 60;

0 commit comments

Comments
 (0)