You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Local CoFHE hostchain now relies on prefunded genesis accounts instead of
27
+
// the old faucet service, so a zero balance here means the hostchain state
28
+
// was initialized from the wrong image/genesis and deployment cannot proceed.
29
+
thrownewError(
30
+
`Account ${signer.address} has zero balance on localfhenixk8s. `+
31
+
"This devnet no longer exposes hostchain:3000/faucet; rebuild the hostchain image and wipe the hostchain/beacon volumes so the prefunded genesis accounts are applied."
0 commit comments