Skip to content

Commit

Permalink
fix TEST-USD marketmap genesis (#2066)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8d55060)
  • Loading branch information
chenyaoy authored and mergify[bot] committed Aug 9, 2024
1 parent 26fac9c commit d0071c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/scripts/genesis/sample_pregenesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@
"TEST/USD": {
"provider_configs": [
{
"name": "TestVolatileExchange",
"name": "volatile-exchange-provider",
"off_chain_ticker": "TEST-USD"
}
],
Expand Down
2 changes: 1 addition & 1 deletion protocol/testing/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ function edit_genesis() {
dasel put -t int -f "$GENESIS" '.app_state.marketmap.market_map.markets.TEST/USD.ticker.min_provider_count' -v '1'
dasel put -t bool -f "$GENESIS" '.app_state.marketmap.market_map.markets.TEST/USD.ticker.enabled' -v 'true'

dasel put -t json -f "$GENESIS" '.app_state.marketmap.market_map.markets.TEST/USD.provider_configs.[]' -v '{"name": "TestVolatileExchange", "off_chain_ticker": "TEST-USD"}'
dasel put -t json -f "$GENESIS" '.app_state.marketmap.market_map.markets.TEST/USD.provider_configs.[]' -v '{"name": "volatile-exchange-provider", "off_chain_ticker": "TEST-USD"}'


# Marketmap: USDT-USD
Expand Down

0 comments on commit d0071c6

Please sign in to comment.