Skip to content

Commit

Permalink
Export abi for go bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Mar 9, 2024
1 parent c742181 commit 81adf95
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ artifacts

#Python
venv

#Go
abi
1 change: 1 addition & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require("solidity-coverage");
require("@nomicfoundation/hardhat-toolbox");
require("hardhat-contract-sizer");
require("hardhat-abi-exporter");
require("@primitivefi/hardhat-dodoc");
require("@nomicfoundation/hardhat-verify");
require("dotenv").config();
Expand Down
94 changes: 92 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@openzeppelin/contracts": "^5.0.2",
"@poanet/solidity-flattener": "^3.0.7",
"@primitivefi/hardhat-dodoc": "^0.2.3"
"@primitivefi/hardhat-dodoc": "^0.2.3",
"hardhat-abi-exporter": "^2.10.1"
}
}

0 comments on commit 81adf95

Please sign in to comment.