From 1ac817f21e99749e6945058e3353d0d4298f56ac Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Tue, 3 Sep 2024 13:25:46 +0200 Subject: [PATCH 1/3] chore: add frax incentivizer --- extras/fraxtal.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extras/fraxtal.json b/extras/fraxtal.json index 6c65dc3b..fa1516dc 100644 --- a/extras/fraxtal.json +++ b/extras/fraxtal.json @@ -3,6 +3,9 @@ "zero": "0x0000000000000000000000000000000000000000" }, "tokens": {}, + "frax": { + "incentivizer_amo_v3_2": "0xe9b3f9cd8851216fBb828da590CCA8CE7F03E863" + }, "maxiKeepers": { "gasStation": "0x34a265e1EBCb31586293eb2D2f94c6ff2f920340", "gaugeRewardsInjectors": { From 66428f6312ad4076bc29d33a8d003d7173acffbc Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Tue, 3 Sep 2024 13:30:59 +0200 Subject: [PATCH 2/3] fix: incentivizer is for one specific token --- extras/fraxtal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/fraxtal.json b/extras/fraxtal.json index fa1516dc..7c9cd7db 100644 --- a/extras/fraxtal.json +++ b/extras/fraxtal.json @@ -4,7 +4,7 @@ }, "tokens": {}, "frax": { - "incentivizer_amo_v3_2": "0xe9b3f9cd8851216fBb828da590CCA8CE7F03E863" + "fxs_incentivizer_amo_v3_2": "0xe9b3f9cd8851216fBb828da590CCA8CE7F03E863" }, "maxiKeepers": { "gasStation": "0x34a265e1EBCb31586293eb2D2f94c6ff2f920340", From 4409e3709c41c20716049d2d7a1a11074549334a Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Tue, 3 Sep 2024 13:32:36 +0200 Subject: [PATCH 3/3] fix: token is always fxs, but token rewarded differs --- extras/fraxtal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/fraxtal.json b/extras/fraxtal.json index 7c9cd7db..27d149d5 100644 --- a/extras/fraxtal.json +++ b/extras/fraxtal.json @@ -4,7 +4,7 @@ }, "tokens": {}, "frax": { - "fxs_incentivizer_amo_v3_2": "0xe9b3f9cd8851216fBb828da590CCA8CE7F03E863" + "sfrax_incentivizer_amo_v3_2": "0xe9b3f9cd8851216fBb828da590CCA8CE7F03E863" }, "maxiKeepers": { "gasStation": "0x34a265e1EBCb31586293eb2D2f94c6ff2f920340",