Skip to content

Commit 64cdfdb

Browse files
AztecBotalexghr
andauthored
chore: Accumulated backports to v3 (#19389)
This PR accumulates backport commits throughout the day and will be auto-merged overnight. Latest backport: #19386 - fix: enable testnet txs 🤖 This PR is managed automatically by the backport workflow. Co-authored-by: alexghr <alexghr@users.noreply.github.com>
1 parent b306087 commit 64cdfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/cli/src/config/chain_l2_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export const testnetL2ChainConfig: L2ChainConfig = {
299299
testAccounts: false,
300300
sponsoredFPC: true,
301301
p2pEnabled: true,
302-
disableTransactions: true,
302+
disableTransactions: false,
303303
bootstrapNodes: [],
304304
minTxsPerBlock: 0,
305305
maxTxsPerBlock: 20,

0 commit comments

Comments
 (0)