From 5e2020220a4bfd2368bdf547f6d9d49c7b2adc57 Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:36:23 +0530 Subject: [PATCH] Update whale address --- tests/staking/MigratorForkTest.t.sol | 2 +- tests/staking/ZapperForkTest.t.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/staking/MigratorForkTest.t.sol b/tests/staking/MigratorForkTest.t.sol index d6578682..62fc160a 100644 --- a/tests/staking/MigratorForkTest.t.sol +++ b/tests/staking/MigratorForkTest.t.sol @@ -23,7 +23,7 @@ contract MigratorForkTest is Test { IMintableERC20 public ogn; uint256 constant OGN_EPOCH = 1717041600; // May 30, 2024 GMT - address public ogvWhale = 0x70fCE97d671E81080CA3ab4cc7A59aAc2E117137; + address public ogvWhale = 0x24dD9AEAf497c11eE3A0ac2E6E6e014e12799c4E; constructor() { deployManager = new DeployManager(); diff --git a/tests/staking/ZapperForkTest.t.sol b/tests/staking/ZapperForkTest.t.sol index 51f6b799..34942ad6 100644 --- a/tests/staking/ZapperForkTest.t.sol +++ b/tests/staking/ZapperForkTest.t.sol @@ -26,7 +26,7 @@ contract ZapperForkTest is Test { IMintableERC20 public ogv; IMintableERC20 public ogn; - address public ogvWhale = 0x70fCE97d671E81080CA3ab4cc7A59aAc2E117137; + address public ogvWhale = 0x24dD9AEAf497c11eE3A0ac2E6E6e014e12799c4E; constructor() { deployManager = new DeployManager();