Skip to content

Commit

Permalink
fix: add wasm module account (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
go7066 authored Jan 5, 2024
1 parent f9e7734 commit b72093d
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 @@ -9,6 +9,7 @@ import (
"path/filepath"
"strings"

wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
"github.com/TERITORI/teritori-chain/app/keepers"
"github.com/TERITORI/teritori-chain/app/upgrades"
v130 "github.com/TERITORI/teritori-chain/app/upgrades/v130"
Expand Down Expand Up @@ -239,6 +240,7 @@ var (
govtypes.ModuleName: {authtypes.Burner},
ibctransfertypes.ModuleName: {authtypes.Minter, authtypes.Burner},
airdroptypes.ModuleName: nil,
wasmtypes.ModuleName: {authtypes.Burner},
}
)

Expand Down

0 comments on commit b72093d

Please sign in to comment.