Skip to content

Commit

Permalink
Merge pull request #35 from shapeshift/abi-types-2
Browse files Browse the repository at this point in the history
chore: abi typings
  • Loading branch information
0xApotheosis authored Apr 18, 2024
2 parents 415780a + 57cd7cd commit a315834
Show file tree
Hide file tree
Showing 7 changed files with 1,575 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Smart contract development

- `cd foundry`
- Build the smart contracts and artifacts with `forge build`
- Build the smart contracts, artifacts and typings with `yarn build`
- Run tests with `forge test`

## CLI dev
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"simple-git-hooks": "^2.11.1"
},
"scripts": {
"build": "forge build --root foundry && cd scripts/rewards-distribution && yarn && yarn wagmi generate",
"lint:sol": "npx prettier --write --plugin=prettier-plugin-solidity foundry/src/**/*.sol foundry/test/**/*.t.sol"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit a315834

Please sign in to comment.