Skip to content

Commit 65cca48

Browse files
critesjoshclaude
andcommitted
Add concurrency group to testnet CI to prevent L1 nonce conflicts
Only one testnet deploy can run at a time since they share the same L1 account. Concurrent runs cause 'replacement transaction underpriced' errors from nonce collisions on Sepolia. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8cc27f0 commit 65cca48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/testnet.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- testnet
1010
workflow_dispatch:
1111

12+
concurrency:
13+
group: testnet-deploy
14+
cancel-in-progress: true
15+
1216
jobs:
1317
testnet-deploy-account:
1418
name: Deploy Account to Testnet

0 commit comments

Comments
 (0)