Skip to content

Commit

Permalink
feat: Bump to version 5 (across-protocol#2036)
Browse files Browse the repository at this point in the history
Allows relayer to support new changes from across-protocol/sdk@2e3fbe4

there are no breaking chnages for relayers, only the dataworker functions
  • Loading branch information
nicholaspai authored Feb 3, 2025
1 parent b6b7339 commit c5fb4a3
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 @@ -28,7 +28,7 @@ import { CONTRACT_ADDRESSES } from "./ContractAddresses";
// 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 = 4;
export const CONFIG_STORE_VERSION = 5;

export const RELAYER_MIN_FEE_PCT = 0.0001;

Expand Down

0 comments on commit c5fb4a3

Please sign in to comment.