cosmwasm-stargate: Use paths from amino

This commit is contained in:
willclarktech 2021-03-24 18:09:41 +01:00
parent 572346755e
commit c043d61565
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -1,13 +1,8 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { AminoSignResponse, Secp256k1HdWallet, StdSignDoc } from "@cosmjs/amino";
import { AminoSignResponse, makeCosmoshubPath, Secp256k1HdWallet, StdSignDoc } from "@cosmjs/amino";
import { Bip39, EnglishMnemonic, Random, Secp256k1, Slip10, Slip10Curve } from "@cosmjs/crypto";
import { Bech32, fromBase64 } from "@cosmjs/encoding";
import {
DirectSecp256k1HdWallet,
DirectSignResponse,
makeAuthInfoBytes,
makeCosmoshubPath,
} from "@cosmjs/proto-signing";
import { DirectSecp256k1HdWallet, DirectSignResponse, makeAuthInfoBytes } from "@cosmjs/proto-signing";
import {
AuthExtension,
BankExtension,