Skip to content

Commit

Permalink
fix(storage): pass 0x-prefixed storage slot instead of base 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed May 2, 2023
1 parent bc00fc3 commit b23ff8e
Show file tree
Hide file tree
Showing 10 changed files with 498 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@v3.3
uses: Rubilmax/foundry-storage-check@v3.4
with:
contract: contracts/Example.sol:Example
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@v3.3
uses: Rubilmax/foundry-storage-check@v3.4
with:
contract: src/Contract.sol:Contract
# settings below are optional, but allows to check whether the added storage slots are empty on the deployed contract
Expand Down
Loading

0 comments on commit b23ff8e

Please sign in to comment.