chain-registry
Version:
119 lines (118 loc) • 4.19 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'joltify',
status: 'live',
network_type: 'mainnet',
website: 'https://www.joltify.io/',
pretty_name: 'Joltify',
chain_type: 'cosmos',
chain_id: 'joltify_1729-1',
bech32_prefix: 'jolt',
daemon_name: 'jolt',
node_home: '$HOME/.joltify',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'ujolt',
low_gas_price: 0,
average_gas_price: 0,
high_gas_price: 0
}]
},
staking: {
staking_tokens: [{
denom: 'ujolt'
}]
},
codebase: {
git_repo: 'https://github.com/joltify-finance/joltify_lending',
genesis: {
genesis_url: 'https://ewr1.vultrobjects.com/joltify-mainnet/genesis_file/genesis.json'
},
recommended_version: 'v0.1.0-rc1',
compatible_versions: ['v0.1.0-rc1'],
consensus: {
type: 'cometbft',
version: 'v0.37.3'
},
binaries: {
"linux/amd64": 'https://gitlab.com/api/v4/projects/42057472/packages/generic/joltify-linux-amd64-v0.1.0-rc1/v0.1.0-rc1/joltify'
},
language: {
type: 'go',
version: '1.22.3'
},
sdk: {
type: 'cosmos',
version: 'v0.47.5'
},
ibc: {
type: 'go',
version: 'v7.3.0',
ics_enabled: ['ics20-1']
},
cosmwasm: {
enabled: false
}
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg',
theme: {
primary_color_hex: '#2dfb71'
}
}],
description: 'Joltify is the First EVM compatible game-changing L1 Public Chain built on the Cosmos SDK for Real-World Assets (RWA) and Beyond.',
apis: {
rpc: [{
address: 'https://rpc.joltify.io',
provider: 'joltify'
}, {
address: 'https://joltify_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}],
rest: [{
address: 'https://lcd.joltify.io/',
provider: 'joltify'
}, {
address: 'https://joltify_mainnet_api.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}],
grpc: [{
address: 'grpc.joltify.io:443',
provider: 'joltify'
}],
"evm-http-jsonrpc": [{
address: 'https://evm.joltify.io/',
provider: 'joltify'
}, {
address: 'https://joltify_mainnet_evm.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
}]
},
explorers: [
{
kind: 'big dipper',
url: 'https://explorer.joltify.io/joltify',
tx_page: 'https://explorer.joltify.io/joltify/transactions/${txHash}',
account_page: 'https://explorer.joltify.io/joltify/accounts/${accountAddress}'
},
{
kind: 'staking-explorer.com',
url: 'https://staking-explorer.com/explorer/joltify',
tx_page: 'https://staking-explorer.com/transaction.php?chain=joltify&tx=${txHash}',
account_page: 'https://staking-explorer.com/account.php?chain=joltify&addr=${accountAddress}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/joltify',
tx_page: 'https://explorer.whenmoonwhenlambo.money/joltify/tx/${txHash}',
account_page: 'https://explorer.whenmoonwhenlambo.money/joltify/account/${accountAddress}'
}
],
keywords: ['rwa', 'lending']
};
exports.default = info;