Skip to content

Commit

Permalink
Feature/add Astrovault Neutron Assets (#5570)
Browse files Browse the repository at this point in the history
* Add AXV, axlWBTC and xATOM assets to neutron

* Add Neutron AXV images

* fix display field for wBTC via axelar on neutron

* add xATOM traces and remove coingeckoid from wbtc axelar on neutron

---------

Co-authored-by: fsoares <[email protected]>
Co-authored-by: 7Two1 <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent f66ce53 commit 07f1e4e
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 1 deletion.
122 changes: 121 additions & 1 deletion neutron/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,126 @@
"twitter": "https://x.com/ArenaDAO",
"website": "https://arenadao.org/"
}
}
},
{
"description": "Astrovault AXV",
"denom_units": [
{
"denom": "cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af",
"exponent": 0
},
{
"denom": "AXV",
"exponent": 6
}
],
"type_asset": "cw20",
"address": "neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af",
"base": "cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af",
"name": "Astrovault AXV (Neutron)",
"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": [
{
"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"
}
],
"socials": {
"website": "https://astrovault.io/",
"twitter": "https://x.com/axvdex"
},
"coingecko_id": "astrovault"
},
{
"description": "IBC Axelar wbtc-satoshi through axelar-dojo-1 transfer/channel-2",
"denom_units": [
{
"denom": "ibc/DF8722298D192AAB85D86D0462E8166234A6A9A572DD4A2EA7996029DF4DB363",
"exponent": 0,
"aliases": [
"uusdc"
]
},
{
"denom": "axlwbtc",
"exponent": 8
}
],
"type_asset": "ics20",
"base": "ibc/DF8722298D192AAB85D86D0462E8166234A6A9A572DD4A2EA7996029DF4DB363",
"name": "Wrapped Bitcoin (Axelar)",
"display": "axlwbtc",
"symbol": "axlWBTC",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "axelar",
"base_denom": "wbtc-satoshi",
"channel_id": "channel-78"
},
"chain": {
"channel_id": "channel-2",
"path": "transfer/channel-2/wbtc-satoshi"
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
"theme": {
"primary_color_hex": "#41394d"
}
}
]
},
{
"description": "Astrovault xATOM on Neutron Chain",
"denom_units": [
{
"denom": "cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj",
"exponent": 0
},
{
"denom": "xATOM",
"exponent": 6
}
],
"type_asset": "cw20",
"address": "neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj",
"base": "cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj",
"name": "Astrovault xATOM (Neutron)",
"display": "xATOM",
"symbol": "xATOM",
"traces": [
{
"type": "liquid-stake",
"counterparty": {
"chain_name": "neutron",
"base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9"
},
"provider": "Astrovault"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg"
}
],
"coingecko_id": "astrovault-xatom"
}
]
}
Binary file added neutron/images/axv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions neutron/images/axv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neutron/images/xatom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions neutron/images/xatom.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 07f1e4e

Please sign in to comment.