chain-registry
Version:
38 lines (37 loc) • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'gitopia',
assets: [{
description: 'The native token of Gitopia',
denomUnits: [{
denom: 'ulore',
exponent: 0
}, {
denom: 'LORE',
exponent: 6
}],
base: 'ulore',
name: 'LORE',
display: 'LORE',
symbol: 'LORE',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg'
}, {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png'
}],
coingeckoId: 'gitopia',
socials: {
website: 'https://gitopia.com/',
x: 'https://x.com/gitopiaDAO'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;