Skip to content

Commit

Permalink
fix: adjust boolean env vars after normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley authored and vfusco committed Jul 9, 2024
1 parent acd8c26 commit d60173a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup_env.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# (c) Cartesi and individual authors (see AUTHORS)
# SPDX-License-Identifier: Apache-2.0 (see LICENSE)
export CARTESI_LOG_LEVEL="info"
export CARTESI_LOG_PRETTY="true"
export CARTESI_FEATURE_DISABLE_CLAIMER="false"
export CARTESI_FEATURE_DISABLE_MACHINE_HASH_CHECK="false"
export CARTESI_LOG_PRETTY_ENABLED="true"
export CARTESI_EPOCH_LENGTH="10"
export CARTESI_BLOCKCHAIN_ID="31337"
export CARTESI_BLOCKCHAIN_HTTP_ENDPOINT="http://localhost:8545"
export CARTESI_BLOCKCHAIN_WS_ENDPOINT="ws://localhost:8545"
export CARTESI_BLOCKCHAIN_IS_LEGACY="false"
export CARTESI_BLOCKCHAIN_FINALITY_OFFSET="1"
export CARTESI_BLOCKCHAIN_BLOCK_TIMEOUT="60"
export CARTESI_CONTRACTS_APPLICATION_ADDRESS="0x2E663fe9aE92275242406A185AA4fC8174339D3E"
Expand Down

0 comments on commit d60173a

Please sign in to comment.