Skip to content

Commit

Permalink
add thorchain assetlist (#5290)
Browse files Browse the repository at this point in the history
* add thorchain assetlist

* fix svg

* requested changes
  • Loading branch information
doggystylez authored Sep 11, 2024
1 parent 435a2ae commit f4f32af
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
28 changes: 28 additions & 0 deletions thorchain/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "thorchain",
"assets": [
{
"description": "The native token of THORChain",
"denom_units": [
{
"denom": "rune",
"exponent": 0
},
{
"denom": "RUNE",
"exponent": 8
}
],
"base": "rune",
"name": "THORChain RUNE",
"display": "RUNE",
"symbol": "RUNE",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.svg"
},
"coingecko_id": "thorchain"
}
]
}
Binary file added thorchain/images/rune.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions thorchain/images/rune.svg
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 f4f32af

Please sign in to comment.