Skip to content

Commit

Permalink
ve-silo: fix of the test (CI fix) (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorSF authored Nov 14, 2023
1 parent 595312d commit 2984373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ve-silo/test/gauges/CCIPGaugeCheckpointer.integration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract CCIPGaugeCheckpointer is IntegrationTest {
bytes32 internal constant _MESSAGE_ID_ETH = 0x62393c4d4b565fdb3b54ffd9cdf0da948ec59c7a975b3fa945bd6e84f7b85ded;

bytes32 internal constant _MESSAGE_ID_LINK_WITH_ETH =
0x2e05bc523aef3b198631df198295854faae05fb718658c5e45088b3901d58717;
0x85d350066ad6c52f52bde9af24f275055f441740f44945c70f0d4640481728a5;

address internal _minter = makeAddr("Minter");
address internal _tokenAdmin = makeAddr("Token Admin");
Expand Down Expand Up @@ -233,7 +233,7 @@ contract CCIPGaugeCheckpointer is IntegrationTest {
}

function _setupGaugeWithFrontLoadedEth(uint256 _ethAmount) internal returns (ICCIPGauge _createdGauge) {
address expectedGauge = 0xf46d12809B92D0bea694ACdcF3396493b3e1F6bc;
address expectedGauge = 0xf5Ba21691a8bC011B7b430854B41d5be0B78b938;

payable(expectedGauge).transfer(_ethAmount);

Expand Down

0 comments on commit 2984373

Please sign in to comment.