@chain-registry/v2
Version:
102 lines (101 loc) • 3.95 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../chain.schema.json',
chainName: 'echelon',
status: 'live',
networkType: 'mainnet',
prettyName: 'Echelon',
chainType: 'cosmos',
chainId: 'echelon_3000-3',
bech32Prefix: 'echelon',
nodeHome: '$HOME/.echelond',
slip44: 60,
fees: {
feeTokens: [{
denom: 'aechelon',
lowGasPrice: 10000000000,
averageGasPrice: 25000000000,
highGasPrice: 40000000000
}]
},
staking: {
stakingTokens: [{
denom: 'aechelon'
}]
},
codebase: {
gitRepo: 'https://github.com/echelonfoundation/echelon',
recommendedVersion: 'v1.1.4',
compatibleVersions: ['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: {
genesisUrl: 'https://gist.githubusercontent.com/echelonfoundation/ee862f58850fc1b5ee6a6fdccc3130d2/raw/55c2c4ea2fee8a9391d0dc55b2c272adb804054a/genesis.json'
}
},
logoURIs: {
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: [],
evmHttpJsonrpc: [{
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',
txPage: 'https://app.ech.network/explorer/tx/${txHash}'
},
{
kind: 'blockscout',
url: 'https://scout.ech.network',
txPage: 'https://scout.ech.network/tx/${txHash}'
},
{
kind: 'ping.pub',
url: 'https://ping.pub/echelon',
txPage: 'https://ping.pub/echelon/tx/${txHash}'
},
{
kind: 'atomscan',
url: 'https://atomscan.com/echelon',
txPage: 'https://atomscan.com/echelon/transactions/${txHash}',
accountPage: '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: {
primaryColorHex: '#b1f49a'
}
}]
};
exports.default = info;