From 152f5e0c7ce40a0711e505d7f9848c1858d89ae1 Mon Sep 17 00:00:00 2001 From: Abhishek Harde <47945971+abhiyana@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:09:40 +0530 Subject: [PATCH] feat: implement cli command for icon to cosmos relay setup (#165) Co-authored-by: abhiyana --- cli/commands/bridge/relyas/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/bridge/relyas/common.go b/cli/commands/bridge/relyas/common.go index 73daae1f..196892a4 100644 --- a/cli/commands/bridge/relyas/common.go +++ b/cli/commands/bridge/relyas/common.go @@ -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