chain-registry
Version:
89 lines (88 loc) • 3.76 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'routerchain',
assets: [{
description: 'The native token of Router Chain',
extended_description: 'Router Chain is a PoS L1 that allows stateful bridging–enabling truly omnichain dapps that can abstract chains from the users and aggregate liquidity across multiple chains.',
denom_units: [{
denom: 'route',
exponent: 0
}, {
denom: 'ROUTE',
exponent: 18
}],
base: 'route',
name: 'Router Chain',
display: 'ROUTE',
symbol: 'ROUTE',
coingecko_id: 'router-protocol-2',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
theme: {
primary_color_hex: '#cb0766'
}
}],
socials: {
website: 'https://www.routerprotocol.com/',
twitter: 'https://x.com/routerprotocol'
},
type_asset: 'sdk.coin'
}, {
description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
denom_units: [{
denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
exponent: 0,
aliases: ['microusdc', 'uusdc']
}, {
denom: 'usdc',
exponent: 6
}],
type_asset: 'ics20',
base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
name: 'USDC',
display: 'usdc',
symbol: 'USDC',
traces: [
{
type: 'synthetic',
counterparty: {
chain_name: 'forex',
base_denom: 'USD'
},
provider: 'Circle'
},
{
type: 'additional-mintage',
counterparty: {
chain_name: 'ethereum',
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
},
provider: 'Circle'
},
{
type: 'ibc',
counterparty: {
chain_name: 'noble',
base_denom: 'uusdc',
channel_id: 'channel-119'
},
chain: {
channel_id: 'channel-13',
path: 'transfer/channel-13/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'
}
}]
};
exports.default = info;