Skip to content

Commit

Permalink
Patch readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Dec 13, 2024
1 parent 7997fed commit 7033858
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@ You can find examples of `dict` and `calldatas` in IPFS:
| `dict.json` | Qmb4fEEdQe9QB4ChBFK8bJVkefCjG4nB91hgQ2kcKsKGWK |
| `tx-calldata.json` | QmQnjk5MKMiC6jZNjWgXKkbCMFFznNYaHRsS281jV94wpe |

Just add this files to `./test` dir
Just add this files to `./test` dir.

Also these files are stored using Git LFS. If they are not pulled by default, you can download them with the following command:
```
git lfs pull
```

## License
This contract is licensed under the MIT license, as indicated by the SPDX-License-Identifier.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/calldata-compressor",
"version": "0.0.8",
"version": "0.0.9",
"description": "1inch calldata compressor",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7033858

Please sign in to comment.