Skip to content

Commit

Permalink
update hardcoded transfer channel version from interchaintest
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Apr 16, 2024
1 parent 602237d commit 365b6a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ func (s *E2ETestSuite) ConfigureRelayer(ctx context.Context, chainA, chainB ibc.
channelOpts(&channelOptions)
}

// TODO: better way to do this.
// For now, set the version to the latest transfer module version
channelOptions.Version = transfertypes.Version

ic := interchaintest.NewInterchain().
AddChain(chainA).
AddChain(chainB).
Expand Down

0 comments on commit 365b6a4

Please sign in to comment.