Skip to content

Commit

Permalink
feat: change default TxFilter setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Oct 6, 2023
1 parent 83eca68 commit c93719b
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 @@ -140,7 +140,7 @@ func DefaultCustomAppConfig() *CustomAppConfig {
QueryGasLimit: 300000,
},
TxFilter: TxFilterConfig{
AllowedTargets: []string{"\"cosmos.bank\""},
AllowedTargets: []string{"\"cosmos\", \"lbm\", \"ibc\", \"wasm\""},
InitialBlockHeight: 0,
AllowedContracts: []string{},
DisableContractFilter: false,
Expand Down

0 comments on commit c93719b

Please sign in to comment.