chain-registry
Version:
41 lines (40 loc) • 1.61 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'epixtestnet',
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 Testnet',
display: 'epix',
symbol: 'TEPIX',
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'
},
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'epix',
baseDenom: 'aepix'
},
provider: 'Epix'
}],
images: [{
imageSync: {
chainName: 'epix',
baseDenom: 'aepix'
},
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'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;