Skip to content

Commit

Permalink
evm: update guardian set index
Browse files Browse the repository at this point in the history
  • Loading branch information
gator-boi committed Apr 22, 2024
1 parent 0f69b7a commit fb4210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/ts/tests/helpers/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const USDC_DECIMALS: NetworkVars<number> = {
};

export const WORMHOLE_MESSAGE_FEE = 0;
export const WORMHOLE_GUARDIAN_SET_INDEX = 3;
export const WORMHOLE_GUARDIAN_SET_INDEX = 4;
export const GUARDIAN_PRIVATE_KEY =
"cfb12303a19cde580bb4dd771639b0d26bc68353645571a8cff516ab2ee113a0";
export const WALLET_PRIVATE_KEYS = [
Expand Down

0 comments on commit fb4210f

Please sign in to comment.