@dedot/chaintypes 0.198.0 → 0.199.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
49
49
 
50
50
  /**
51
51
  * @name: KusamaAssetHubApi
52
- * @specVersion: 2000002
52
+ * @specVersion: 2000003
53
53
  **/
54
54
  export interface KusamaAssetHubApi extends GenericSubstrateApi {
55
55
  rpc: ChainJsonRpcApis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.198.0",
3
+ "version": "0.199.0",
4
4
  "description": "Types for substrate-based chains",
5
5
  "author": "Thang X. Vu <thang@dedot.dev>",
6
6
  "homepage": "https://dedot.dev",
@@ -25,7 +25,7 @@
25
25
  "directory": "dist"
26
26
  },
27
27
  "license": "Apache-2.0",
28
- "gitHead": "3f9d009f4e85c996f631af22c5b8edabc5b977eb",
28
+ "gitHead": "b5e158f31de214985261d93d0ad0722f1285a1fe",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {