Skip to content

Commit

Permalink
Merge branch '08-10-use_new_node_contract_in_registry' of github.com:…
Browse files Browse the repository at this point in the history
…xmtp/xmtpd into 08-10-use_new_node_contract_in_registry
  • Loading branch information
neekolas committed Aug 12, 2024
2 parents a79bd11 + ca652d9 commit d79e5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/abigen
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rm -f ./pkg/abis/*.go
cd contracts

# Generate the abi files out of the solidity code
mkdir -p ../build
forge inspect ./src/Nodes.sol:Nodes abi > ../build/Nodes.abi.json
forge inspect ./src/GroupMessages.sol:GroupMessages abi > ../build/GroupMessages.abi.json

Expand Down

0 comments on commit d79e5fb

Please sign in to comment.