Skip to content

Commit

Permalink
fix: justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed Oct 31, 2024
1 parent 2a24b05 commit 1ea9a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ for (1) ERC20 transfers with tokens that return false success values instead of
throwing an error and (2) ERC20 transfers with other operations that don't bring
about the expected resulting balance for the transfer recipient.
- [#2092](https://github.com/NibiruChain/nibiru/pull/2092) - feat(evm): add validation for wasm multi message execution
- [#2101](https://github.com/NibiruChain/nibiru/pull/2101) - fix(evm): tx receipt proper marshalling

#### Nibiru EVM | Before Audit 1 - 2024-10-18

Expand Down
2 changes: 1 addition & 1 deletion evm-e2e/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setup:
# Install all dependencies
install:
npm install
hardhat typechain
npx hardhat typechain

# Runs the E2E tests
test:
Expand Down

0 comments on commit 1ea9a09

Please sign in to comment.