chain-registry
Version:
112 lines (111 loc) • 3.39 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'divinetestnet',
status: 'live',
networkType: 'testnet',
prettyName: 'Divine Testnet',
chainType: 'cosmos',
chainId: 'divine-testnet-1',
bech32Prefix: 'divine',
daemonName: 'divined',
nodeHome: '$HOME/.divine',
slip44: 118,
staking: {
stakingTokens: [{
denom: 'uDRC'
}],
lockDuration: {
time: '2592000s'
}
},
fees: {
feeTokens: [{
denom: 'uDRC',
lowGasPrice: 0.0025,
averageGasPrice: 0.025,
highGasPrice: 0.05
}]
},
codebase: {
gitRepo: 'https://github.com/Divine-Ray-Coin/divinechain.git',
genesis: {
genesisUrl: 'https://raw.githubusercontent.com/Divine-Ray-Coin/divinechain/refs/heads/main/genesis/genesis.json'
},
recommendedVersion: 'v1.0.0',
compatibleVersions: ['v1.0.0'],
consensus: {
type: 'cometbft',
version: 'v0.38.17'
},
cosmwasm: {
enabled: false
},
language: {
type: 'go',
version: '1.24.5'
},
sdk: {
type: 'cosmos',
version: 'v0.53.3'
},
ibc: {
type: 'go',
version: 'v10.2.0'
}
},
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
},
description: 'Divine Ray Chain (DRC) powers a public-permissioned blockchain designed for conscious creators and community networks. DRC is the native asset used to secure the chain, enable transactions, reward participation, and support the emerging divine digital economy.',
apis: {
rpc: [
{
address: 'https://rpc-testnet-node1.divineray.ca:443',
provider: 'divineRay'
},
{
address: 'https://rpc-testnet-node2.divineray.ca:443',
provider: 'divineRay'
},
{
address: 'https://rpc-testnet-node3.divineray.ca:443',
provider: 'divineRay'
}
],
rest: [
{
address: 'https://rest-testnet-node1.divineray.ca:443',
provider: 'divineRay'
},
{
address: 'https://rest-testnet-node2.divineray.ca:443',
provider: 'divineRay'
},
{
address: 'https://rest-testnet-node3.divineray.ca:443',
provider: 'divineRay'
}
],
grpc: [
{
address: 'grpc-testnet-node1.divineray.ca:443',
provider: 'divineRay'
},
{
address: 'grpc-testnet-node2.divineray.ca:443',
provider: 'divineRay'
},
{
address: 'grpc-testnet-node3.divineray.ca:443',
provider: 'divineRay'
}
]
},
explorers: [],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
}]
};
exports.default = info;