chain-registry
Version:
32 lines (31 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'empetestnet',
assets: [{
description: 'Empe End-to-End Verifiable Data Infrastructure',
extended_description: 'Empeiria is the first End-to-End Verifiable Data Infrastructure (EVDI). It enables seamless web3 adoption through one-click deployment, empowering organizations with the data of the future',
denom_units: [{
denom: 'uempe',
exponent: 0
}, {
denom: 'empe',
exponent: 6
}],
base: 'uempe',
display: 'empe',
name: 'EMPE',
symbol: 'EMPE',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.svg'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;