hyperweb-io / hyperweb-io/cosmos-kit
@cosmjs/proto-signing and @cosmjs/stargate incompatible?
- Dominant language
- TypeScript
- Stars
- 201
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
Hi all
Trying to build with the send-token template found in here but keep failing on deployment. Is there an issue at the moment with those modules?
`Type error: Type '(_chain: Chain) => { registry: Registry; aminoTypes: AminoTypes; }' is not assignable to type '(chain: Chain) => SigningStargateClientOptions'.
Call signature return types '{ registry: Registry; aminoTypes: AminoTypes; }' and 'SigningStargateClientOptions' are incompatible.
The types of 'registry' are incompatible between these types.
Type 'import("/home/dizz0/APP-OIN-AIRDROP/node_modules/interchain/node_modules/@cosmjs/proto-signing/build/registry").Registry' is not assignable to type 'import("/home/dizz0/APP-OIN-AIRDROP/node_modules/@cosmjs/stargate/node_modules/@cosmjs/proto-signing/build/registry").Registry'.
Types have separate declarations of a private property 'types'.`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.