Skip to content

Commit

Permalink
New gov proposal was added to update the burner module's params (#519)
Browse files Browse the repository at this point in the history
* new gov proposal was added to update the burner module's params

* buner keeper was fixed on test util

* update-genesis.go was edited

---------

Co-authored-by: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com>
  • Loading branch information
fenriz07 and cosmic-vagabond committed Jun 13, 2024
1 parent 32ad7db commit 3902c0e
Show file tree
Hide file tree
Showing 12 changed files with 696 additions and 1,179 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ func NewElysApp(

app.AccountKeeper,
app.BankKeeper,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
)
burnerModule := burnermodule.NewAppModule(appCodec, app.BurnerKeeper, app.AccountKeeper, app.BankKeeper)

Expand Down
Loading

0 comments on commit 3902c0e

Please sign in to comment.