chain-registry
Version:
33 lines (32 loc) • 1.56 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'xarchain',
assets: [{
description: 'Xarchain stXar is the native cryptocurrency of the Arcana app chain (ceries), designed to orchestrate bridge-less interoperability between multiple blockchains',
extendedDescription: 'Xarchain stXar powers the Arcana app chain by supporting network consensus through staking, ensuring security and trustless coordination across chains.',
denomUnits: [{
denom: 'stxar',
exponent: 0
}],
base: 'stxar',
name: 'XarchainSTAKE',
display: 'stxar',
symbol: 'STXAR',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.svg'
}],
socials: {
website: 'https://arcana.network',
x: 'https://x.com/ArcanaNetwork'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;