Skip to content

Commit

Permalink
Lowered standard collateral amount to 25k
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeevDmitry committed Feb 6, 2024
1 parent 789942a commit 7556991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { parseEther } from 'ethers/lib/utils'

export const MASTERNODE_ADDRESS = '0x0000000000000000000000000000000000001002'

export const COLLATERAL_AMOUNT = parseEther('1000000')
export const COLLATERAL_AMOUNT = parseEther('25000')
export const COLLATERAL_AMOUNT_10K = parseEther('100000')
export const COLLATERAL_AMOUNT_50K = parseEther('500000')
export const WITHDRAWAL_DELAY = 100800

0 comments on commit 7556991

Please sign in to comment.