chain-registry
Version:
23 lines (22 loc) • 637 B
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'statesettestnet',
assets: [{
description: 'The native token of the Stateset Network',
denom_units: [{
denom: 'ustate',
exponent: 0,
aliases: []
}, {
denom: 'state',
exponent: 6,
aliases: []
}],
base: 'ustate',
name: 'Stateset',
display: 'state',
symbol: 'STATE',
type_asset: 'sdk.coin'
}]
};
export default info;