chain-registry
Version:
114 lines (113 loc) • 4.13 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'synternet',
chain_type: 'cosmos',
chain_id: 'synternet-1',
website: 'https://www.synternet.com/',
pretty_name: 'Synternet',
status: 'live',
network_type: 'mainnet',
slip44: 118,
bech32_prefix: 'synt',
daemon_name: 'syntd',
node_home: '$HOME/.amber',
key_algos: ['secp256k1'],
fees: {
fee_tokens: [{
denom: 'usynt',
fixed_min_gas_price: 0.01,
low_gas_price: 0.01,
average_gas_price: 0.025,
high_gas_price: 0.03
}]
},
staking: {
staking_tokens: [{
denom: 'usynt'
}]
},
codebase: {
git_repo: 'https://github.com/Synternet/synternet-chain-releases',
recommended_version: 'v0.14.0',
compatible_versions: ['v0.14.0'],
consensus: {
type: 'cometbft',
version: 'v0.37.5'
},
genesis: {
genesis_url: 'https://github.com/Synternet/synternet-chain-releases/blob/main/networks/mainnet/genesis.json'
},
sdk: {
type: 'cosmos',
version: 'v0.47.11'
},
ibc: {
type: 'go',
version: 'v7.1.0'
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
},
description: 'Synternet is the backbone of the Data Layer, a protocol serving as the customizable execution layer between all blockchains. It enables builders to See, Interpret and Act on any data from any chain, supercharging their applications.',
apis: {
rpc: [
{
address: 'https://rpc.synternet.com/',
provider: 'Synternet'
},
{
address: 'https://synternet_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
},
{
address: 'https://synternet-mainnet-rpc.autostake.com:443',
provider: 'AutoStake 🛡️ Slash Protected'
}
],
rest: [
{
address: 'https://api.synternet.com/',
provider: 'Synternet'
},
{
address: 'https://synternet_mainnet_api.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
},
{
address: 'https://synternet-mainnet-lcd.autostake.com:443',
provider: 'AutoStake 🛡️ Slash Protected'
}
]
},
explorers: [
{
kind: 'Big Dipper',
url: 'https://explorer.synternet.com/',
tx_page: 'https://explorer.synternet.com/transactions/${txHash}'
},
{
kind: 'staking-explorer.com',
url: 'https://staking-explorer.com/explorer/synternet',
tx_page: 'https://staking-explorer.com/transaction.php?chain=synternet&tx=${txHash}',
account_page: 'https://staking-explorer.com/account.php?chain=synternet&addr=${accountAddress}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/synternet',
tx_page: 'https://explorer.whenmoonwhenlambo.money/synternet/tx/${txHash}',
account_page: 'https://explorer.whenmoonwhenlambo.money/synternet/account/${accountAddress}'
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg',
theme: {
primary_color_hex: '#272d45'
}
}]
};
exports.default = info;