Skip to content

Commit

Permalink
fix: bump api 6.10.3 (#779)
Browse files Browse the repository at this point in the history
* fix: bump polakdot api

* fix: imports for StorageEntryBase and AugmentedConst

* @polkadot/util-crypto@8.0.5
  • Loading branch information
TarikGul committed Dec 1, 2021
1 parent 51eaa91 commit a97ca77
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 120 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "^6.10.1",
"@polkadot/api": "^6.10.3",
"@polkadot/apps-config": "0.98.2-94",
"@polkadot/util-crypto": "^8.0.2",
"@polkadot/util-crypto": "^8.0.5",
"@polkadot/x-rxjs": "^6.11.1",
"@substrate/calc": "^0.2.6",
"argparse": "^2.0.1",
Expand All @@ -78,13 +78,13 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "6.10.1",
"@polkadot/keyring": "8.0.2",
"@polkadot/networks": "8.0.2",
"@polkadot/types": "6.10.1",
"@polkadot/types-known": "6.10.1",
"@polkadot/util": "8.0.2",
"@polkadot/util-crypto": "8.0.2",
"@polkadot/api": "6.10.3",
"@polkadot/keyring": "8.0.5",
"@polkadot/networks": "8.0.5",
"@polkadot/types": "6.10.3",
"@polkadot/types-known": "6.10.3",
"@polkadot/util": "8.0.5",
"@polkadot/util-crypto": "8.0.5",
"@polkadot/wasm-crypto": "4.4.1",
"node-forge": ">=0.10.0",
"node-fetch": ">=2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion src/services/blocks/BlocksService.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ApiPromise } from '@polkadot/api';
import { ApiDecoration } from '@polkadot/api/types';
import { AugmentedConst } from '@polkadot/api/types/consts';
import { AugmentedConst } from '@polkadot/api/types';
import { RpcPromiseResult } from '@polkadot/api/types/rpc';
import { GenericExtrinsic, u128 } from '@polkadot/types';
import { GenericCall } from '@polkadot/types/generic';
Expand Down
2 changes: 1 addition & 1 deletion src/test-helpers/typeFactory.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ApiPromise, WsProvider } from '@polkadot/api';
import { StorageEntryBase } from '@polkadot/api/types/storage';
import { StorageEntryBase } from '@polkadot/api/types';
import { Metadata } from '@polkadot/types';
import { Option, StorageKey, Tuple, TypeRegistry, Vec } from '@polkadot/types';
import {
Expand Down
Loading

0 comments on commit a97ca77

Please sign in to comment.