Skip to content

Commit

Permalink
Fix command examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Feb 12, 2024
1 parent ecb56c1 commit 3dd9016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ TODO

The compressor has the following commands:

- `encode_call <decode/call/call-return> <hex_data> <addr>` Compresses a call to `addr` with `hex_data`.
- `encode_calls <decode/call> <hex_data_1> <addr_1> <hex_data_2> <addr_2> ...` Compresses multiple calls into one payload.
- `encode_any <data>` Encodes any data into a compressed representation.
- `encode_sequence_tx <decode/call> <sequence_tx> <sequence_wallet>` Compresses a Sequence wallet transaction.
- `encode-call <decode/call/call-return> <hex_data> <addr>` Compresses a call to `addr` with `hex_data`.
- `encode-calls <decode/call> <hex_data_1> <addr_1> <hex_data_2> <addr_2> ...` Compresses multiple calls into one payload.
- `encode-any <data>` Encodes any data into a compressed representation.
- `encode-sequence-tx <decode/call> <sequence_tx> <sequence_wallet>` Compresses a Sequence wallet transaction.

```
czip-compressor is a tool for compressing Ethereum calldata. The compressed data can be decompressed using the decompressor contract.
Expand Down

0 comments on commit 3dd9016

Please sign in to comment.