chain-registry
Version:
102 lines (101 loc) • 3.98 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chain_name: 'echelon',
status: 'live',
network_type: 'mainnet',
pretty_name: 'Echelon',
chain_type: 'cosmos',
chain_id: 'echelon_3000-3',
bech32_prefix: 'echelon',
node_home: '$HOME/.echelond',
slip44: 60,
fees: {
fee_tokens: [{
denom: 'aechelon',
low_gas_price: 10000000000,
average_gas_price: 25000000000,
high_gas_price: 40000000000
}]
},
staking: {
staking_tokens: [{
denom: 'aechelon'
}]
},
codebase: {
git_repo: 'https://github.com/echelonfoundation/echelon',
recommended_version: 'v1.1.4',
compatible_versions: ['v1.1.4', 'v1.0.3'],
binaries: {
"linux/amd64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_x86_64.tar.gz',
"linux/arm64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_arm64.tar.gz',
"darwin/amd64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_x86_64.tar.gz',
"darwin/arm64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_arm64.tar.gz',
"windows/amd64": 'https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Windows_x86_64.zip'
},
genesis: {
genesis_url: 'https://gist.githubusercontent.com/echelonfoundation/ee862f58850fc1b5ee6a6fdccc3130d2/raw/55c2c4ea2fee8a9391d0dc55b2c272adb804054a/genesis.json'
}
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg'
},
apis: {
rpc: [{
address: 'https://ech01trpc.mindheartsoul.org',
provider: 'Mind Heart Soul'
}, {
address: 'https://rpc.echjoker.lol',
provider: '⚡ Echelon Joker ⚛ 🃏'
}],
rest: [{
address: 'https://ech01api.mindheartsoul.org',
provider: 'Mind Heart Soul'
}, {
address: 'https://api.echjoker.lol',
provider: '⚡ Echelon Joker ⚛ 🃏'
}],
grpc: [],
"evm-http-jsonrpc": [{
address: 'https://ech01jrpc.mindheartsoul.org',
provider: 'Mind Heart Soul'
}, {
address: 'https://jrpc.echjoker.lol',
provider: '⚡ Echelon Joker ⚛ 🃏'
}]
},
explorers: [
{
kind: 'echelon',
url: 'https://app.ech.network/explorer',
tx_page: 'https://app.ech.network/explorer/tx/${txHash}'
},
{
kind: 'blockscout',
url: 'https://scout.ech.network',
tx_page: 'https://scout.ech.network/tx/${txHash}'
},
{
kind: 'ping.pub',
url: 'https://ping.pub/echelon',
tx_page: 'https://ping.pub/echelon/tx/${txHash}'
},
{
kind: 'atomscan',
url: 'https://atomscan.com/echelon',
tx_page: 'https://atomscan.com/echelon/transactions/${txHash}',
account_page: 'https://atomscan.com/echelon/accounts/${accountAddress}'
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg',
theme: {
primary_color_hex: '#b1f49a'
}
}]
};
exports.default = info;