Skip to content

Commit

Permalink
docs: fix denom env var export
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Mar 29, 2024
1 parent cc74e05 commit a8472f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export the following variables:
```shell
export ROLLAPP_CHAIN_ID="rollappevm_1234-1"
export KEY_NAME_ROLLAPP="rol-user"
export DENOM="arax"
export BASE_DENOM="arax"
export DENOM=$(echo "$BASE_DENOM" | sed 's/^.//')
export MONIKER="$ROLLAPP_CHAIN_ID-sequencer"
```

Expand Down

0 comments on commit a8472f6

Please sign in to comment.