Skip to content

Commit 9aaa373

Browse files
authored
Merge pull request #374 from algorandfoundation/default-validity
chore: change the non localnet default validitity window to 200 from 30
2 parents 47f5489 + 0e8a10d commit 9aaa373

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)