Skip to content

Commit

Permalink
chore(taiko-client): update Go contract bindings generation script (#…
Browse files Browse the repository at this point in the history
…18324)

Co-authored-by: maskpp <[email protected]>
  • Loading branch information
davidtaikocha and mask-pp authored Oct 29, 2024
1 parent 75d14a7 commit 4f698a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b93d056479adfc4a1f557578d8b66eda48b104a9
13cc0074a2295c5939cf83e23f531cb25c43bd64
2 changes: 1 addition & 1 deletion packages/taiko-client/scripts/gen_bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cat ../protocol/out/layer1/ProverSet.sol/ProverSet.json |
jq .abi |
${ABIGEN_BIN} --abi - --type ProverSet --pkg bindings --out $DIR/../bindings/gen_prover_set.go

cat ../protocol/out/layer1/DevnetTierProvider.sol/DevnetTierProvider.json |
cat ../protocol/out/layer1/MainnetTierRouter.sol/MainnetTierRouter.json |
jq .abi |
${ABIGEN_BIN} --abi - --type TierProvider --pkg bindings --out $DIR/../bindings/gen_tier_provider.go

Expand Down

0 comments on commit 4f698a0

Please sign in to comment.