We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed2663 + 9aaa373 commit d75c215Copy full SHA for d75c215
src/features/common/data/algo-client.ts
@@ -40,6 +40,6 @@ export const updateClientConfig = (networkConfig: NetworkConfigWithId) => {
40
41
algorandClient = AlgorandClient.fromClients({ algod, indexer, kmd })
42
if (networkConfig.id !== localnetId) {
43
- algorandClient.setDefaultValidityWindow(30)
+ algorandClient.setDefaultValidityWindow(200)
44
}
45
0 commit comments