chain-registry
Version:
27 lines (26 loc) • 963 B
JavaScript
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'
}]
};
export default info;