@chain-registry/v2
Version:
37 lines (36 loc) • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'initia',
assets: [{
description: 'The native token of Initia',
extendedDescription: 'Initia L1 is a Layer 1 blockchain designed to serve as the coordination layer and central hub for all Initia rollups. This layer provides essential services to Rollups, including: Network Security, Governance, Liquidity Solutions, Bridging and Interoperability.',
denomUnits: [{
denom: 'uinit',
exponent: 0
}, {
denom: 'INIT',
exponent: 6
}],
base: 'uinit',
display: 'INIT',
name: 'Initia',
symbol: 'INIT',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
theme: {
circle: true,
primaryColorHex: '#040404'
}
}],
socials: {
website: 'https://initia.xyz/',
twitter: 'https://twitter.com/initiaFDN'
},
typeAsset: 'sdk.coin',
coingeckoId: 'initia'
}]
};
exports.default = info;