Skip to content

Commit

Permalink
use latest version of dymension-rdk
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed May 2, 2024
1 parent d34d6fe commit 191c3f7
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ import (
stakingkeeper "github.com/dymensionxyz/dymension-rdk/x/staking/keeper"

"github.com/dymensionxyz/dymension-rdk/x/sequencers"
seqclient "github.com/dymensionxyz/dymension-rdk/x/sequencers/client/cli"
seqkeeper "github.com/dymensionxyz/dymension-rdk/x/sequencers/keeper"
seqtypes "github.com/dymensionxyz/dymension-rdk/x/sequencers/types"

Expand Down Expand Up @@ -179,6 +180,8 @@ func getGovProposalHandlers() []govclient.ProposalHandler {
erc20client.RegisterCoinProposalHandler,
erc20client.RegisterERC20ProposalHandler,
erc20client.ToggleTokenConversionProposalHandler,
seqclient.GrantPermissionsHandler,
seqclient.RevokePermissionsHandler,
)

return govProposalHandlers
Expand Down
Loading

0 comments on commit 191c3f7

Please sign in to comment.