0.8.0 ā€¢ Published 1 year ago

@coolcatchain/info v0.8.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 year ago

@coolcatchain/chain

Chain Registry info for CoolCat, including assets.

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

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.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.5

1 year ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago