From c58c91394fa8a1f6363e4d9e5a61369d40db55e2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:50:10 -0400 Subject: [PATCH] fix TEST-USD marketmap genesis (backport #2066) (#2071) Co-authored-by: Chenyao Yu <4844716+chenyaoy@users.noreply.github.com> --- protocol/scripts/genesis/sample_pregenesis.json | 2 +- protocol/testing/genesis.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/scripts/genesis/sample_pregenesis.json b/protocol/scripts/genesis/sample_pregenesis.json index 56fef12467..64bfd04dea 100644 --- a/protocol/scripts/genesis/sample_pregenesis.json +++ b/protocol/scripts/genesis/sample_pregenesis.json @@ -2557,7 +2557,7 @@ "TEST/USD": { "provider_configs": [ { - "name": "TestVolatileExchange", + "name": "volatile-exchange-provider", "off_chain_ticker": "TEST-USD" } ], diff --git a/protocol/testing/genesis.sh b/protocol/testing/genesis.sh index 312a8d1627..2e7af418ac 100755 --- a/protocol/testing/genesis.sh +++ b/protocol/testing/genesis.sh @@ -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