Closed kakucodes closed 1 month ago
r.CreateChannel(ctx, eRep, "wormosmo-wh", ibc.CreateChannelOptions{ SourcePortName: fmt.Sprintf("wasm.%s", osmosisWormholeIbcContractAddr), DestPortName: fmt.Sprintf("wasm.%s", coreContractAddr), Order: ibc.Unordered, Version: "ibc-wormhole-v1", })
fails to create the desired channel and needs to be dug into
https://github.com/kakucodes/wormhole/commit/24eb92a8a745ba2672752c638cf1fc97c3a5d1c2 fix is contained in this pr
fails to create the desired channel and needs to be dug into