Skip to content

Commit

Permalink
Block time should be positive (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerargus authored Dec 5, 2023
1 parent 55103ea commit cddc2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
# this is a test mnemonic and should not be used in production. this mnemonic can be overwritten using the KEY_MNEMONIC environment variable
- KEY_MNEMONIC=${KEY_MNEMONIC:-enact adjust liberty squirrel bulk ticket invest tissue antique window thank slam unknown fury script among bread social switch glide wool clog flag enroll}
- FAUCET_ADDR=${FAUCET_ADDR:-world142fg37yzx04cslgeflezzh83wa4xlmjpms0sg5}
# Note, ":-" signals a default value of "1s", NOT negative 1 second.
- BLOCK_TIME=${BLOCK_TIME:-1s}
image: us-docker.pkg.dev/argus-labs/world-engine/chain:latest
expose:
Expand Down
2 changes: 1 addition & 1 deletion world.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ CHAIN_ID="world-engine"
# this is a test mnemonic and should not be used in production.
KEY_MNEMONIC="enact adjust liberty squirrel bulk ticket invest tissue antique window thank slam unknown fury script among bread social switch glide wool clog flag enroll"
FAUCET_ADDR="world142fg37yzx04cslgeflezzh83wa4xlmjpms0sg5"
BLOCK_TIME=-1
BLOCK_TIME="1s"

0 comments on commit cddc2c1

Please sign in to comment.