chain-registry
Version:
38 lines (37 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'neuradevnet',
chainType: 'cosmos',
chainId: 'neura_268-1',
bech32Prefix: 'neura',
prettyName: 'Neura Devnet',
website: 'https://www.neuraprotocol.io/',
description: 'Neura is an AI-centric, EVM-compatible Layer 1 blockchain built on the Cosmos SDK. We democratize GPU access and revolutionize AI project funding with IMO’s to advance AI development.',
status: 'live',
networkType: 'devnet',
nodeHome: '$HOME/.neurad',
daemonName: 'neurad',
keyAlgos: ['ethsecp256k1'],
extraCodecs: ['ethermint'],
slip44: 1,
fees: {
feeTokens: [{
denom: 'atankr'
}]
},
staking: {
stakingTokens: [{
denom: 'atankr'
}]
},
codebase: {},
images: [{
imageSync: {
chainName: 'neura'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png'
}]
};
exports.default = info;