diff --git a/testnets/titantestnet/assetlist.json b/testnets/titantestnet/assetlist.json index 410c7a5d8f..5592e514d1 100644 --- a/testnets/titantestnet/assetlist.json +++ b/testnets/titantestnet/assetlist.json @@ -110,6 +110,51 @@ } } ] + }, + { + "description": "Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge", + "denom_units": [ + { + "denom": "factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc", + "exponent": 0, + "aliases": [ + "btc-satoshi" + ] + }, + { + "denom": "btc", + "exponent": 8 + } + ], + "type_asset": "sdk.coin", + "address": "titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw", + "base": "factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc", + "name": "Bitcoin", + "display": "btc", + "symbol": "BTC", + "traces": [ + { + "type": "bridge", + "counterparty": { + "chain_name": "bitcoin", + "base_denom": "sat" + }, + "provider": "BitGo, Titanlab.io" + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg" + }, + "images": [ + { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg", + "theme": { + "primary_color_hex": "#f39444" + } + } + ] } ] -} \ No newline at end of file +} diff --git a/titan/assetlist.json b/titan/assetlist.json index 9431f2697b..348d005132 100644 --- a/titan/assetlist.json +++ b/titan/assetlist.json @@ -112,4 +112,4 @@ ] } ] -} \ No newline at end of file +}