Skip to content

Commit

Permalink
fix: Bump config store version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Sep 26, 2023
1 parent 33e3c05 commit c622aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { utils } from "@across-protocol/sdk-v2";
// Maximum supported version of the configuration loaded into the Across ConfigStore.
// It protects bots from running outdated code against newer version of the on-chain config store.
// @dev Incorrectly setting this value may lead to incorrect behaviour and potential loss of funds.
export const CONFIG_STORE_VERSION = 1;
export const CONFIG_STORE_VERSION = 2;

// The first version where UBA is in effect.
export const { UBA_MIN_CONFIG_STORE_VERSION } = utils;
Expand Down

0 comments on commit c622aaf

Please sign in to comment.