This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Releases: AstarNetwork/api
Releases · AstarNetwork/api
v1.0.4
v1.0.2
v1.5.4-3
v1.5.4-2
1.5.4-2 (2021-06-01)
Note: This is an emergency patch that fixes the @plasm/types
export type definitions.
The recommended syntax for importing this package is as the following:
import { ApiPromise, WsProvider } from '@polkadot/api';
import type { RegistryTypes } from '@polkadot/types/types';
import typeDefs from '@plasm/types';
const types = typeDefs.dustyDefinitions;
const api = new ApiPromise({
provider,
types: {
...(types as RegistryTypes),
},
});
v1.5.4
v1.5.3
v1.5.2
v1.5.0-alpha
Changed the project structure and added type support for Dusty 1.9.3
@plasm/[email protected]
1.5.1-alpha.3 (2021-05-26)
Note: Version bump only for package @plasm/types
@plasm/[email protected]
1.5.1-alpha.2 (2021-05-26)
Note: Version bump only for package @plasm/types