Skip to content

Commit

Permalink
add l2 event proposer contract and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu authored and RnkSngh committed Nov 22, 2024
1 parent 8e57e56 commit a6ea07e
Show file tree
Hide file tree
Showing 40 changed files with 2,375 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build-contracts:
rm -frd ./out; \
forge install; \
forge build --skip test script -C contracts \
-R $$(cat remappings.txt) --lib-paths lib \
--lib-paths lib \
--extra-output-files abi --force

# Libraries do not generate the correct ABI code (ChannelState enum causes errors)
Expand Down
233 changes: 233 additions & 0 deletions bindings/go/ilightclient/IClientUpdates.go

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

Loading

0 comments on commit a6ea07e

Please sign in to comment.