ZV-2026-0180 · 2026-08-18 · lazareus.xyz

lazareus.xyz: Tool get_network_health was renamed to get_network_health_solana.

breaking

What changed

Tool get_network_health was renamed to get_network_health_solana. Tool get_recommended_priority_fee was renamed to get_recommended_priority_fee_solana.

What to do

If your agents call lazareus.xyz, pin the new snapshot, patch the affected call sites, and let a green contract check confirm the fix. If you don't use the changed tools, nothing is required, but the rest of the ecosystem just learned about it at the same moment you did.

The redline

get_network_health
+  get_network_health_solana   get_network_health
get_recommended_priority_fee
+  get_recommended_priority_fee_solana   get_recommended_priority_fee
Returns a 0-100 Solana network health score combining slot time, delinquent stake, priorit…
+  Returns a 0-100 Solana network health score plus the underlying metrics behind it. Useful …   get_network_health
Returns a 0-100 Base network health score combining block time, gas-used ratio, base fee v…
+  Returns a 0-100 Base network health score plus the underlying metrics behind it. Useful be…   get_network_health_base
Returns a 0-100 Ethereum mainnet network health score combining block time, gas-used ratio…
+  Returns a 0-100 Ethereum mainnet network health score plus the underlying metrics behind i…   get_network_health_ethereum
Recommends a Solana transaction priority fee (in micro-lamports per compute unit) based on…
+  Recommends a Solana transaction priority fee based on recent network activity, at low/medi…   get_recommended_priority_fee
Recommends a Base transaction priority fee (maxPriorityFeePerGas, in gwei) based on recent…
+  Recommends a Base transaction priority fee based on recent network activity, at low/medium…   get_recommended_priority_fee_base
Recommends a Ethereum mainnet transaction priority fee (maxPriorityFeePerGas, in gwei) bas…
+  Recommends a Ethereum mainnet transaction priority fee based on recent network activity, a…   get_recommended_priority_fee_ethereum
Full lazareus.xyz changelog →JSON feedWatch this for my agents