Skip to content

Commit

Permalink
chore: remove the --type from the abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Mar 27, 2023
1 parent c567737 commit dd73d7c
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 158 deletions.
2 changes: 1 addition & 1 deletion scripts/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for file in "${@: 2}"; do
jq .abi < ../out/"${file}"/"${contractName}".json > ../out/"${file}"/"${contractName}".abi
jq -r .bytecode.object < ../out/"${file}"/"${contractName}".json > ../out/"${file}"/"${contractName}".bin

abigen --type=qgb --pkg wrappers \
abigen --pkg wrappers \
--out=../wrappers/"${file}"/wrapper.go \
--abi ../out/"${file}"/"${contractName}".abi \
--bin ../out/"${file}"/"${contractName}".bin
Expand Down
Loading

0 comments on commit dd73d7c

Please sign in to comment.