0g-chain/contrib/proposal_examples/addmarket/addmarket.json
Denali Marsh 99be9dd8ab [WIP] example proposal.json files for param changes (#331)
* proposal examples, copy of cdptestnet genesis

* co-located genesis files with their respective proposals in contrib

* added genesis file for updatedebtlimit

* Removed legacy genesis example

* added sample genesis files as starting states of auction tests

* auction proposal json files (untested)

* max auction duration and bid duration tested

* requested changes
2020-01-24 16:44:13 -05:00

45 lines
1006 B
JSON

{
"title": "Pricefeed Param Change",
"description": "Add market bnb-usd",
"changes": [
{
"subspace": "pricefeed",
"key": "Markets",
"value": [
{
"active": true,
"base_asset": "btc",
"market_id": "btc-usd",
"oracles": [
"kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw"
],
"quote_asset": "usd"
},
{
"active": true,
"base_asset": "xrp",
"market_id": "xrp-usd",
"oracles": [
"kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw"
],
"quote_asset": "usd"
},
{
"active": true,
"base_asset": "bnb",
"market_id": "bnb-usd",
"oracles": [
"kava15qdefkmwswysgg4qxgqpqr35k3m49pkx2jdfnw"
],
"quote_asset": "usd"
}
]
}
],
"deposit": [
{
"denom": "ukava",
"amount": "1000000"
}
]
}