chain-registry
Version:
31 lines (30 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'sui',
assets: [{
description: 'Sui’s native asset is called SUI.',
denom_units: [{
denom: '0x2::sui::SUI',
exponent: 0,
aliases: ['MIST']
}, {
denom: 'SUI',
exponent: 9
}],
type_asset: 'unknown',
base: '0x2::sui::SUI',
name: 'Sui',
display: 'SUI',
symbol: 'SUI',
logo_URIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
},
coingecko_id: 'sui',
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
}]
}]
};
exports.default = info;