From 00f49f9cf80585f768bbe63cb78a84d675b242b1 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Mon, 30 Mar 2026 15:21:07 +0000 Subject: [PATCH] fix: disable SponsoredFPC on staging-public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SponsoredFPC contract address changes when aztec-nr is updated (different bytecode → different class ID → different address), which causes the genesis archive root to change and bricks nodes running a different aztec-nr version. Disabling it makes staging-public match the testnet/mainnet config, avoiding genesis root divergence across versions. --- spartan/environments/staging-public.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spartan/environments/staging-public.env b/spartan/environments/staging-public.env index 2720dc4cbbf1..8207cd4df9e2 100644 --- a/spartan/environments/staging-public.env +++ b/spartan/environments/staging-public.env @@ -24,7 +24,7 @@ TX_COLLECTION_FILE_STORE_URLS="https://aztec-labs-snapshots.com/${TX_FILE_STORE_ R2_ACCESS_KEY_ID=REPLACE_WITH_GCP_SECRET R2_SECRET_ACCESS_KEY=REPLACE_WITH_GCP_SECRET TEST_ACCOUNTS=false -SPONSORED_FPC=true +SPONSORED_FPC=false # Match testnet/mainnet mana target (75M) instead of global default (100M). # AZTEC_MANA_TARGET only takes effect on L1 contract redeployment.