Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Apr 22, 2024
1 parent 6a2b579 commit 45b1979
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/gen_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ cat ${TAIKO_MONO_DIR}/packages/protocol/out/SgxVerifier.sol/SgxVerifier.json |
jq .abi |
${ABIGEN_BIN} --abi - --type SgxVerifier --pkg bindings --out $DIR/../bindings/gen_sgx_verifier.go

cat ${TAIKO_MONO_DIR}/packages/protocol/out/GuardianVerifier.sol/GuardianVerifier.json |
jq .abi |
${ABIGEN_BIN} --abi - --type GuardianVerifier --pkg bindings --out $DIR/../bindings/gen_guardian_verifier.go

git -C ${TAIKO_MONO_DIR} log --format="%H" -n 1 >./bindings/.githead

echo "🍻 Go contract bindings generated!"

0 comments on commit 45b1979

Please sign in to comment.