Skip to content

Commit

Permalink
fixed deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Apr 6, 2024
1 parent 1b68a9c commit 43df01e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions scripts/DeployScripts.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import "contracts/ProviderRegistry.sol";
import "contracts/PreConfirmations.sol";
import "contracts/Oracle.sol";
import "contracts/Whitelist.sol";
import "contracts/BlockTracker.sol";

// Deploy scripts should inherit this contract if they deploy using create2 deterministic addrs.
contract Create2Deployer {
Expand Down
11 changes: 0 additions & 11 deletions test/PreConfirmationConfTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -350,17 +350,6 @@ contract TestPreConfCommitmentStore is Test {
decayEndTimestamp
);

bytes32 commitmentHash = preConfCommitmentStore.getPreConfHash(
txnHash,
bid,
blockNumber,
decayStartTimestamp,
decayEndTimestamp,
bidHash,
_bytesToHexString(bidSignature),
_bytesToHexString(sharedSecretKey)
);

vm.prank(msgSender);
bytes32 commitmentIndex = preConfCommitmentStore.openCommitment(
encryptedCommitmentIndex,
Expand Down

0 comments on commit 43df01e

Please sign in to comment.