Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Nov 8, 2024
1 parent 819a6b0 commit 72ee1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/typegen/src/generate/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const generateCallsTypesTemplate = Handlebars.compile(readTemplate('calls'));

// This works similar to the PATHS_ALIAS set from the PortableRegistry
const aliases: Record<string, string> = {
KitchensinkRuntimeRuntimeCall: 'RuntimeCall',
AssetHubKusamaRuntimeRuntimeCall: 'RuntimeCall',
AssetHubPolkadotRuntimeRuntimeCall: 'RuntimeCall',
KitchensinkRuntimeRuntimeCall: 'RuntimeCall',
OpaqueValue: 'Bytes',
PolkadotParachainPrimitivesPrimitivesId: 'ParaId',
PolkadotParachainPrimitivesPrimitivesValidationCodeHash: 'ValidationCodeHash',
Expand Down
2 changes: 1 addition & 1 deletion packages/types-augment/src/lookup/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

import './types-asset-hub-kusama.js';
import './types-asset-hub-polkadot.js'
import './types-asset-hub-polkadot.js';
import './types-substrate.js';
import './types-polkadot.js';
import './types-kusama.js';

0 comments on commit 72ee1e2

Please sign in to comment.