mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
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:
parent
8c1c29a03a
commit
9b0a348239
16
ci/env/kava-internal-testnet/genesis.json
vendored
16
ci/env/kava-internal-testnet/genesis.json
vendored
@ -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": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
16
ci/env/kava-protonet/genesis.json
vendored
16
ci/env/kava-protonet/genesis.json
vendored
@ -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": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user