Skip to content

Commit 01a749f

Browse files
committed
fix: disable test accounts and sponsored fpc in devnet
1 parent 6fa397e commit 01a749f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spartan/environments/devnet.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=1
4141
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=1
4242
AZTEC_SLOT_DURATION=36
4343
AZTEC_EPOCH_DURATION=8
44-
TEST_ACCOUNTS=true
45-
SPONSORED_FPC=true
44+
TEST_ACCOUNTS=false
45+
SPONSORED_FPC=false
4646
FLUSH_ENTRY_QUEUE=true
4747

4848
VALIDATOR_REPLICAS=1

0 commit comments

Comments
 (0)