@subql/types-cosmos
Advanced tools
Comparing version 2.2.2-1 to 2.2.2-2
@@ -7,3 +7,3 @@ import { CosmWasmClient } from '@cosmjs/cosmwasm-stargate'; | ||
export type CustomDatasourceTemplate = BaseTemplateDataSource<SubqlCosmosCustomDatasource>; | ||
export type CosmosProjectManifestV1_0_0 = ProjectManifestV1_0_0<SubqlCosmosRuntimeDatasource | SubqlCosmosCustomDatasource>; | ||
export type CosmosProjectManifestV1_0_0 = ProjectManifestV1_0_0<SubqlCosmosRuntimeDatasource | SubqlCosmosCustomDatasource, RuntimeDatasourceTemplate | CustomDatasourceTemplate, CosmosNetworkConfig>; | ||
export interface CustomModule extends FileReference { | ||
@@ -17,2 +17,3 @@ /** | ||
} | ||
export type CosmosChainTypes = Map<string, CustomModule>; | ||
export type CustomDataSourceAsset = FileReference; | ||
@@ -79,3 +80,3 @@ export declare enum SubqlCosmosDatasourceKind { | ||
* */ | ||
chainTypes?: Map<string, CustomModule>; | ||
chainTypes?: CosmosChainTypes; | ||
}; | ||
@@ -82,0 +83,0 @@ export type SubqlCosmosBlockFilter = BlockFilter; |
{ | ||
"name": "@subql/types-cosmos", | ||
"version": "2.2.2-1", | ||
"version": "2.2.2-2", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "homepage": "https://github.com/subquery/subql", | ||
}, | ||
"stableVersion": "2.2.2-0" | ||
"stableVersion": "2.2.2-1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
129653
481