Skip to content

Commit

Permalink
Contract path Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Aug 22, 2024
1 parent 4118619 commit 36c8451
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ jobs:
- name: List Files in Current Working Directory
run: ls -al

- name: Debugging Smart Contracts
run: |
ls avs/tangle-avs/contracts/
ls avs/tangle-avs/contracts/lib/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts/contracts/
ls avs/tangle-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts/contracts/interfaces/
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down
1 change: 0 additions & 1 deletion avs/tangle-avs/contracts/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@openzeppelin-upgrades/=lib/eigenlayer-middleware/lib/openzeppelin-contracts-upgradeable/
@openzeppelin/=lib/eigenlayer-middleware/lib/openzeppelin-contracts/
@openzeppelin-interfaces/=lib/eigenlayer-middleware/lib/openzeppelin-contracts/interfaces/
ds-test/=lib/ds-test/src/
eigenlayer-contracts/=lib/eigenlayer-middleware/lib/eigenlayer-contracts
eigenlayer-middleware/=lib/eigenlayer-middleware/
Expand Down

0 comments on commit 36c8451

Please sign in to comment.