chain-registry
Version:
85 lines (84 loc) • 3.55 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'provenance',
assets: [{
description: 'Hash is the staking token of the Provenance Blockchain',
denom_units: [{
denom: 'nhash',
exponent: 0
}, {
denom: 'hash',
exponent: 9
}],
base: 'nhash',
name: 'Hash',
display: 'hash',
symbol: 'HASH',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg',
theme: {
primary_color_hex: '#4c7cdc'
}
}],
type_asset: 'sdk.coin'
}, {
description: 'USD Coin',
denom_units: [{
denom: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
exponent: 0,
aliases: ['microusdc', 'uusdc']
}, {
denom: 'usdc',
exponent: 6
}],
type_asset: 'ics20',
base: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
name: 'USDC',
display: 'usdc',
symbol: 'USDC',
coingecko_id: 'usd-coin',
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-20'
},
chain: {
channel_id: 'channel-10',
path: 'transfer/channel-10/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: 'ethereum',
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
theme: {
circle: true,
primary_color_hex: '#2775CA'
}
}]
}]
};
exports.default = info;