We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5eb60 commit d282f3aCopy full SHA for d282f3a
1 file changed
contracts/main/Twocrypto.vy
@@ -295,8 +295,8 @@ def __init__(
295
296
297
self.donation_protection_expiry_ts = 0
298
- self.donation_protection_period = 60 # 60 seconds
299
- self.donation_protection_lp_threshold = 100 * PRECISION // 100 # 100%
+ self.donation_protection_period = 60 # 10 minutes
+ self.donation_protection_lp_threshold = 50 * PRECISION // 100 # 20%
300
self.donation_shares_max_ratio = 10 * PRECISION // 100 # 10%
301
302
log Transfer(sender=empty(address), receiver=self, value=0) # <------- Fire empty transfer from
0 commit comments