From 0c7a3d52d7892fcb2f0b1ecb587566aa1c0880f3 Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Tue, 3 Jan 2023 10:28:49 -0800 Subject: [PATCH] match mainnet claim multipliers on internal testnet (#1446) --- ci/env/kava-internal-testnet/genesis.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/ci/env/kava-internal-testnet/genesis.json b/ci/env/kava-internal-testnet/genesis.json index 17598a8c..cd495815 100644 --- a/ci/env/kava-internal-testnet/genesis.json +++ b/ci/env/kava-internal-testnet/genesis.json @@ -2235,14 +2235,8 @@ { "denom": "hard", "multipliers": [ - { - "name": "MULTIPLIER_NAME_SMALL", - "months_lockup": "1", - "factor": "0.2" - }, { "name": "MULTIPLIER_NAME_LARGE", - "months_lockup": "12", "factor": "1.0" } ] @@ -2250,14 +2244,8 @@ { "denom": "swp", "multipliers": [ - { - "name": "MULTIPLIER_NAME_SMALL", - "months_lockup": "1", - "factor": "0.1" - }, { "name": "MULTIPLIER_NAME_LARGE", - "months_lockup": "12", "factor": "1.0" } ] @@ -2267,8 +2255,13 @@ "multipliers": [ { "name": "MULTIPLIER_NAME_LARGE", - "months_lockup": "0", + "months_lockup": "12", "factor": "1.0" + }, + { + "name": "MULTIPLIER_NAME_SMALL", + "months_lockup": "1", + "factor": "0.2" } ] }