We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761de81 commit 5dad5a0Copy full SHA for 5dad5a0
.github/workflows/testnet-nightly-e2e.yml
@@ -1,9 +1,11 @@
1
+# This workflow is out-to-date. It won't work as it is now, due to the fact Base Sepolia testnet
2
+# has a specific behaviour resulting in errors like "replacement transaction underpriced" or "nonce too low:".
3
+# current workaround was to sleep, but it was removed in
4
+# https://github.com/Cardinal-Cryptography/blanksquare-monorepo/commit/72536953ee7d324b4a776c0726ae035bace88655
5
---
6
name: Nightly E2E tests run on testnet
7
8
on:
- schedule:
- - cron: "00 23 * * *"
9
workflow_dispatch:
10
11
concurrency:
0 commit comments