Skip to content

Commit

Permalink
evm: fix expected chain
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Jan 15, 2024
1 parent f7df33b commit 2fe448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/forge/tests/ForkSlots.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contract ForkSlots is Test {
assertFalse(isVaaConsumed, "VAA already consumed");

// Before upgrading, fetch some expected values.
uint16 expectedRegisteredChainId = 2;
uint16 expectedRegisteredChainId = 6; // Avalanche (Fuji)
bytes32 expectedEmitter = forked.getRegisteredEmitter(expectedRegisteredChainId);
uint32 expectedCctpDomain = forked.getDomainFromChainId(expectedRegisteredChainId);

Expand Down

0 comments on commit 2fe448c

Please sign in to comment.