Skip to content

Commit

Permalink
fix: replace snx whale (bgd-labs#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored and Luigy-Lemon committed Aug 6, 2024
1 parent 49e80b7 commit 1acd0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CommonTestBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ contract CommonTestBase is Test {
}
// SNX
if (asset == AaveV2EthereumAssets.SNX_UNDERLYING) {
vm.prank(0xAc86855865CbF31c8f9FBB68C749AD5Bd72802e3);
vm.prank(0x0D0452f487D1EDc869d1488ae984590ca2900D2F);
IERC20(asset).transfer(user, amount);
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/ProtocolV3TestBase.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ contract ProtocolV3TestE2ETestArbitrumAll is ProtocolV3TestBase {

contract ProtocolV3TestE2ETestAllMainnet is ProtocolV3TestBase {
function setUp() public {
vm.createSelectFork('mainnet', 18763779);
vm.createSelectFork('mainnet', 19477376);
}

function test_e2e() public {
Expand Down

0 comments on commit 1acd0a0

Please sign in to comment.