@chain-registry/assets
Version:
Chain Registry Asset Lists
187 lines (186 loc) • 7.34 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const assets = {
chain_name: 'mantrachaintestnet',
assets: [
{
description: 'The controlled staking asset for Noble Chain',
denom_units: [{
denom: 'ibc/B73E9196C59EB34F42BECE5EA20511B33A0B1286B23210FDEEAA1AE876C037C7',
exponent: 0,
aliases: ['ustake']
}, {
denom: 'stake',
exponent: 6
}],
base: 'ibc/B73E9196C59EB34F42BECE5EA20511B33A0B1286B23210FDEEAA1AE876C037C7',
name: 'Stake',
display: 'stake',
symbol: 'STAKE',
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-209',
base_denom: 'ustake',
chain_name: 'nobletestnet'
},
chain: {
channel_id: 'channel-6'
}
}]
},
{
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
denom_units: [{
denom: 'ibc/F4F6A43C577D89E0378157FA0C6DBF205356CBDDBC08656C858318B9B0A8D711',
exponent: 0,
aliases: ['ulove']
}, {
denom: 'love',
exponent: 6
}],
base: 'ibc/F4F6A43C577D89E0378157FA0C6DBF205356CBDDBC08656C858318B9B0A8D711',
display: 'love',
name: 'Love',
symbol: 'LOVE',
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-209',
base_denom: 'ulove',
chain_name: 'nobletestnet'
},
chain: {
channel_id: 'channel-6'
}
}]
},
{
description: 'Ondo US Dollar Yield',
denom_units: [{
denom: 'ibc/91F767993B4EE4FAE1CD94094005554A277F0643F16DBE8EB080304E1308015C',
exponent: 0,
aliases: ['ausdy']
}, {
denom: 'usdy',
exponent: 18
}],
base: 'ibc/91F767993B4EE4FAE1CD94094005554A277F0643F16DBE8EB080304E1308015C',
display: 'usdy',
name: 'Ondo US Dollar Yield',
symbol: 'USDY',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-209',
base_denom: 'ausdy',
chain_name: 'nobletestnet'
},
chain: {
channel_id: 'channel-6'
}
}]
},
{
description: 'The controlled staking asset for Noble Chain',
denom_units: [{
denom: 'ibc/B73E9196C59EB34F42BECE5EA20511B33A0B1286B23210FDEEAA1AE876C037C7',
exponent: 0,
aliases: ['ustake']
}, {
denom: 'stake',
exponent: 6
}],
base: 'ibc/B73E9196C59EB34F42BECE5EA20511B33A0B1286B23210FDEEAA1AE876C037C7',
name: 'Stake',
display: 'stake',
symbol: 'STAKE',
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-209',
base_denom: 'ustake',
chain_name: 'nobletestnet'
},
chain: {
channel_id: 'channel-6'
}
}]
},
{
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
denom_units: [{
denom: 'ibc/F4F6A43C577D89E0378157FA0C6DBF205356CBDDBC08656C858318B9B0A8D711',
exponent: 0,
aliases: ['ulove']
}, {
denom: 'love',
exponent: 6
}],
base: 'ibc/F4F6A43C577D89E0378157FA0C6DBF205356CBDDBC08656C858318B9B0A8D711',
display: 'love',
name: 'Love',
symbol: 'LOVE',
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-209',
base_denom: 'ulove',
chain_name: 'nobletestnet'
},
chain: {
channel_id: 'channel-6'
}
}]
},
{
description: 'Ondo US Dollar Yield',
denom_units: [{
denom: 'ibc/91F767993B4EE4FAE1CD94094005554A277F0643F16DBE8EB080304E1308015C',
exponent: 0,
aliases: ['ausdy']
}, {
denom: 'usdy',
exponent: 18
}],
base: 'ibc/91F767993B4EE4FAE1CD94094005554A277F0643F16DBE8EB080304E1308015C',
display: 'usdy',
name: 'Ondo US Dollar Yield',
symbol: 'USDY',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-209',
base_denom: 'ausdy',
chain_name: 'nobletestnet'
},
chain: {
channel_id: 'channel-6'
}
}]
}
]
};
exports.default = assets;