Skip to content

Commit

Permalink
Update whale address
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jun 7, 2024
1 parent 56288de commit 5e20202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/staking/MigratorForkTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion tests/staking/ZapperForkTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5e20202

Please sign in to comment.