Skip to content

Commit

Permalink
config: fixed default settings issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Aug 19, 2024
1 parent 1a9edd5 commit aab722f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethereum/server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ func AppConfig(denom string) (string, interface{}) {
srvCfg.MinGasPrices = "0" + denom
}

// need to enable API for Aspect
srvCfg.API.Enable = true
customAppConfig := Config{
Config: *srvCfg,
EVM: *DefaultEVMConfig(),
Expand Down

0 comments on commit aab722f

Please sign in to comment.