@chain-registry/v2
Version:
120 lines (119 loc) • 4.8 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'joltify',
assets: [
{
description: 'The native staking and governance token of Joltify',
extendedDescription: 'Joltify is the First EVM compatible game-changing L1 Public Chain built on the Cosmos SDK for Real-World Assets (RWA) and Beyond.',
denomUnits: [{
denom: 'ujolt',
exponent: 0
}, {
denom: 'jolt',
exponent: 6
}],
base: 'ujolt',
name: 'Joltify',
display: 'jolt',
symbol: 'JOLT',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg',
theme: {
primaryColorHex: '#2dfb71'
}
}],
coingeckoId: 'joltify',
keywords: ['staking'],
socials: {
website: 'https://www.joltify.io/',
twitter: 'https://twitter.com/joltify_finance'
},
typeAsset: 'sdk.coin'
},
{
description: 'The native staking and governance token of the Cosmos Hub.',
denomUnits: [{
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
exponent: 0,
aliases: ['uatom']
}, {
denom: 'atom',
exponent: 6
}],
typeAsset: 'ics20',
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
name: 'Cosmos Hub',
display: 'atom',
symbol: 'ATOM',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'cosmoshub',
baseDenom: 'uatom',
channelId: 'channel-866'
},
chain: {
channelId: 'channel-2',
path: 'transfer/channel-2/uatom'
}
}],
images: [{
imageSync: {
chainName: 'cosmoshub',
baseDenom: 'uatom'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
theme: {
primaryColorHex: '#272d45'
}
}],
coingeckoId: 'cosmos'
},
{
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.',
denomUnits: [{
denom: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
exponent: 0,
aliases: ['uusdc']
}, {
denom: 'usdc',
exponent: 6
}],
typeAsset: 'ics20',
base: 'ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3',
name: 'USDC',
display: 'usdc',
symbol: 'USDC',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'noble',
baseDenom: 'uusdc',
channelId: 'channel-81'
},
chain: {
channelId: 'channel-1',
path: 'transfer/channel-1/uusdc'
}
}],
images: [{
imageSync: {
chainName: 'noble',
baseDenom: '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,
primaryColorHex: '#2775CA'
}
}],
coingeckoId: 'usd-coin'
}
]
};
exports.default = info;