Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spartan/environments/network-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ networks:
L1_CHAIN_ID: 11155111 # Sepolia
# Genesis state
TEST_ACCOUNTS: false
SPONSORED_FPC: true
SPONSORED_FPC: false
TRANSACTIONS_DISABLED: false
# Sequencer
SEQ_MAX_TX_PER_CHECKPOINT: 72 # 1 TPS
Expand Down
2 changes: 1 addition & 1 deletion spartan/scripts/deploy_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ LABS_INFRA_INDICES=${LABS_INFRA_INDICES:-0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,1
# ROLLUP VARIABLES
########################
CREATE_ROLLUP_CONTRACTS=${CREATE_ROLLUP_CONTRACTS:-true}
SPONSORED_FPC=${SPONSORED_FPC:-true}
SPONSORED_FPC=${SPONSORED_FPC:-false}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fact I had to change this makes me think the yaml above doesn't get loaded during deployments

TEST_ACCOUNTS=${TEST_ACCOUNTS:-false}
REAL_VERIFIER=${REAL_VERIFIER:-true}

Expand Down
Loading