From 910f22a58f8ca03578438636ce221abe8f07c5b5 Mon Sep 17 00:00:00 2001 From: Jeremy Randolph Date: Mon, 20 Nov 2023 10:22:31 -0800 Subject: [PATCH] Add sample config file for world-cli --- docker-compose.yml | 1 + world.toml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 world.toml diff --git a/docker-compose.yml b/docker-compose.yml index ee483ab..84aff99 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -77,6 +77,7 @@ services: - "3333:3333" environment: - CARDINAL_PORT=3333 + - CARDINAL_NAMESPACE=${CARDINAL_NAMESPACE} - REDIS_ADDR=redis:6379 - REDIS_MODE=normal diff --git a/world.toml b/world.toml new file mode 100644 index 0000000..2f07834 --- /dev/null +++ b/world.toml @@ -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