Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blackhole to assets #561

Merged
merged 9 commits into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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