Skip to content

Commit

Permalink
add authz and fee grant
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Aug 18, 2021
1 parent 9655255 commit 22d1396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,12 +556,14 @@ func NewGaiaApp(

fromVM := map[string]uint64{
"auth": 1,
"authz": 1,
"bank": 1,
"capability": 1,
"crisis": 1,
"distribution": 1,
"liquidity": 1,
"evidence": 1,
"feegrant": 1,
"gov": 1,
"mint": 1,
"params": 1,
Expand Down

0 comments on commit 22d1396

Please sign in to comment.