chain-registry
Version:
34 lines (33 loc) • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'shido',
assets: [{
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
denomUnits: [{
denom: 'shido',
exponent: 0
}, {
denom: 'SHIDO',
exponent: 18
}],
base: 'shido',
name: 'Shido',
display: 'SHIDO',
symbol: 'SHIDO',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
},
coingeckoId: 'shido-2',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
}],
socials: {
website: 'https://shido.io/',
x: 'https://x.com/ShidoGlobal'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;