chain-registry
Version:
33 lines (32 loc) • 1.31 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'epix',
assets: [{
description: 'Epix is designed to power a completely decentralized internet, where websites are hosted by everyone and controlled by no one, making the web unstoppable.',
denomUnits: [{
denom: 'aepix',
exponent: 0
}, {
denom: 'epix',
exponent: 18
}],
base: 'aepix',
name: 'Epix',
display: 'epix',
symbol: 'EPIX',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
}],
socials: {
website: 'https://epix.zone/',
x: 'https://x.com/zone_epix'
},
typeAsset: 'sdk.coin'
}]
};
export default info;