chain-registry
Version:
37 lines (36 loc) • 1.28 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'neuradevnet',
assets: [{
description: 'ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.',
denomUnits: [{
denom: 'atankr',
exponent: 0
}, {
denom: 'ankr',
exponent: 18
}],
base: 'atankr',
name: 'Neura Devnet',
display: 'ankr',
symbol: 'ANKR',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'neura',
baseDenom: 'atankr'
},
provider: 'Neura'
}],
images: [{
imageSync: {
chainName: 'neura',
baseDenom: 'atankr'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
}],
typeAsset: 'sdk.coin',
coingeckoId: 'ankr'
}]
};
export default info;