Skip to content

Commit

Permalink
feat(deps): new genesis-bridge flow and rollappparams upgrade fix (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix authored Dec 10, 2024
1 parent f9bd1b6 commit fb948a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ func NewRollapp(
app.AccountKeeper,
app.BankKeeper,
app.MintKeeper,
app.IBCKeeper.ChannelKeeper,
)

app.HubKeeper = hubkeeper.NewKeeper(
Expand Down Expand Up @@ -616,7 +617,6 @@ func NewRollapp(
transferStack,
app.HubGenesisKeeper,
app.BankKeeper,
app.IBCKeeper.ChannelKeeper,
)

// Create static IBC router, add transfer route, then set and seal it
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/bcdevtools/evm-block-explorer-rpc-cosmos v1.1.4
github.com/cosmos/cosmos-sdk v0.46.16
github.com/cosmos/ibc-go/v6 v6.2.1
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241209123606-fe00114494ba
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241210201220-3d910ef66fc5
github.com/dymensionxyz/dymint v1.2.0-rc01.0.20241208124948-7de4e892a304
github.com/ethereum/go-ethereum v1.12.0
github.com/evmos/evmos/v12 v12.1.6
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ github.com/dymensionxyz/cosmosclient v0.4.2-beta.0.20241121093220-e0d7ad456fbd h
github.com/dymensionxyz/cosmosclient v0.4.2-beta.0.20241121093220-e0d7ad456fbd/go.mod h1:3weqpVj/TqTFpC0LjEB3H+HZSpm7BrQ1QkEg1Ahy6KY=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241209123606-fe00114494ba h1:GKHAmgrYMtmG4LQd3OfXe7x1Z34a/8EaprIlFGjbZY4=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241209123606-fe00114494ba/go.mod h1:L6vBXdlUPxHFUz3kjWwXdOun0uX3SrsD9KkpxWQkUy4=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241210201220-3d910ef66fc5 h1:7r4r/PVzeuQGod1yB/VuSkZKj2oJ9J6RHBsPQj1I/0k=
github.com/dymensionxyz/dymension-rdk v1.6.1-0.20241210201220-3d910ef66fc5/go.mod h1:L6vBXdlUPxHFUz3kjWwXdOun0uX3SrsD9KkpxWQkUy4=
github.com/dymensionxyz/dymint v1.2.0-rc01.0.20241208124948-7de4e892a304 h1:qkjoXhCOOVsSpjQ2dOVlyw4vPWdsdCmIZM5jqnOpw6o=
github.com/dymensionxyz/dymint v1.2.0-rc01.0.20241208124948-7de4e892a304/go.mod h1:C3VbfePK85aRCdA1iHzB2AYD+n1gKR9Pw+wm3wQUXvE=
github.com/dymensionxyz/evmos/v12 v12.1.7-0.20241208173623-b6e9de0ad896 h1:8I+6NLscWbUwUnxmOJ1fq9RWndGyQlc4zYqA5OQZgqI=
Expand Down

0 comments on commit fb948a9

Please sign in to comment.