Skip to content

Commit

Permalink
chore: remove unnecessary cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
AquiGorka committed Jul 9, 2024
1 parent 2b9e645 commit a8d67c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stack
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function go-binding() {
"contracts/$name.sol" \
-o artifacts

chown -R $USER hardhat/artifacts
mkdir -p hardhat/artifacts/bindings/$pkg

# generate the go bindings
Expand All @@ -106,8 +105,6 @@ function go-binding() {
"--abi=artifacts/$name.abi" \
"--pkg=$pkg" "--out=artifacts/bindings/$pkg/$pkg.go"

chown -R $USER hardhat/artifacts/bindings/$pkg
chmod 0644 hardhat/artifacts/bindings/$pkg/$pkg.go
cp -r hardhat/artifacts/bindings/$pkg pkg/web3/bindings/$pkg

echo "- Generated go binding hardhat/artifacts/bindings/$pkg/$pkg.go"
Expand Down

0 comments on commit a8d67c3

Please sign in to comment.