mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 14:31:03 +00:00
Bump api (interfaced types) (#163)
* Bump api (interfaced types) * Bump deps for api
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
"styled-components": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.94.1",
|
||||
"@polkadot/types": "^0.82.0-beta.77",
|
||||
"@polkadot/util": "^0.94.1"
|
||||
"@polkadot/keyring": "^0.95.0-beta.2",
|
||||
"@polkadot/types": "^0.90.0-beta.1",
|
||||
"@polkadot/util": "^0.95.0-beta.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// This software may be modified and distributed under the terms
|
||||
// of the Apache-2.0 license. See the LICENSE file for details.
|
||||
|
||||
import { Hash } from '@polkadot/types';
|
||||
import { Hash } from '@polkadot/types/interfaces';
|
||||
import { KeyringInstance as BaseKeyringInstance, KeyringPair, KeyringPair$Meta, KeyringPair$Json, KeyringOptions as KeyringOptionsBase } from '@polkadot/keyring/types';
|
||||
import { KeypairType } from '@polkadot/util-crypto/types';
|
||||
import { AddressSubject, SingleAddress } from './observable/types';
|
||||
|
||||
Reference in New Issue
Block a user