Skip to content

Commit

Permalink
fix: required validator version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rickimoore committed Mar 27, 2023
1 parent e945c89 commit fa8d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const CURRENCIES = [
export const REQUIRED_VALIDATOR_VERSION = {
major: 3,
minor: 5,
patch: 0,
patch: 1,
}

export const DEFAULT_MAX_NETWORK_ERROR = 3

0 comments on commit fa8d412

Please sign in to comment.