File tree Expand file tree Collapse file tree 4 files changed +289
-77
lines changed
Expand file tree Collapse file tree 4 files changed +289
-77
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @hyperlane-xyz/registry ' : minor
3+ ---
4+
5+ Update Hyperlane dependencies to SDK 25.0.0 and Utils 25.0.0
Original file line number Diff line number Diff line change 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 }
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 },
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 },
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments