chain-registry
Version:
81 lines (80 loc) • 2.58 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'loyal',
status: 'live',
networkType: 'mainnet',
website: 'https://www.joinloyal.com/',
prettyName: 'Loyal',
chainType: 'cosmos',
chainId: 'loyal-main-02',
bech32Prefix: 'loyal',
daemonName: 'loyald',
nodeHome: '$HOME/.loyal',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'ulyl',
fixedMinGasPrice: 0
}]
},
staking: {
stakingTokens: [{
denom: 'ulyl'
}]
},
codebase: {
gitRepo: 'https://github.com/LoyalLabs/loyal',
recommendedVersion: 'v0.25.3',
compatibleVersions: ['v0.25.3'],
genesis: {
genesisUrl: 'https://raw.githubusercontent.com/LoyalLabs/net/main/mainnet/genesis.json'
}
},
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg'
},
apis: {
rpc: [{
address: 'https://rpc-main.joinloyal.io/'
}, {
address: 'https://loyal-rpc.polkachu.com',
provider: 'Polkachu'
}],
rest: [{
address: 'https://lcd-main.joinloyal.io/'
}, {
address: 'https://loyal-api.polkachu.com',
provider: 'Polkachu'
}],
grpc: [{
address: 'https://grpc.loyal.nodestake.top',
provider: 'NodeStake'
}]
},
explorers: [
{
kind: 'Loyal explorer',
url: 'https://pingpub.joinloyal.io/loyal',
txPage: 'https://pingpub.joinloyal.io/loyal/tx/${txHash}'
},
{
kind: 'TC Network',
url: 'https://explorer.tcnetwork.io/loyal',
txPage: 'https://explorer.tcnetwork.io/loyal/transaction/${txHash}'
},
{
kind: 'NodeStake Explorer',
url: 'https://explorer.nodestake.top/loyal',
txPage: 'https://explorer.nodestake.top/loyal/tx/${txHash}'
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg'
}]
};
exports.default = info;