Skip to content

Commit

Permalink
Merge pull request #374 from algorandfoundation/default-validity
Browse files Browse the repository at this point in the history
chore: change the non localnet default validitity window to 200 from 30
  • Loading branch information
neilcampbell authored Jan 7, 2025
2 parents 47f5489 + 0e8a10d commit 9aaa373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/common/data/algo-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export const updateClientConfig = (networkConfig: NetworkConfigWithId) => {

algorandClient = AlgorandClient.fromClients({ algod, indexer, kmd })
if (networkConfig.id !== localnetId) {
algorandClient.setDefaultValidityWindow(30)
algorandClient.setDefaultValidityWindow(200)
}
}

0 comments on commit 9aaa373

Please sign in to comment.