forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create assetlist.json * Create temp.txt * Add files via upload * Delete _non-cosmos/bitcoin/images/temp.txt * Update assetlist.json
- Loading branch information
1 parent
86c564a
commit 60b7d7e
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.