Skip to content

Commit

Permalink
added a clear marker about some testing framework values
Browse files Browse the repository at this point in the history
  • Loading branch information
zfogg committed May 11, 2023
1 parent f05a53e commit 6d450ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/markets/FeeDistributorProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ contract FeeDistributorProxy {

IERC20 public token; // The token to be distributed

// FIXME: !!!!!testable hardhat addresses -- not real production values yet!!!!!!
address public immutable recipientX = 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266; // Address of recipient X
address public immutable recipientY = 0x70997970C51812dc3A010C7d01b50e0d17dc79C8; // Address of recipient Y
address public immutable recipientZ = 0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC; // Address of recipient Z
Expand Down

0 comments on commit 6d450ca

Please sign in to comment.