Skip to content

Commit

Permalink
chore: generate all go bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jun 26, 2024
1 parent 8f84b61 commit 62e1d38
Show file tree
Hide file tree
Showing 3 changed files with 2,688 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

CONTRACT_ABI_FILES = \
./out/Dispatcher.sol/Dispatcher.json \
./out/UniversalChannelHandler.sol/UniversalChannelHandler.json \
./out/Mars.sol/Mars.json \
./out/Earth.sol/Earth.json
./out/Earth.sol/Earth.json \
./out/Moon.sol/Moon.json

TMP_ABI_DIR = .tmp_abi_vibc

Expand Down
Loading

0 comments on commit 62e1d38

Please sign in to comment.