Skip to content

Commit d282f3a

Browse files
committed
feat: new ver
1 parent 6b5eb60 commit d282f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contracts/main/Twocrypto.vy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ def __init__(
295295

296296

297297
self.donation_protection_expiry_ts = 0
298-
self.donation_protection_period = 60 # 60 seconds
299-
self.donation_protection_lp_threshold = 100 * PRECISION // 100 # 100%
298+
self.donation_protection_period = 60 # 10 minutes
299+
self.donation_protection_lp_threshold = 50 * PRECISION // 100 # 20%
300300
self.donation_shares_max_ratio = 10 * PRECISION // 100 # 10%
301301

302302
log Transfer(sender=empty(address), receiver=self, value=0) # <------- Fire empty transfer from

0 commit comments

Comments
 (0)