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 5246103
Show file tree
Hide file tree
Showing 10 changed files with 509 additions and 203 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check storage layout

on:
push:
branches:
- main
pull_request:
# Optionally configure to run only for changes in specific files. For example:
# paths:
Expand All @@ -25,6 +28,6 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@v3.3
uses: Rubilmax/foundry-storage-check@main
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 5246103

Please sign in to comment.