Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler authored and swelf19 committed Jul 19, 2024
1 parent e3ad966 commit f5948a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/init-neutrond.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ NEUTRON_CHAIN_MANAGER_CONTRACT=$CONTRACTS_BINARIES_DIR/neutron_chain_manager.was
# Slinky genesis configs
USE_CORE_MARKETS=${USE_CORE_MARKETS:-true}
USE_RAYDIUM_MARKETS=${USE_RAYDIUM_MARKETS:-false}
USE_UNISWAPV3_BASE_MARKETS=${USE_UNISWAPV3_BASE_MARKETS:-true}
USE_COINGECKO_MARKETS=${USE_COINGECKO_MARKETS:-true}
USE_UNISWAPV3_BASE_MARKETS=${USE_UNISWAPV3_BASE_MARKETS:-false}
USE_COINGECKO_MARKETS=${USE_COINGECKO_MARKETS:-false}

echo "Add consumer section..."
$BINARY add-consumer-section --home "$CHAIN_DIR"
Expand Down

0 comments on commit f5948a5

Please sign in to comment.