File tree 1 file changed +0
-28
lines changed
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -101,34 +101,6 @@ abstract contract GraphBaseTest is Test, Constants {
101
101
users.deployer
102
102
);
103
103
104
- // HorizonStakingExtension preddict address
105
- // bytes32 saltHorizonStakingExtension = keccak256("HorizonStakingExtensionSalt");
106
- // bytes32 horizonStakingExtensionHash = keccak256(bytes.concat(
107
- // vm.getCode("HorizonStakingExtension.sol:HorizonStakingExtension"),
108
- // abi.encode(address(controller), subgraphDataServiceAddress)
109
- // ));
110
- // address predictedAddressHorizonStakingExtension = vm.computeCreate2Address(
111
- // saltHorizonStakingExtension,
112
- // horizonStakingExtensionHash,
113
- // users.deployer
114
- // );
115
-
116
- // // HorizonStaking preddict address
117
- // bytes32 saltHorizonStaking = keccak256("saltHorizonStaking");
118
- // bytes32 horizonStakingHash = keccak256(bytes.concat(
119
- // vm.getCode("HorizonStaking.sol:HorizonStaking"),
120
- // abi.encode(
121
- // address(controller),
122
- // predictedAddressHorizonStakingExtension,
123
- // subgraphDataServiceAddress
124
- // )
125
- // ));
126
- // address predictedAddressHorizonStaking = vm.computeCreate2Address(
127
- // saltHorizonStaking,
128
- // horizonStakingHash,
129
- // users.deployer
130
- // );
131
-
132
104
stakingExtension = new HorizonStakingExtension (
133
105
address (controller),
134
106
subgraphDataServiceAddress
You can’t perform that action at this time.
0 commit comments