Skip to content

Commit

Permalink
Add BTC coin in titan testnet (#5709)
Browse files Browse the repository at this point in the history
* feat(titantestnet): Add BTC coin in titan testnet

* fix: correct update titan testnet instead of titan mainnet
  • Loading branch information
InnerPeace080 authored Dec 18, 2024
1 parent 3420388 commit 88c2d30
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
47 changes: 46 additions & 1 deletion testnets/titantestnet/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}
]
}
}
2 changes: 1 addition & 1 deletion titan/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
]
}
]
}
}

0 comments on commit 88c2d30

Please sign in to comment.