Skip to content

Commit

Permalink
proper access control conditions that will work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 committed Dec 16, 2024
1 parent 68c7d99 commit 3bd4647
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/createSecrets/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ export default function Secrets() {

const accessControlConditions = [
{
contractAddress: "ipfs://QmVhccY3ucrAsNx1LfGSMrYrBukDGKHgLtuCqygUzfTdTk",
standardContractType: "LitAction",
contractAddress: "",
standardContractType: "",
chain: "ethereum",
method: "checkVal",
parameters: [litActionCid],
method: "",
parameters: [":currentActionIpfsId"],
returnValueTest: {
comparator: "=",
value: "true",
value: litActionCid,
},
},
];
Expand Down

0 comments on commit 3bd4647

Please sign in to comment.