chain-registry
Version:
139 lines (138 loc) • 5.53 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'titan',
assets: [
{
description: 'The native token of the Titan network.',
denom_units: [
{
denom: 'atkx',
exponent: 0,
aliases: ['attotkx']
},
{
denom: 'utkx',
exponent: 12,
aliases: ['microtkx']
},
{
denom: 'mtkx',
exponent: 15,
aliases: ['millitkx']
},
{
denom: 'tkx',
exponent: 18,
aliases: []
}
],
base: 'atkx',
display: 'tkx',
name: 'titan tkx',
symbol: 'TKX',
coingecko_id: 'tokenize-xchange',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png',
theme: {
primary_color_hex: '#fc641c'
}
}],
keywords: ['staking'],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png'
},
type_asset: 'sdk.coin'
},
{
description: 'Noble USDC on Titan Chain.',
denom_units: [{
denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
exponent: 0
}, {
denom: 'usdc',
exponent: 6
}],
type_asset: 'ics20',
base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
name: 'USDC',
display: 'usdc',
symbol: 'USDC',
traces: [{
type: 'additional-mintage',
counterparty: {
chain_name: 'ethereum',
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
},
provider: 'Circle'
}, {
type: 'ibc',
counterparty: {
chain_name: 'noble',
base_denom: 'uusdc',
channel_id: 'channel-99'
},
chain: {
channel_id: 'channel-0',
path: 'transfer/channel-0/uusdc'
}
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
},
images: [{
image_sync: {
chain_name: 'noble',
base_denom: 'uusdc'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
theme: {
circle: true,
primary_color_hex: '#2775CA'
}
}],
coingecko_id: 'usd-coin'
},
{
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://titanearn.com/bridge',
denom_units: [{
denom: 'factory/titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e/wbtc',
exponent: 0,
aliases: ['btc-satoshi']
}, {
denom: 'btc',
exponent: 8
}],
type_asset: 'sdk.coin',
address: 'titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e',
base: 'factory/titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e/wbtc',
name: 'Bitcoin',
display: 'btc',
symbol: 'BTC',
traces: [{
type: 'bridge',
counterparty: {
chain_name: 'bitcoin',
base_denom: 'sat'
},
provider: 'BitGo, Titanlab.io'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
theme: {
primary_color_hex: '#f39444'
}
}],
coingecko_id: 'bitcoin'
}
]
};
exports.default = info;