Skip to content

Commit

Permalink
updates proposal.json for vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Nov 11, 2024
1 parent 836b0cb commit a68dccc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions script/proposal-vault-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"liquidation_ratio":"0.5",
"max_debt":"1000000000000000000000000000",
"sym_bol": "usdt",
"mint_denom": "nomUSD"
"oracl_script": "44",
"mint_denom": "nomUSD",
"stability_fee": "0.1"
},
{
"@type": "/reserve.vaults.MsgActiveCollateral",
Expand All @@ -17,7 +19,9 @@
"liquidation_ratio":"0.5",
"max_debt":"1000000000000000000000000000",
"sym_bol": "atom",
"mint_denom": "nomUSD"
"oracl_script": "44",
"mint_denom": "nomUSD",
"stability_fee": "0.1"
}],
"deposit": "100000000stake",
"title": "My proposal",
Expand Down

0 comments on commit a68dccc

Please sign in to comment.