From a52f6a422f4d5adce92d26e2d95cf8882160466d Mon Sep 17 00:00:00 2001 From: Bryan White Date: Mon, 11 Nov 2024 15:19:11 +0100 Subject: [PATCH] fix: update all tokenomics params make target --- tools/scripts/params/tokenomics_all.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/scripts/params/tokenomics_all.json b/tools/scripts/params/tokenomics_all.json index acd284fda..8f3228c0a 100644 --- a/tools/scripts/params/tokenomics_all.json +++ b/tools/scripts/params/tokenomics_all.json @@ -5,7 +5,8 @@ "@type": "/poktroll.tokenomics.MsgUpdateParams", "authority": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t", "params": { - "mint_allocation_dao": 0.1 + "mint_allocation_dao": 0.1, + "mint_allocation_proposer": 0.05 } } ]