Skip to content

Commit

Permalink
merge and update code
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Oct 8, 2024
2 parents 76be488 + 205cf8e commit af8cd87
Show file tree
Hide file tree
Showing 15 changed files with 1,838 additions and 28 deletions.
1 change: 0 additions & 1 deletion .github/actions/install-starknet-foundry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ runs:
run: |
curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh
snfoundryup -v ${{ inputs.starknet_foundry_version }}
echo "/home/runner/.local/bin" >> $GITHUB_PATH
1 change: 1 addition & 0 deletions contracts/src/access_control.cairo
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mod access_controller;
mod rbac_timelock;
Loading

0 comments on commit af8cd87

Please sign in to comment.