Skip to content

Commit

Permalink
update @polkadot/apps-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Nov 19, 2024
1 parent 8fb0f50 commit 50d6b4f
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 254 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/apps-config": "^0.143.2",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/apps-config": "^0.143.2",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/src/polkadot/polkadot.api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ApiPromise, WsProvider } from '@polkadot/api';
// import { typesBundle } from '@polkadot/apps-config';
import { typesBundle } from '@polkadot/apps-config';
import { LRUCache } from 'lru-cache';

export enum MRLTypes {
Expand Down Expand Up @@ -38,7 +38,7 @@ export async function getPolkadotApi(
_enum: { V1: MRLTypes.XcmRoutingUserAction },
},
},
// typesBundle,
typesBundle,
});

cache.set(key, promise);
Expand Down
Loading

0 comments on commit 50d6b4f

Please sign in to comment.