From 66a92149edf1fe0a13e68fb1fdce97964bc4d437 Mon Sep 17 00:00:00 2001 From: Tritium <11885129+Tritium-VLK@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:32:33 +0200 Subject: [PATCH] Reduce min aura vote to 800 for better handling on L2s and STIP action --- config/protocol_fees_constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/protocol_fees_constants.json b/config/protocol_fees_constants.json index 6c0776996..1b4c95554 100644 --- a/config/protocol_fees_constants.json +++ b/config/protocol_fees_constants.json @@ -1,6 +1,6 @@ { "min_aura_incentive": 1000, - "min_existing_aura_incentive": 1500, + "min_existing_aura_incentive": 800, "min_vote_incentive_amount": 500, "vebal_share_pct": 0.325, "dao_share_pct": 0.175,