Skip to content

Commit

Permalink
[Tradeshield]: Define Module Governance Parameters (#802)
Browse files Browse the repository at this point in the history
* add params

* generate go code

* fix

* add update message

* add update params message

* update params

* validate

* update codec

* fix

* fix

* add default params

* add migrator

* add migration
  • Loading branch information
amityadav0 committed Sep 18, 2024
1 parent 2741e3d commit 90466fe
Show file tree
Hide file tree
Showing 21 changed files with 1,890 additions and 83 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ func NewElysApp(
appCodec,
keys[tradeshieldmoduletypes.StoreKey],
keys[tradeshieldmoduletypes.MemStoreKey],
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
tradeshieldModule := tradeshieldmodule.NewAppModule(appCodec, app.TradeshieldKeeper, app.AccountKeeper, app.BankKeeper)

Expand Down
Loading

0 comments on commit 90466fe

Please sign in to comment.