Skip to content

Commit

Permalink
fix: use no std packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 27, 2024
1 parent b2994b9 commit 989f64e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/check_no_std.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set -eo pipefail

no_std_packages=(
eip-7702
alloy-eip7702
alloy-eip2930
)

for package in "${no_std_packages[@]}"; do
Expand Down

0 comments on commit 989f64e

Please sign in to comment.