Skip to content

Commit 00f49f9

Browse files
committed
fix: disable SponsoredFPC on staging-public
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.
1 parent 49661c1 commit 00f49f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spartan/environments/staging-public.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TX_COLLECTION_FILE_STORE_URLS="https://aztec-labs-snapshots.com/${TX_FILE_STORE_
2424
R2_ACCESS_KEY_ID=REPLACE_WITH_GCP_SECRET
2525
R2_SECRET_ACCESS_KEY=REPLACE_WITH_GCP_SECRET
2626
TEST_ACCOUNTS=false
27-
SPONSORED_FPC=true
27+
SPONSORED_FPC=false
2828

2929
# Match testnet/mainnet mana target (75M) instead of global default (100M).
3030
# AZTEC_MANA_TARGET only takes effect on L1 contract redeployment.

0 commit comments

Comments
 (0)