Skip to content

Commit 851cbeb

Browse files
committed
Merge branch 'sign-grace-extend' into 'main'
grace period for signing extended +5s See merge request flarenetwork/ftso/ftso-scaling!161
2 parents 45b87b6 + 87ca205 commit 851cbeb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libs/fsp-rewards/src/constants.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ const gracePeriodForSignaturesDurationSec = () => {
165165
case "from-env":
166166
return extractIntegerNonNegativeValueFromEnv("GRACE_PERIOD_FOR_SIGNATURES_DURATION_SEC");
167167
case "coston":
168-
return 10; // 10 seconds
168+
return 15; // 15 seconds
169169
case "coston2":
170-
return 10; // 10 seconds
170+
return 15; // 15 seconds
171171
case "songbird":
172-
return 10; // 10 seconds
172+
return 15; // 15 seconds
173173
case "flare":
174-
return 10; // 10 seconds
174+
return 15; // 15 seconds
175175
case "local-test":
176-
return 10; // 10 seconds
176+
return 15; // 15 seconds
177177
default:
178178
// Ensure exhaustive checking
179179
// eslint-disable-next-line @typescript-eslint/no-empty-function, @typescript-eslint/no-unused-vars

0 commit comments

Comments
 (0)