Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Oct 6, 2023
1 parent 0641b6e commit eb574d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fnsad-proxy/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func DefaultCustomAppConfig() *CustomAppConfig {
AllowedTargets: []string{"\"cosmos\", \"lbm\", \"ibc\", \"cosmwasm\""},
InitialBlockHeight: 0,
AllowedContracts: []string{},
DisableContractFilter: false,
DisableContractFilter: true,
},
}
}
Expand Down

0 comments on commit eb574d9

Please sign in to comment.