@chain-registry/v2
Version:
40 lines (39 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'fetchhubtestnet',
assets: [{
description: 'The native staking and governance token of the Fetch Hub.',
denomUnits: [{
denom: 'atestfet',
exponent: 0
}, {
denom: 'testfet',
exponent: 18
}],
base: 'atestfet',
name: 'fetch-ai',
display: 'testfet',
symbol: 'FET',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'fetchhub',
baseDenom: 'afet'
},
provider: 'Bitcanna'
}],
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'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;