Skip to content

Commit

Permalink
Fix: solve polkadot build issue according to this: polkadot-js/api#4633
Browse files Browse the repository at this point in the history
  • Loading branch information
Rgascoin committed Dec 12, 2022
1 parent 432779a commit 8e058a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"@ledgerhq/hw-transport-node-hid": "^6.27.6",
"@ledgerhq/hw-transport-webusb": "^6.27.6",
"@polkadot/extension-dapp": "^0.44.6",
"@polkadot/extension-inject": "^0.44.6",
"@polkadot/keyring": "^7.7.1",
"@polkadot/util": "^7.7.1",
"@polkadot/util-crypto": "^7.7.1",
Expand Down
4 changes: 2 additions & 2 deletions src/accounts/substrate.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Account } from "./account";
import "@polkadot/api-augment";

import { BaseMessage, Chain } from "../messages/message";
import { GetVerificationBuffer } from "../messages";

import { InjectedExtension } from "@polkadot/extension-inject/types";

import { Keyring } from "@polkadot/keyring";
import { KeyringPair } from "@polkadot/keyring/types";
import { cryptoWaitReady, signatureVerify } from "@polkadot/util-crypto";
Expand Down

0 comments on commit 8e058a7

Please sign in to comment.