Skip to content

Commit 1dabb3c

Browse files
committed
feat: Change confirmation threshold to 30
1 parent d513498 commit 1dabb3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/neuron-ui/src/utils/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const MIN_AMOUNT = 61
77
export const PAGE_SIZE = 15
88
export const UNREMOVABLE_NETWORK = 'Testnet'
99
export const UNREMOVABLE_NETWORK_ID = '0'
10-
export const CONFIRMATION_THRESHOLD = 10
10+
export const CONFIRMATION_THRESHOLD = 30
1111

1212
export const MAX_DECIMAL_DIGITS = 8
1313

0 commit comments

Comments
 (0)