Skip to content

Commit 033934d

Browse files
chore: update Hyperlane deps to SDK 25.0.0 and Utils 25.0.0
- Update @hyperlane-xyz/sdk to 25.0.0 - Update @hyperlane-xyz/utils to 25.0.0 - Update pnpm-lock.yaml - Add changeset for dependency updates
1 parent 9ba7c9b commit 033934d

File tree

4 files changed

+289
-77
lines changed

4 files changed

+289
-77
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/registry': minor
3+
---
4+
5+
Update Hyperlane dependencies to SDK 25.0.0 and Utils 25.0.0

chains/schema.json

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,23 @@
8181
"description": "An API key for the explorer (recommended for better reliability)."
8282
},
8383
"family": {
84-
"type": "string",
85-
"enum": [
86-
"etherscan",
87-
"blockscout",
88-
"routescan",
89-
"voyager",
90-
"zksync",
91-
"radixdashboard",
92-
"other"
84+
"anyOf": [
85+
{
86+
"type": "string",
87+
"enum": [
88+
"etherscan",
89+
"blockscout",
90+
"routescan",
91+
"voyager",
92+
"zksync",
93+
"radixdashboard",
94+
"other",
95+
"unknown"
96+
]
97+
},
98+
{
99+
"type": "string"
100+
}
93101
],
94102
"description": "The type of the block explorer. See ExplorerFamily for valid values."
95103
}
@@ -326,15 +334,23 @@
326334
"description": "The metadata of the native token of the chain (e.g. ETH for Ethereum)."
327335
},
328336
"protocol": {
329-
"type": "string",
330-
"enum": [
331-
"ethereum",
332-
"sealevel",
333-
"cosmos",
334-
"cosmosnative",
335-
"starknet",
336-
"radix",
337-
"aleo"
337+
"anyOf": [
338+
{
339+
"type": "string",
340+
"enum": [
341+
"ethereum",
342+
"sealevel",
343+
"cosmos",
344+
"cosmosnative",
345+
"starknet",
346+
"radix",
347+
"aleo",
348+
"unknown"
349+
]
350+
},
351+
{
352+
"type": "string"
353+
}
338354
],
339355
"description": "The type of protocol used by this chain. See ProtocolType for valid values."
340356
},
@@ -358,14 +374,22 @@
358374
"description": "The SLIP-0044 coin type."
359375
},
360376
"technicalStack": {
361-
"type": "string",
362-
"enum": [
363-
"arbitrumnitro",
364-
"opstack",
365-
"polygoncdk",
366-
"polkadotsubstrate",
367-
"zksync",
368-
"other"
377+
"anyOf": [
378+
{
379+
"type": "string",
380+
"enum": [
381+
"arbitrumnitro",
382+
"opstack",
383+
"polygoncdk",
384+
"polkadotsubstrate",
385+
"zksync",
386+
"other",
387+
"unknown"
388+
]
389+
},
390+
{
391+
"type": "string"
392+
}
369393
],
370394
"description": "The technical stack of the chain. See ChainTechnicalStack for valid values."
371395
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@changesets/cli": "^2.26.2",
1212
"@eslint/js": "^9.1.1",
1313
"@faker-js/faker": "^9.6.0",
14-
"@hyperlane-xyz/sdk": "20.1.0",
15-
"@hyperlane-xyz/utils": "20.1.0",
14+
"@hyperlane-xyz/sdk": "25.0.0",
15+
"@hyperlane-xyz/utils": "25.0.0",
1616
"@types/chai-as-promised": "^8",
1717
"@types/mocha": "^10.0.1",
1818
"@types/node": "^24.10.9",

0 commit comments

Comments
 (0)