Update protonet json earn vaults (#1564)

* Update protonet json earn vaults

Currently our `/kava/incentive/v1beta1/apy` endpoint is expecting there to be an earn vault for each `earn_reward_period` returned by `kava/incentive/v1beta1/params`. Right now, the genesis state for testnet (and protonet) aren't providing all the vaults as options.

Our two choices are:
1. Remove the incentive params for the vaults not included
2 Add the vaults so there is a vault for each incentive param

Going with option 2 here because mainnet has vaults for the denoms which are currently missing

* update protonet genesis earn vaults
This commit is contained in:
Paul Downing 2023-04-18 18:55:57 -05:00 committed by GitHub
parent 8c1c29a03a
commit 9b0a348239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -1112,6 +1112,22 @@
"strategies": [
"STRATEGY_TYPE_SAVINGS"
]
},
{
"denom": "bnb",
"strategies": [
"STRATEGY_TYPE_SAVINGS"
],
"is_private_vault": false,
"allowed_depositors": []
},
{
"denom": "erc20/multichain/usdt",
"strategies": [
"STRATEGY_TYPE_SAVINGS"
],
"is_private_vault": false,
"allowed_depositors": []
}
]
},

View File

@ -1135,6 +1135,22 @@
"strategies": [
"STRATEGY_TYPE_SAVINGS"
]
},
{
"denom": "bnb",
"strategies": [
"STRATEGY_TYPE_SAVINGS"
],
"is_private_vault": false,
"allowed_depositors": []
},
{
"denom": "erc20/multichain/usdt",
"strategies": [
"STRATEGY_TYPE_SAVINGS"
],
"is_private_vault": false,
"allowed_depositors": []
}
]
},