stargate: Import coins from proto-signing

This commit is contained in:
willclarktech 2021-03-24 17:16:43 +01:00
parent 1d46f271cc
commit 6a2d471816
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -5,7 +5,7 @@ import {
pubkeyToAddress,
Secp256k1HdWallet,
} from "@cosmjs/amino";
import { coins } from "@cosmjs/launchpad";
import { coins } from "@cosmjs/proto-signing";
import { assert } from "@cosmjs/utils";
import { MsgSend } from "./codec/cosmos/bank/v1beta1/tx";