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

Commit

Permalink
feat: update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Apr 4, 2024
1 parent 7715fc4 commit 2e4caa9
Show file tree
Hide file tree
Showing 8 changed files with 221 additions and 613 deletions.
2 changes: 1 addition & 1 deletion bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e61efa6e88cdb5c8ac32d98743f23d8df0a2b662
2c311e1aea456bca815f8cbbe42b2f5810d0db9f
6 changes: 0 additions & 6 deletions bindings/encoding/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ var (
TaikoL2ABI *abi.ABI
TaikoTokenABI *abi.ABI
GuardianProverABI *abi.ABI
LibDepositingABI *abi.ABI
LibProposingABI *abi.ABI
LibProvingABI *abi.ABI
LibUtilsABI *abi.ABI
Expand Down Expand Up @@ -273,10 +272,6 @@ func init() {
log.Crit("Get GuardianProver ABI error", "error", err)
}

if LibDepositingABI, err = bindings.LibDepositingMetaData.GetAbi(); err != nil {
log.Crit("Get LibDepositing ABI error", "error", err)
}

if LibProposingABI, err = bindings.LibProposingMetaData.GetAbi(); err != nil {
log.Crit("Get LibProposing ABI error", "error", err)
}
Expand Down Expand Up @@ -309,7 +304,6 @@ func init() {
TaikoL1ABI.Errors,
TaikoL2ABI.Errors,
GuardianProverABI.Errors,
LibDepositingABI.Errors,
LibProposingABI.Errors,
LibProvingABI.Errors,
LibUtilsABI.Errors,
Expand Down
315 changes: 0 additions & 315 deletions bindings/gen_lib_depositing.go

This file was deleted.

2 changes: 1 addition & 1 deletion bindings/gen_lib_verifying.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e4caa9

Please sign in to comment.