0.13.6 ā€¢ Published 10 months ago

@coolcatnetwork/info v0.13.6

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
10 months ago

@coolcatnetwork/info

Chain Registry info for CoolCat, including assets.

yarn add @coolcatnetwork/info
import { chain, assets } from '@coolcatnetwork/info';

assets

console.log(assets);
{
  '$schema': '../assetlist.schema.json',
  chain_name: 'coolcat',
  assets: [
    {
      description: 'CoolCat - The Interchain Gaming Hub. $CCAT is the native token for use in the CoolCat Network.',
      denom_units: [Array],
      base: 'uccat',
      name: 'CoolCat',
      display: 'ccat',
      symbol: 'CCAT',
      logo_URIs: [Object],
      coingecko_id: 'coolcat'
    }
  ]
}

chain

console.log(chain);
{
  '$schema': '../chain.schema.json',
  chain_name: 'coolcat',
  status: 'live',
  network_type: 'devnet',
  pretty_name: 'CoolCat',
  chain_id: 'kitten-04',
  bech32_prefix: 'ccat',
  daemon_name: 'coolcat',
  node_home: '$HOME/.coolcat',
  slip44: 118,
  genesis: {
    genesis_url: ''
  },
  codebase: {
    git_repo: 'https://github.com/DigitalKitchenLabs/coolcat',
    recommended_version: 'v2.0.0',
    compatible_versions: [ 'v2.0.0' ]
  },
  peers: {
    seeds: [ [Object], [Object], [Object], [Object], [Object] ],
    persistent_peers: [
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object], [Object],
      [Object], [Object]
    ]
  },
  apis: {
    rpc: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
    rest: [ [Object], [Object], [Object], [Object], [Object] ],
    grpc: [ [Object] ]
  },
  explorers: []
}

Credits

šŸ›  Built by Digital Kitchen, based on Cosmology āš›ļø goodness!

Chain Registry:

0.13.6

10 months ago

0.13.0

10 months ago

0.13.1

10 months ago

0.13.2

10 months ago

0.13.3

10 months ago

0.13.4

10 months ago

0.13.5

10 months ago

0.11.0

1 year ago