chain-registry
Version:
33 lines (32 loc) • 1.52 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'avail',
assets: [{
description: 'Avail is a web3 infrastructure layer that allows modular execution layers to scale and interoperate in a trust minimized way.',
extended_description: 'Avail is a unification layer for Web3 that decouples the data availability layer, making it easier for developers to focus on execution and settlement. It\'s built to make applications fast, efficient, and scalable. Avail works with any execution environment designed to scale blockchains. ',
type_asset: 'unknown',
denom_units: [{
denom: 'avail',
exponent: 0
}, {
denom: 'AVAIL',
exponent: 18
}],
base: 'avail',
name: 'Avail',
display: 'AVAIL',
symbol: 'AVAIL',
coingecko_id: 'avail',
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.png',
theme: {
circle: false,
primary_color_hex: '#2B80D7'
}
}]
}]
};
exports.default = info;