Skip to content

Commit

Permalink
Merge pull request #280 from cygnusv/deploy-bqeth
Browse files Browse the repository at this point in the history
BqETH deployment parameters and scripts
  • Loading branch information
cygnusv authored Jul 11, 2024
2 parents 5bd7af9 + b0fae91 commit fac658c
Show file tree
Hide file tree
Showing 13 changed files with 846 additions and 237 deletions.
8 changes: 1 addition & 7 deletions contracts/contracts/testnet/OpenAccessAuthorizer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

pragma solidity ^0.8.0;

interface IEncryptionAuthorizer {
function isAuthorized(
uint32 ritualId,
bytes memory evidence,
bytes memory ciphertextHeader
) external view returns (bool);
}
import "../coordination/IEncryptionAuthorizer.sol";

contract OpenAccessAuthorizer is IEncryptionAuthorizer {
function isAuthorized(
Expand Down
Loading

0 comments on commit fac658c

Please sign in to comment.