chain-registry
Version:
39 lines (38 loc) • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'shido',
assets: [{
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
denom_units: [{
denom: 'shido',
exponent: 0
}, {
denom: 'SHIDO',
exponent: 18
}],
base: 'shido',
name: 'Shido',
display: 'SHIDO',
symbol: 'SHIDO',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
},
coingecko_id: 'shido-2',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg',
theme: {
primary_color_hex: '#046ffc'
}
}],
socials: {
website: 'https://shido.io/',
twitter: 'https://twitter.com/ShidoGlobal'
},
type_asset: 'sdk.coin'
}]
};
exports.default = info;