Skip to content

Commit

Permalink
chore: remove unused chaintypes (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii authored Aug 28, 2024
1 parent 9bcbe05 commit e9d2127
Show file tree
Hide file tree
Showing 46 changed files with 5 additions and 111,462 deletions.
10 changes: 5 additions & 5 deletions packages/chaintypes/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ export type { PolkadotApi } from './polkadot';
export type { KusamaApi } from './kusama';
export type { MoonbeamApi } from './moonbeam';
export type { AstarApi } from './astar';
export type { KusamaAssetHubApi } from './kusamaAssetHub';
export type { KusamaAssetHubApi } from './kusama-asset-hub';
export type { AlephApi } from './aleph';
export type { PolkadotAssetHubApi } from './polkadotAssetHub';
export type { PolkadotAssetHubApi } from './polkadot-asset-hub';
export type { RococoApi } from './rococo';
export type { RococoAssetHubApi } from './rococoAssetHub';
export type { RococoAssetHubApi } from './rococo-asset-hub';
export type { WestendApi } from './westend';
export type { WestendPeopleApi } from './westendPeople';
export type { WestendAssetHubApi } from './westendAssetHub';
export type { WestendPeopleApi } from './westend-people';
export type { WestendAssetHubApi } from './westend-asset-hub';
export type { PaseoApi } from './paseo';
Loading

0 comments on commit e9d2127

Please sign in to comment.