Skip to content

Commit

Permalink
Add BTC Bitcoin (cosmos#3558)
Browse files Browse the repository at this point in the history
* Create assetlist.json

* Create temp.txt

* Add files via upload

* Delete _non-cosmos/bitcoin/images/temp.txt

* Update assetlist.json
  • Loading branch information
JeremyParish69 authored Jan 5, 2024
1 parent 86c564a commit 60b7d7e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _non-cosmos/bitcoin/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "bitcoin",
"assets": [
{
"description": "Bitcoin",
"denom_units": [
{
"denom": "sat",
"exponent": 0
},
{
"denom": "btc",
"exponent": 8
}
],
"base": "sat",
"name": "Bitcoin",
"display": "btc",
"symbol": "BTC",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png"
},
"coingecko_id": "bitcoin",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png"
}
]
}
]
}
Binary file added _non-cosmos/bitcoin/images/btc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60b7d7e

Please sign in to comment.