Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
channel-5
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Sep 15, 2022
1 parent 70d469a commit cc505b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/exp/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func (k ExpKeeper) SendIbcOracle(ctx sdk.Context, fromAddress string, coin sdk.C
requestType := "exp_price"
// get IBC params
sourcePort := "ibc-exp"
sourceChannel := "channel-6"
sourceChannel := "channel-5"

sourceChannelEnd, found := k.channelKeeper.GetChannel(ctx, sourcePort, sourceChannel)
if !found {
Expand Down

0 comments on commit cc505b7

Please sign in to comment.