chain-registry
Version:
54 lines (53 loc) • 2.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'loop',
assets: [{
description: 'The native token of Loop',
denomUnits: [{
denom: 'token',
exponent: 0
}],
typeAsset: 'sdk.coin',
base: 'token',
name: 'Token',
display: 'token',
symbol: 'TOKEN',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg'
}],
socials: {
website: 'https://www.loop.fans/',
twitter: 'https://twitter.com/LoopFans'
}
}, {
denomUnits: [{
denom: 'upoa',
exponent: 0
}, {
denom: 'poa',
exponent: 6
}],
typeAsset: 'sdk.coin',
base: 'upoa',
name: 'POA',
display: 'poa',
symbol: 'POA',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/poa.svg'
}],
keywords: ['poa']
}]
};
exports.default = info;