chain-registry
Version:
36 lines (35 loc) • 1.41 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'epix',
assets: [{
description: 'The EPIX coin, the lifeblood of the Epix network, providing the utility that powers every interaction and transaction within the ecosystem.',
denom_units: [{
denom: 'aepix',
exponent: 0
}, {
denom: 'epix',
exponent: 18
}],
base: 'aepix',
name: 'Epix',
display: 'epix',
symbol: 'EPIX',
logo_URIs: {
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',
theme: {
primary_color_hex: '#69e9f5'
}
}],
socials: {
website: 'https://epix.zone/',
twitter: 'https://x.com/zone_epix'
},
type_asset: 'sdk.coin'
}]
};
export default info;