chain-registry
Version:
30 lines (29 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'cascadiatestnet',
assets: [{
description: 'The World\'s First Neocybernetic Blockchain',
denom_units: [{
denom: 'aCC',
exponent: 0
}, {
denom: 'tCC',
exponent: 18
}],
base: 'aCC',
name: 'Сascadia Testnet',
display: 'tCC',
symbol: 'TCC',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png'
},
keywords: ['cascadia', 'neocybernetic'],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;