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