Skip to content

Commit

Permalink
Add blackhole to assets (#561)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update assetlist.json

* update exp for blkh

* add new blkh svg and png

* rm blackhole.png

* rm blackhole.svg

* fix blkh img URIs, remove cgid

Co-authored-by: JeremyParish69 <[email protected]>
  • Loading branch information
bkarst and JeremyParish69 authored Jul 29, 2022
1 parent b776868 commit fda2d91
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 5 deletions.
28 changes: 23 additions & 5 deletions juno/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg"
}

},
{
"description": "DeFi gaming platform built on Juno",
Expand All @@ -297,9 +296,7 @@
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"

}

},
{
"description": "Gelotto Year 1 Grand Prize Token",
Expand All @@ -322,9 +319,30 @@
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg"

}

},
{
"description": "The native token cw20 for BlackHole on Juno Chain",
"type_asset": "cw20",
"address": "juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca",
"denom_units": [
{
"denom": "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca",
"exponent": 0
},
{
"denom": "blkh",
"exponent": 4
}
],
"base": "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca",
"name": "Blackhole",
"display": "blkh",
"symbol": "BLKH",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg"
}
}
]
}
Expand Down
Binary file added juno/images/blkh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fda2d91

Please sign in to comment.