Skip to content

Commit

Permalink
Sep 20, 2024, 12:03 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 20, 2024
1 parent e56fadd commit 74d1fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@acala-network/sdk-core": "^4.1.9-7",
"@polkadot/api": "12.1.1",
"@polkadot/api-base": "^12.1.1",
"@polkadot/api-derive": "^12.1.1",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^12.1.1",
Expand Down
5 changes: 3 additions & 2 deletions src/adapters/statemint.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Storage } from "@acala-network/sdk/utils/storage";
// import { Storage } from "@acala-network/sdk/utils/storage";
import { Storage } from "@acala-network/sdk/dist/esm/utils/storage";
import { AnyApi, FixedPointNumber as FN } from "@acala-network/sdk-core";
import { combineLatest, map, Observable } from "rxjs";

import { SubmittableExtrinsic } from "@polkadot/api/types";
import { DeriveBalancesAll } from "@polkadot/api-derive/balances/types";
import { DeriveBalancesAll } from "@polkadot/api-derive/types";
import { ISubmittableResult } from "@polkadot/types/types";
import { BN } from "@polkadot/util";

Expand Down

0 comments on commit 74d1fb4

Please sign in to comment.