chain-registry
Version:
33 lines (32 loc) • 1.19 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'furya',
assets: [{
description: 'The native token of Furya',
denomUnits: [{
denom: 'ufury',
exponent: 0
}, {
denom: 'fury',
exponent: 6
}],
base: 'ufury',
name: 'Furya',
display: 'fury',
symbol: 'FURY',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
}],
keywords: ['gaming', 'staking'],
socials: {
x: 'https://x.com/furyachain'
},
typeAsset: 'sdk.coin'
}]
};
export default info;