chain-registry
Version:
149 lines (148 loc) • 6.08 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'thejaynetwork',
assets: [
{
description: 'JAY is the native staking and governance token of The Jay Network.',
denomUnits: [{
denom: 'ujay',
exponent: 0
}, {
denom: 'jay',
exponent: 6
}],
base: 'ujay',
name: 'Jay',
display: 'jay',
symbol: 'JAY',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
}],
socials: {
website: 'https://thejaynetwork.com'
},
typeAsset: 'sdk.coin'
},
{
description: 'Cosmos Hub ATOM transferred via IBC to The Jay Network.',
denomUnits: [{
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
exponent: 0
}, {
denom: 'atom',
exponent: 6
}],
typeAsset: 'ics20',
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
name: 'Cosmos Hub Atom',
display: 'atom',
symbol: 'ATOM',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'cosmoshub',
baseDenom: 'uatom',
channelId: 'channel-1871'
},
chain: {
channelId: 'channel-1',
path: 'transfer/channel-1/uatom'
}
}],
logoURIs: {
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'
},
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'
}]
},
{
description: 'Celestia TIA transferred via IBC to The Jay Network.',
denomUnits: [{
denom: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
exponent: 0
}, {
denom: 'tia',
exponent: 6
}],
typeAsset: 'ics20',
base: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
name: 'Celestia',
display: 'tia',
symbol: 'TIA',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'celestia',
baseDenom: 'utia',
channelId: 'channel-277'
},
chain: {
channelId: 'channel-2',
path: 'transfer/channel-2/utia'
}
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
},
images: [{
imageSync: {
chainName: 'celestia',
baseDenom: 'utia'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
}]
},
{
description: 'Injective INJ transferred via IBC to The Jay Network.',
denomUnits: [{
denom: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
exponent: 0
}, {
denom: 'INJ',
exponent: 18
}],
typeAsset: 'ics20',
base: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
name: 'Injective',
display: 'INJ',
symbol: 'INJ',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'injective',
baseDenom: 'inj',
channelId: 'channel-450'
},
chain: {
channelId: 'channel-3',
path: 'transfer/channel-3/inj'
}
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
},
images: [{
imageSync: {
chainName: 'injective',
baseDenom: 'inj'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
}]
}
]
};
export default info;