We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47f5489 + 0e8a10d commit 9aaa373Copy full SHA for 9aaa373
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