@dedot/chaintypes 0.220.0 → 0.222.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.
@@ -51,7 +51,7 @@ interface ChainKnownTypes extends GenericChainKnownTypes {
51
51
 
52
52
  /**
53
53
  * @name: MoonbeamApi
54
- * @specVersion: 4101
54
+ * @specVersion: 4102
55
55
  **/
56
56
  export interface MoonbeamApi extends GenericSubstrateApi {
57
57
  rpc: ChainJsonRpcApis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.220.0",
3
+ "version": "0.222.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": "36bc1e896c46281912e0bce5c3cb06022edc0808",
28
+ "gitHead": "5ec3cba50d8dfe34cfde96abaecce438a82e48d2",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -4402,8 +4402,7 @@ export type AssetHubPaseoRuntimeProxyType =
4402
4402
  | 'Staking'
4403
4403
  | 'NominationPools'
4404
4404
  | 'Auction'
4405
- | 'ParaRegistration'
4406
- | 'StakingOperator';
4405
+ | 'ParaRegistration';
4407
4406
 
4408
4407
  /**
4409
4408
  * Contains a variant per dispatchable extrinsic that this pallet has.
@@ -15386,8 +15385,7 @@ export type PaseoRuntimeConstantsProxyProxyType =
15386
15385
  | 'CancelProxy'
15387
15386
  | 'Auction'
15388
15387
  | 'NominationPools'
15389
- | 'ParaRegistration'
15390
- | 'StakingOperator';
15388
+ | 'ParaRegistration';
15391
15389
 
15392
15390
  export type PalletProxyProxyDefinition = {
15393
15391
  delegate: AccountId32;