Skip to content
/ types Public

Cosmos, Keplr, and Graz related type definitions

License

Notifications You must be signed in to change notification settings

graz-sh/types

Repository files navigation

@graz-sh/types

npm/v npm/dt stars

Cosmos, Keplr, and Graz related type definitions

Installing

pnpm install @graz-sh/types long

Example Usage

import { Chain, AssetList, ... } from "@graz-sh/types";
import { convertChainToChainInfo } from "@graz-sh/types/convert";
import { defineChain, defineChainInfo, ... } from "@graz-sh/types/define";
import { ChainInfo, ... } from "@graz-sh/types/keplr";

FAQs

Why hard fork @keplr-wallet/types sources?

@keplr-wallet/types uses long package as a direct dependency, whereas this package marks it as a peer dependency, so you need to install it alongside @graz-sh/types.

License