chain-registry
Version:
31 lines (30 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'genesisl1',
assets: [{
description: 'L1 coin is the GenesisL1 blockchain utility, governance and EVM token',
denomUnits: [{
denom: 'el1',
exponent: 0
}, {
denom: 'l1',
exponent: 18
}],
base: 'el1',
name: 'GenesisL1',
display: 'l1',
symbol: 'L1',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;