Skip to content

Commit

Permalink
feat: access control
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitakah committed Oct 17, 2024
1 parent b3222f2 commit 2a2a4f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solidity/contracts/Oracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ contract Oracle is IOracle, AccessController {
allowedModule[_requestId][_request.disputeModule] = true;
allowedModule[_requestId][_request.resolutionModule] = true;
allowedModule[_requestId][_request.finalityModule] = true;
allowedModule[_requestId][_request.accessControlModule] = true;

isParticipant[_requestId][msg.sender] = true;

Expand Down

0 comments on commit 2a2a4f5

Please sign in to comment.