chain-registry
Version:
68 lines (67 loc) • 2.13 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'epixtestnet',
status: 'live',
networkType: 'testnet',
website: 'https://epix.zone/',
prettyName: 'Epix Testnet',
chainType: 'cosmos',
chainId: 'epix_1917-1',
bech32Prefix: 'epix',
daemonName: 'epixd',
nodeHome: '$HOME/.epixd',
keyAlgos: ['ethsecp256k1'],
extraCodecs: ['ethermint'],
slip44: 60,
fees: {
feeTokens: [{
denom: 'aepix',
lowGasPrice: 20000000000,
averageGasPrice: 25000000000,
highGasPrice: 40000000000
}]
},
staking: {
stakingTokens: [{
denom: 'aepix'
}]
},
codebase: {
gitRepo: 'https://github.com/EpixZone/Epix',
recommendedVersion: 'v12.0.0-rc4',
compatibleVersions: ['v12.0.0-rc4'],
genesis: {
genesisUrl: 'https://raw.githubusercontent.com/EpixZone/Epix/refs/heads/main/Networks/Testnet/epix_1917-0/genesis.json'
}
},
apis: {
rpc: [{
address: 'https://rpc.testnet.epix.zone',
provider: 'Epix Testnet'
}],
rest: [{
address: 'https://api.testnet.epix.zone',
provider: 'Epix Testnet'
}],
grpc: [{
address: 'https://grpc.testnet.epix.zone:443',
provider: 'Epix Testnet'
}],
evmHttpJsonrpc: [{
address: 'https://evmrpc.testnet.epix.zone/',
provider: 'Epix Testnet'
}]
},
explorers: [{
kind: 'Epix Explorer',
url: 'https://testnet.epix.zone/epix',
txPage: 'https://testnet.epix.zone/epix/tx/${txHash}'
}],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
}]
};
exports.default = info;