chain-registry
Version:
81 lines (80 loc) • 3.71 kB
JavaScript
"use strict";
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
}
}],
socials: {
website: 'https://initia.xyz/',
x: 'https://x.com/initiaFDN'
},
typeAsset: 'sdk.coin',
coingeckoId: 'initia'
}, {
description: 'MilkyWay\'s liquid staked INIT from moo-1 L2',
extendedDescription: 'milkINIT is a liquid staking token representing staked INIT on the Initia blockchain. It is created on MilkyWay\'s moo-1 L2 rollup and bridges to Initia mainnet for broader DeFi integration.',
denomUnits: [{
denom: 'ibc/39B55F22F15FB09189045A993817CDF0D388D3FF8773B2E22B6DE7B222636EEA',
exponent: 0,
aliases: ['factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT']
}, {
denom: 'milkINIT',
exponent: 6
}],
typeAsset: 'ics20',
base: 'ibc/39B55F22F15FB09189045A993817CDF0D388D3FF8773B2E22B6DE7B222636EEA',
name: 'milkINIT',
display: 'milkINIT',
symbol: 'milkINIT',
traces: [{
type: 'liquid-stake',
counterparty: {
chainName: 'initia',
baseDenom: 'uinit'
},
provider: 'MilkyWay'
}, {
type: 'ibc',
counterparty: {
chainName: 'moo',
baseDenom: 'factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT',
channelId: 'channel-0'
},
chain: {
channelId: 'channel-29',
path: 'transfer/channel-29/factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT'
}
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkINIT.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkINIT.png',
imageSync: {
chainName: 'moo',
baseDenom: 'factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT'
}
}]
}]
};
exports.default = info;