Skip to content

Commit

Permalink
feat: implement cli command for icon to cosmos relay setup (HugoByte#165
Browse files Browse the repository at this point in the history
)

Co-authored-by: abhiyana <[email protected]>
  • Loading branch information
abhiyana and abhiyana authored Sep 22, 2023
1 parent 6b57c3a commit 152f5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/bridge/relyas/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var suppottedChainsForBtp = []string{"icon", "eth", "hardhat"}
var supportedChainsForIbc = []string{"archway"}
var supportedChainsForIbc = []string{"archway", "icon"}

type Chains struct {
chainA string
Expand Down

0 comments on commit 152f5e0

Please sign in to comment.