-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sample tompl file to root of repo
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 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/" | ||
|
||
[cardinal] | ||
CARDINAL_NAMESPACE="my-world-1" | ||
|
||
[evm] | ||
# 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="xyzzy" | ||
BLOCK_TIME=-1 |