Skip to content

Commit

Permalink
build 🛠 build-20241128-022803
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Nov 28, 2024
1 parent 208fbc7 commit e34ee65
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion repos/chain-registry
Submodule chain-registry updated 581 files
32 changes: 32 additions & 0 deletions v1/packages/chain-registry/src/mainnet/neutron/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,38 @@ const info: AssetList = {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
}],
coingecko_id: 'astrovault-xatom'
},
{
description: 'The advance token for ATOM denominated vaults on Amulet Protocol',
denom_units: [{
denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom',
exponent: 0
}, {
denom: 'amATOM',
exponent: 6
}],
base: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom',
name: 'amATOM',
display: 'amATOM',
symbol: 'amATOM',
traces: [{
type: 'synthetic',
counterparty: {
chain_name: 'neutron',
base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
contract: 'neutron16d4a7q3wfkkawj4jwyzz6g97xtmj0crkyn06ev74fu4xsgkwnreswzfpcy'
},
provider: 'Amulet'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
}],
type_asset: 'sdk.coin'
}
]
};
Expand Down

0 comments on commit e34ee65

Please sign in to comment.