chain-registry
Version:
32 lines (31 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'safrochaintestnet',
assets: [{
description: 'The native token of Safrochain testnet used for staking, governance, and gas fees.',
denomUnits: [{
denom: 'usaf',
exponent: 0,
aliases: ['microsaf']
}, {
denom: 'saf',
exponent: 6
}],
base: 'usaf',
name: 'Safrochain',
display: 'saf',
symbol: 'SAF',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;