@chain-registry/v2
Version:
64 lines (63 loc) • 2.6 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'fetchhub',
assets: [{
description: 'The native staking and governance token of the Fetch Hub.',
denomUnits: [{
denom: 'afet',
exponent: 0
}, {
denom: 'fet',
exponent: 18
}],
base: 'afet',
name: 'fetch-ai',
display: 'fet',
symbol: 'FET',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
},
coingeckoId: 'fetch-ai',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg',
theme: {
primaryColorHex: '#1c2444'
}
}],
typeAsset: 'sdk.coin'
}, {
description: 'The MOBX coin rewards the use of eco-friendly micromobility transportation.',
denomUnits: [{
denom: 'nanomobx',
exponent: 0
}, {
denom: 'mobx',
exponent: 9
}],
base: 'nanomobx',
name: 'MOBIX',
display: 'mobx',
symbol: 'MOBX',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg'
},
socials: {
website: 'https://mobix.ai',
twitter: 'https://twitter.com/mobixwallet',
telegram: 'https://t.me/mobix_ai',
github: 'https://github.com/MOBIX-ai'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
theme: {
primaryColorHex: '#04ae9b'
}
}],
typeAsset: 'sdk.coin'
}]
};
export default info;