Skip to content

Commit

Permalink
Adds calldata decoding task
Browse files Browse the repository at this point in the history
  • Loading branch information
raiseerco committed Sep 24, 2024
1 parent 0eef392 commit 7e46547
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"dependencies": {
"ethernaut-util": "^1.1.11"
}
}
2 changes: 1 addition & 1 deletion packages/ethernaut-util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This plugin adds the tasks listed below.
- unit Converts between different units of Ether
- gas Fetch gas info on the current network
- chain Finds a network name from a chain ID, or vice versa
- hex Converts integers to hex
- calldata Decodes calldata from a transaction id

## Environment extensions

Expand Down

0 comments on commit 7e46547

Please sign in to comment.