chain-registry
Version:
29 lines (28 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'echelon',
assets: [{
description: 'Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics',
denom_units: [{
denom: 'aechelon',
exponent: 0
}, {
denom: 'echelon',
exponent: 18
}],
base: 'aechelon',
name: 'Echelon',
display: 'echelon',
symbol: 'ECH',
logo_URIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;