Skip to content

Commit

Permalink
fix grep
Browse files Browse the repository at this point in the history
  • Loading branch information
rapidddenis committed Aug 29, 2024
1 parent 1d6aed7 commit f5489b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ Checks all public/external methods in services and components for methods that a

### find upgradeable contracts storage locations


```bash
grep -o -h -E '([A-Z_]+_LOCATION_V[0-9]+_[0-9]+\s*=\s*0x[A-Ha-h0-9]+)' -r contracts
grep -o -h -E '([A-Z0-9_]+_LOCATION_V[0-9]+_[0-9]+\s*=\s*0x[A-Ha-h0-9]+)' -r contracts
```

Prints addresses for each storage struct of each release of each upgradeable contract
Expand Down

0 comments on commit f5489b3

Please sign in to comment.