match mainnet claim multipliers on internal testnet (#1446)

This commit is contained in:
Robert Pirtle 2023-01-03 10:28:49 -08:00 committed by GitHub
parent 4b8e224f6a
commit 0c7a3d52d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]
}