@chain-registry/v2
Version:
36 lines (35 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'pylons',
assets: [{
description: 'The revenue token for Pylons',
denomUnits: [{
denom: 'ubedrock',
exponent: 0
}, {
denom: 'rock',
exponent: 6
}],
base: 'ubedrock',
name: 'Pylons',
display: 'rock',
symbol: 'ROCK',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png',
theme: {
primaryColorHex: '#ec4424'
}
}],
socials: {
website: 'https://pylons.tech',
twitter: 'https://twitter.com/pylonstech'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;