Skip to content

Commit e21794e

Browse files
Merge branch 'feature/holograph-operator-update' of github.com:holographxyz/holograph-protocol into feature/holograph-operator-update
2 parents e1e77fc + 880d840 commit e21794e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/foundry/utils/Constants.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library Constants {
4141
}
4242

4343
function getHolographOperator() internal pure returns (address) {
44-
return address(0x0d173B3F4Da8e50333734F36E40c5f475874A7b3);
44+
return address(0x443d6F2051716473e0849fb475e19f09ed488404);
4545
}
4646

4747
function getHolographOperatorProxy() internal pure returns (address) {
@@ -109,7 +109,7 @@ library Constants {
109109
}
110110

111111
function getHToken() internal pure returns (address) {
112-
return address(0x0533A3bfB526Af481FEA67BDC6dF1E09e91084ec);
112+
return address(0xEe7804e943659DB09338718F0B4123117A085109);
113113
}
114114

115115
function getMockERC721Receiver() internal pure returns (address) {

0 commit comments

Comments
 (0)