Skip to content

Commit

Permalink
Add sample config file for world-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jerargus committed Nov 20, 2023
1 parent c14345c commit 910f22a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
- "3333:3333"
environment:
- CARDINAL_PORT=3333
- CARDINAL_NAMESPACE=${CARDINAL_NAMESPACE}
- REDIS_ADDR=redis:6379
- REDIS_MODE=normal

Expand Down
18 changes: 18 additions & 0 deletions world.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# By default, the root cardinal directory is the location of this config file. The root
# directory can be changed by uncommenting this line:
# root_dir="/path/to/cardinal/"

[docker_env]
# Cardinal flags
CARDINAL_NAMESPACE="my-world-1"

# EVM Flags
# this value must come from the celestia client. https://docs.celestia.org/developers/node-tutorial#auth-token
DA_AUTH_TOKEN=""
DA_BASE_URL="http://celestia-devnet:26658"
DA_NAMESPACE_ID="67480c4a88c4d12935d4"
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

0 comments on commit 910f22a

Please sign in to comment.