Skip to content

Commit

Permalink
Update and fix Khala typedef (#8272)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl authored Oct 24, 2022
1 parent 5680a82 commit 632f2c5
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 486 deletions.
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@mangata-finance/types": "^0.8.0",
"@metaverse-network-sdk/type-definitions": "^0.0.1-13",
"@parallel-finance/type-definitions": "1.7.13",
"@phala/typedefs": "0.2.31",
"@phala/typedefs": "0.2.32",
"@polkadot/api": "^9.6.1",
"@polkadot/api-derive": "^9.6.1",
"@polkadot/networks": "^10.1.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-config/src/api/spec/khala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

import type { OverrideBundleDefinition } from '@polkadot/types/types';

import { versionedKhala } from '@phala/typedefs';
import { typesBundle } from '@phala/typedefs';

export default versionedKhala as OverrideBundleDefinition;
export default typesBundle as OverrideBundleDefinition;
Loading

0 comments on commit 632f2c5

Please sign in to comment.