From a3efa4921111c257bc024b658caea20abe573aeb Mon Sep 17 00:00:00 2001 From: Eddie Date: Wed, 2 Sep 2026 20:28:28 -0400 Subject: [PATCH] Point frontend at the preprod contract e354e672 Deployed 2026-09-03T00:27Z on preprod ("Shielded Night" / sNight / 6), from the src/managed build this repo commits (byte-identical at 0b0a358 and main). Not locked: it stays upgradeable until a lock is chosen deliberately. The PreProd entry appears in the network dropdown as soon as this lands. --- frontend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env b/frontend/.env index e088129..76c9777 100644 --- a/frontend/.env +++ b/frontend/.env @@ -3,7 +3,7 @@ # shows only networks whose address is set; the sNight token type is derived # from the address. PREVIEW_ADDRESS=80b89b9a4213c61da84f54b2ea02e2809f9c4dedbdafacd04b38d4667bee1396 -PREPROD_ADDRESS= +PREPROD_ADDRESS=e354e6725893397e6a2dfa44522a017fabb5d9c92efed50288711f5f865c8950 MAINNET_ADDRESS= # Optional: local devnet (docker stack) address, for development.