chain-registry
Version:
72 lines (71 loc) • 2.51 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'nim',
status: 'live',
network_type: 'mainnet',
website: 'https://nim.network',
pretty_name: 'Nim Network',
chain_type: 'cosmos',
chain_id: 'nim_1122-1',
bech32_prefix: 'nim',
slip44: 60,
fees: {
fee_tokens: [{
denom: 'anim',
low_gas_price: 20000000000,
average_gas_price: 20000000000,
high_gas_price: 20000000000
}]
},
staking: {
staking_tokens: [{
denom: 'anim'
}],
lock_duration: {
time: '1209600s'
}
},
logo_URIs: {
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'
},
description: '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.',
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',
theme: {
primary_color_hex: '#519cea'
}
}],
codebase: {
git_repo: 'https://github.com/Nim-Network-Foundation/mainnet',
genesis: {
genesis_url: 'https://github.com/Nim-Network-Foundation/mainnet/raw/main/genesis.json'
},
recommended_version: 'v2.1.3-rc02',
compatible_versions: ['v2.1.3-rc02']
},
apis: {
rpc: [{
address: 'https://rpc.mainnet.nimnet.tech',
provider: 'NIM Foundation'
}],
rest: [{
address: 'https://rest.mainnet.nimnet.tech',
provider: 'NIM Foundation'
}],
"evm-http-jsonrpc": [{
address: 'https://evm-rpc.mainnet.nimnet.tech',
provider: 'NIM Foundation'
}]
},
explorers: [{
kind: 'Orbit Codes',
url: 'https://explorer.nim.network',
tx_page: 'https://explorer.nim.network/tx/${txHash}',
account_page: 'https://explorer.nim.network/account/${accountAddress}'
}]
};
exports.default = info;