Cosmos, Keplr, and Graz related type definitions
pnpm install @graz-sh/types long
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";
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
.
- Sources and types: MIT License, Copyright (c) 2023 Graz
- Keplr types: Apache 2.0, Copyright (c) 2020 Chainapsis, Inc.