@subql/types-cosmos
Advanced tools
Comparing version 0.1.0 to 0.1.1-0
import { CosmWasmClient } from '@cosmjs/cosmwasm-stargate'; | ||
import { Registry } from '@cosmjs/proto-signing'; | ||
import Pino from 'pino'; | ||
@@ -10,2 +11,3 @@ import { Store, DynamicDatasourceCreator } from './interfaces'; | ||
const createDynamicDatasource: DynamicDatasourceCreator; | ||
const registry: Registry; | ||
} |
{ | ||
"name": "@subql/types-cosmos", | ||
"version": "0.1.0", | ||
"version": "0.1.1-0", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "homepage": "https://github.com/subquery/subql", | ||
}, | ||
"stableVersion": "0.0.7-0" | ||
"stableVersion": "0.1.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
80346
268