chain-registry
Version:
37 lines (36 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'nim',
assets: [{
description: 'The native token of Nim Network.',
extendedDescription: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
denomUnits: [{
denom: 'anim',
exponent: 0
}, {
denom: 'nim',
exponent: 18
}],
typeAsset: 'sdk.coin',
base: 'anim',
name: 'NIM Network',
display: 'nim',
symbol: 'NIM',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
}],
socials: {
website: 'https://ai.nim.network/',
x: 'https://x.com/nim_network'
},
keywords: ['gaming', 'AI'],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
}
}]
};
exports.default = info;