Skip to content

Commit

Permalink
feat(nibiru): add AXV token factory token for Nibiru Chain (#5700)
Browse files Browse the repository at this point in the history
* feat(nibiru): add AXV token factory token

* feat(nibiru): update AVX token
  • Loading branch information
k-yang authored Dec 13, 2024
1 parent 46e6abc commit b614b80
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions nibiru/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,43 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
}
},
{
"description": "AXV",
"extended_description": "AXV is the Astrovault token.",
"socials": {
"website": "https://astrovault.io/",
"twitter": "https://x.com/axvdex"
},
"denom_units": [
{
"denom": "tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv",
"exponent": 0
},
{
"denom": "AXV",
"exponent": 6
}
],
"base": "tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv",
"name": "AXV",
"display": "AXV",
"symbol": "AXV",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg"
},
"images": [
{
"image_sync": {
"chain_name": "neutron",
"base_denom": "cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg"
}
],
"type_asset": "sdk.coin"
},
{
"description": "uoprek",
"denom_units": [
Expand Down

0 comments on commit b614b80

Please sign in to comment.