chain-registry
Version:
76 lines (75 loc) • 2.61 kB
JavaScript
const info = {
$schema: '../chain.schema.json',
chainName: 'ltrstchain',
chainType: 'cosmos',
chainId: 'ltrst-chain-1',
prettyName: 'LTRST Chain',
website: 'https://larrytrustee.ai',
status: 'live',
networkType: 'mainnet',
bech32Prefix: 'ltrst',
daemonName: 'ltrstchaind',
nodeHome: '$HOME/.ltrstchain',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'ultrst',
fixedMinGasPrice: 0,
lowGasPrice: 0.01,
averageGasPrice: 0.025,
highGasPrice: 0.04
}]
},
staking: {
stakingTokens: [{
denom: 'ultrst'
}]
},
codebase: {
gitRepo: 'https://github.com/Larrytrustee/ltrst-chain-l1',
sdk: {
type: 'cosmos',
version: '0.50'
},
consensus: {
type: 'cometbft',
version: '0.38.17'
},
ibc: {
type: 'go',
version: '8.5.2',
icsEnabled: ['ics20-1']
},
cosmwasm: {
enabled: false
},
genesis: {
genesisUrl: 'https://chain.larrytrustee.ai/trpc/genesis'
}
},
apis: {
rpc: [{
address: 'https://chain.larrytrustee.ai/trpc/',
provider: 'LarryTrustee.AI'
}],
rest: [{
address: 'https://chain.larrytrustee.ai/tapi/',
provider: 'LarryTrustee.AI'
}]
},
explorers: [{
kind: 'LarryTrustee Explorer',
url: 'https://dex.larrytrustee.ai/explorer',
txPage: 'https://dex.larrytrustee.ai/explorer/tx/${txHash}',
accountPage: 'https://dex.larrytrustee.ai/explorer/address/${accountAddress}'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ltrstchain/images/ltrst.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ltrstchain/images/ltrst.png'
}],
description: 'LTRST Chain is a sovereign Cosmos SDK Layer 1 with protocol-level privacy primitives, purpose-built to host legal, financial, and medical AI-generated projects and tools. The chain anchors privacy-respecting storage and execution for living trusts, estate-planning instruments, medical records, and other regulated personal data — so a family\'s most sensitive documents never live on a server that could be subpoenaed, breached, or quietly mined.'
};
export default info;