@chain-registry/v2
Version:
38 lines (37 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'epixtestnet',
assets: [{
description: 'The EPIX coin, the lifeblood of the Epix network, providing the utility that powers every interaction and transaction within the ecosystem.',
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'
},
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',
theme: {
primaryColorHex: '#69e9f5'
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;