@chainflip/rpc 1.11.0-beta.10 → 1.11.0-beta.11

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.
package/dist/common.d.cts CHANGED
@@ -191,7 +191,7 @@ type RpcRequest = WithHash<{
191
191
  cf_available_pools: [];
192
192
  cf_safe_mode_statuses: [];
193
193
  cf_oracle_prices: [oraclePricePair?: Nullish<[PriceAsset, PriceAsset]>];
194
- cf_lending_pools: [asset: UncheckedAssetAndChain];
194
+ cf_lending_pools: [asset?: UncheckedAssetAndChain];
195
195
  }> & {
196
196
  chain_getBlockHash: [blockHeight?: number];
197
197
  };
package/dist/common.d.ts CHANGED
@@ -191,7 +191,7 @@ type RpcRequest = WithHash<{
191
191
  cf_available_pools: [];
192
192
  cf_safe_mode_statuses: [];
193
193
  cf_oracle_prices: [oraclePricePair?: Nullish<[PriceAsset, PriceAsset]>];
194
- cf_lending_pools: [asset: UncheckedAssetAndChain];
194
+ cf_lending_pools: [asset?: UncheckedAssetAndChain];
195
195
  }> & {
196
196
  chain_getBlockHash: [blockHeight?: number];
197
197
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainflip/rpc",
3
- "version": "1.11.0-beta.10",
3
+ "version": "1.11.0-beta.11",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@chainflip/utils": "0.8.18",