Skip to content

Commit

Permalink
Update denom with bitcoin-signet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Jan 20, 2025
1 parent 320e7ae commit a2d856f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chain/bitcoin-testnet/assets_2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"type": "native",
"denom": "btc",
"denom": "sbtc",
"name" : "BitCoin Testnet",
"symbol": "BTC",
"symbol": "sBTC",
"description": "BitCoin",
"decimals": 8,
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/bitcoin-testnet/asset/btc.png",
Expand Down
4 changes: 2 additions & 2 deletions chain/bitcoin-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"chain_name": "Bitcoin Signet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/bitcoin-testnet/resource/chain_bitcoin-signet.png",
"main_asset_denom" : "btc",
"main_asset_symbol" : "BTC",
"main_asset_denom" : "sbtc",
"main_asset_symbol" : "sBTC",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/bitcoin-testnet/asset/btc.png",
"is_support_mobile_wallet" : true,
"is_support_extension_wallet" : true,
Expand Down

0 comments on commit a2d856f

Please sign in to comment.