From aa181b76050ce38850b9ff81465ce63b21cdada0 Mon Sep 17 00:00:00 2001 From: Jose Felix Date: Wed, 6 Nov 2024 21:20:33 -0400 Subject: [PATCH] Add Signet Nomic BTC (#2007) --- osmo-test-5/osmosis.zone_assets.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/osmo-test-5/osmosis.zone_assets.json b/osmo-test-5/osmosis.zone_assets.json index 930714f74..04dc04192 100644 --- a/osmo-test-5/osmosis.zone_assets.json +++ b/osmo-test-5/osmosis.zone_assets.json @@ -140,6 +140,26 @@ } } } + }, + { + "chain_name": "nomictestnet", + "base_denom": "usat", + "osmosis_verified": true, + "_comment": "$nBTC", + "override_properties": { + "ibc": { + "type": "ibc", + "counterparty": { + "chain_name": "nomictestnet", + "base_denom": "usat", + "channel_id": "channel-1" + }, + "chain": { + "channel_id": "channel-9244", + "path": "transfer/channel-9244/usat" + } + } + } } ] }