chain-registry
Version:
44 lines (43 loc) • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'rootstock',
status: 'live',
website: 'https://rootstock.io/',
network_type: 'mainnet',
pretty_name: 'Rootstock',
chain_type: 'eip155',
chain_id: '30',
slip44: 137,
fees: {
fee_tokens: [{
denom: 'sat'
}]
},
staking: {
staking_tokens: [{
denom: 'sat'
}]
},
description: 'The longest running and leading Bitcoin sidechain. Deploy dApps and EVM-compatible smart contracts secured by the world’s most accessible, decentralized and secure blockchain.',
explorers: [{
kind: 'Rootstock Explorer',
url: 'https://explorer.rootstock.io/',
tx_page: 'https://explorer.rootstock.io/tx/${txHash}'
}],
images: [{
image_sync: {
chain_name: 'rootstock',
base_denom: 'sat'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.png',
theme: {
circle: false,
primary_color_hex: '#FF9931',
background_color_hex: '#00000000'
}
}]
};
exports.default = info;