chain-registry
Version:
40 lines (39 loc) • 2.34 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'stellar',
assets: [{
description: 'Native token of Stellar network',
extended_description: 'The Stellar network is an open-sourced, public blockchain powered by the Stellar Consensus protocol (SCP), a proof-of-agreement (PoA) consensus mechanism. Thanks to PoA, the Stellar network is faster, cheaper, and far more energy-efficient than many other blockchains.\n\nIts core design makes it easy to create and issue digital assets that enable rapid payments at low-cost around the world. The Stellar network allows you to create your own currency or token within the network and distribute it digitally on a large scale. On the Stellar blockchain, you can create, send, and trade digital representations of almost any form of value such as – US dollars, Argentine pesos, gold, and real estate. Then, the network acts as a bridge that connects financial systems and makes global interoperability a reality.',
denom_units: [{
denom: 'stroop',
exponent: 0
}, {
denom: 'lumen',
exponent: 7
}],
type_asset: 'evm-base',
base: 'stroop',
name: 'Lumen',
display: 'lumen',
symbol: 'XLM',
coingecko_id: 'stellar',
socials: {
website: 'https://stellar.org/',
twitter: 'https://twitter.com/StellarOrg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg',
theme: {
primary_color_hex: '#040404'
}
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg'
}
}]
};
exports.default = info;