@hyperlane-xyz/registry 23.8.0 → 23.9.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.
@@ -142,8 +142,7 @@
142
142
  "chainId": {
143
143
  "anyOf": [
144
144
  {
145
- "type": "integer",
146
- "exclusiveMinimum": 0
145
+ "$ref": "#/definitions/hyperlaneChainMetadata/properties/blocks/properties/reorgPeriod/anyOf/0"
147
146
  },
148
147
  {
149
148
  "type": "string"
@@ -227,7 +226,8 @@
227
226
  "type": "object",
228
227
  "properties": {
229
228
  "maxBlockRange": {
230
- "$ref": "#/definitions/hyperlaneChainMetadata/properties/chainId/anyOf/0",
229
+ "type": "integer",
230
+ "exclusiveMinimum": 0,
231
231
  "description": "The maximum range between block numbers for which the RPC can query data"
232
232
  },
233
233
  "minBlockNumber": {
@@ -235,7 +235,7 @@
235
235
  "description": "The absolute minimum block number that this RPC supports."
236
236
  },
237
237
  "maxBlockAge": {
238
- "$ref": "#/definitions/hyperlaneChainMetadata/properties/chainId/anyOf/0",
238
+ "$ref": "#/definitions/hyperlaneChainMetadata/properties/grpcUrls/items/properties/pagination/properties/maxBlockRange",
239
239
  "description": "The relative different from latest block that this RPC supports."
240
240
  }
241
241
  },