From 5c3238befeaca488852700491b3114efaaf2ae98 Mon Sep 17 00:00:00 2001 From: Steven Khong Date: Mon, 29 Jul 2024 14:40:24 +0800 Subject: [PATCH 1/2] mainnet: add perp pool incentive configs --- configs/mainnet.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/mainnet.json b/configs/mainnet.json index 8629469..3829152 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -98,6 +98,13 @@ "removed_markets": "[Ticker] Perp Market will be added to this Perp Pool on [Date]. This banner will disappear on [Date] 08:00 AM UTC." } ], + "perp_pools": { + "incentives": { + "proxy": "0x43138036d1283413035B8eca403559737E8f7980", + "distributors": ["0x43138036d1283413035B8eca403559737E8f7980"] + } + }, + "perp_pools_reward_proxy": [], "spot_history_market_list": { "cmkt/117": "BINANCE:ETHUSD", "cmkt/118": "BINANCE:BTCUSD", From e381a8f7ed78be5d99cfecafec87030271f40ce6 Mon Sep 17 00:00:00 2001 From: Steven Khong Date: Mon, 29 Jul 2024 14:41:05 +0800 Subject: [PATCH 2/2] remove unused field --- configs/mainnet.json | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/mainnet.json b/configs/mainnet.json index 3829152..48db0e8 100644 --- a/configs/mainnet.json +++ b/configs/mainnet.json @@ -104,7 +104,6 @@ "distributors": ["0x43138036d1283413035B8eca403559737E8f7980"] } }, - "perp_pools_reward_proxy": [], "spot_history_market_list": { "cmkt/117": "BINANCE:ETHUSD", "cmkt/118": "BINANCE:BTCUSD",