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