chain-registry
Version:
77 lines (76 loc) • 2.66 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'scorum',
status: 'live',
network_type: 'mainnet',
website: 'https://scorum.com/',
pretty_name: 'Scorum Network',
chain_type: 'cosmos',
chain_id: 'scorum-1',
bech32_prefix: 'scorum',
daemon_name: 'scorumd',
node_home: '$HOME/.scorum',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'gas',
fixed_min_gas_price: 1,
low_gas_price: 1,
average_gas_price: 1,
high_gas_price: 1
}]
},
staking: {
staking_tokens: [{
denom: 'nscr'
}]
},
codebase: {
git_repo: 'https://github.com/scorum/cosmos-network',
recommended_version: 'v1.0.0',
compatible_versions: ['v1.0.0'],
genesis: {
genesis_url: 'https://raw.githubusercontent.com/scorum/cosmos-network/main/genesis/mainnet/genesis.json'
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.svg'
},
apis: {
rpc: [{
address: 'https://scorum-blockchain-mainnet-rpc.scorum.com',
provider: 'scorum'
}],
rest: [{
address: 'https://scorum-blockchain-mainnet-api.scorum.com',
provider: 'scorum'
}],
grpc: [{
address: 'https://scorum-blockchain-mainnet-grpc.scorum.com',
provider: 'scorum'
}]
},
explorers: [{
kind: 'ezstaking',
url: 'https://ezstaking.app/scorum',
tx_page: 'https://ezstaking.app/scorum/txs/${txHash}',
account_page: 'https://ezstaking.app/scorum/account/${accountAddress}'
}, {
kind: 'bigdipper',
url: 'https://cosmos.scorum.com/scorum',
tx_page: 'https://cosmos.scorum.com/scorum/transactions/${txHash}',
account_page: 'https://cosmos.scorum.com/scorum/accounts/${accountAddress}'
}],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.svg',
theme: {
primary_color_hex: '#242424'
}
}]
};
exports.default = info;