Skip to content

Commit d75c215

Browse files
committed
Merge remote-tracking branch 'origin/main' into code-signing
2 parents eed2663 + 9aaa373 commit d75c215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/common/data/algo-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ export const updateClientConfig = (networkConfig: NetworkConfigWithId) => {
4040

4141
algorandClient = AlgorandClient.fromClients({ algod, indexer, kmd })
4242
if (networkConfig.id !== localnetId) {
43-
algorandClient.setDefaultValidityWindow(30)
43+
algorandClient.setDefaultValidityWindow(200)
4444
}
4545
}

0 commit comments

Comments
 (0)