Skip to content

Commit

Permalink
feat: update app.toml template
Browse files Browse the repository at this point in the history
  • Loading branch information
secp256r1 committed Mar 25, 2024
1 parent 8cc3a95 commit 2d43307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/lorenzod/cmd/custom_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ func DefaultLorenzoConfig() *LorenzoAppConfig {

func DefaultLorenzoTemplate() string {
return serverconfig.DefaultConfigTemplate + `
[json-rpc]
# FeeHistoryCap sets the global cap for total number of blocks that can be fetched
feehistory-cap = 100
[btc-config]
# Configures which bitcoin network should be used for checkpointing
Expand Down

0 comments on commit 2d43307

Please sign in to comment.