chain-registry
Version:
29 lines (28 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'selfchaindevnet',
assets: [{
description: 'Self Chain Is the First Modular Intent-Centric Access Layer L1 Blockchain and Keyless Wallet Infrastructure Service That Uses MPC-TSS/AA for Multi-Chain Web3 Access.',
denomUnits: [{
denom: 'uself',
exponent: 0
}, {
denom: 'self',
exponent: 6
}],
base: 'uself',
name: 'self',
display: 'self',
symbol: 'SELF',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/selfchaindevnet/images/selfchain.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/selfchaindevnet/images/selfchain.png'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;