Skip to content

Commit

Permalink
secretjs v0.15.1 fix codeHash param?
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jul 11, 2021
1 parent ba99c58 commit 4aacaad
Show file tree
Hide file tree
Showing 13 changed files with 51,086 additions and 16,704 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ secret-contract-optimizer:
docker tag enigmampc/secret-contract-optimizer:${TAG} enigmampc/secret-contract-optimizer:latest

secretjs-build:
cd cosmwasm-js/packages/sdk && yarn && yarn build
cd cosmwasm-js/packages/sdk && npm i && npm run build

# Before running this, first make sure:
# 1. To `npm login` with enigma-dev
Expand Down
6 changes: 3 additions & 3 deletions cosmwasm-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Requires Node 10+. For best results, use yarn. The basic commands are:

```sh
# compile the code
yarn build
npm run build
# run unit tests
yarn test
npm run test

# format and lint the code
yarn format && yarn lint
npm run format && npm run lint
```

### Integration tests
Expand Down
Loading

0 comments on commit 4aacaad

Please sign in to comment.