chain-registry
Version:
38 lines (37 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'arkh',
assets: [{
description: 'The native token of Arkhadian',
denom_units: [{
denom: 'arkh',
exponent: 0
}, {
denom: 'ARKH',
exponent: 6
}],
base: 'arkh',
name: 'Arkh',
display: 'ARKH',
symbol: 'ARKH',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg',
theme: {
primary_color_hex: '#bdbb82'
}
}],
socials: {
website: 'https://arkhadian.io/',
twitter: 'https://twitter.com/ArkhadianSas'
},
type_asset: 'sdk.coin'
}]
};
exports.default = info;