Skip to content

Commit

Permalink
docs: update integration guide for ibc-go v7 and v8 (#7781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronething-bot authored Dec 21, 2024
1 parent a3239a2 commit 0a7756f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following code example shows how to register the existing `ibctm.AppModuleBa

import (
...
+ ibctm "github.com/cosmos/ibc-go/v6/modules/light-clients/07-tendermint"
+ ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint"
...
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following code example shows how to register the existing `ibctm.AppModuleBa
import (
...
// highlight-next-line
+ ibctm "github.com/cosmos/ibc-go/v6/modules/light-clients/07-tendermint"
+ ibctm "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"
...
)

Expand Down

0 comments on commit 0a7756f

Please sign in to comment.