From ad7904722222be1d72f4725e38bd9b72a0193f48 Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Mon, 31 Oct 2022 20:06:08 +0000 Subject: [PATCH] Add IST (#941) --- packages/web/config/ibc-assets.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/web/config/ibc-assets.ts b/packages/web/config/ibc-assets.ts index dc7b77dca6..864f88f89f 100644 --- a/packages/web/config/ibc-assets.ts +++ b/packages/web/config/ibc-assets.ts @@ -844,6 +844,12 @@ export const IBCAssetInfos: (IBCAsset & { coinMinimalDenom: "ubld", isVerified: true, }, + { + counterpartyChainId: "agoric-3", + sourceChannelId: "channel-320", + destChannelId: "channel-1", + coinMinimalDenom: "uist", + }, { counterpartyChainId: "juno-1", sourceChannelId: "channel-169",