Skip to content

Commit

Permalink
batch-call description
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Jan 10, 2024
1 parent 8bbcb37 commit 41ee529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/batch-call/contracts/BatchCall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "@airswap/swap/contracts/interfaces/ISwap.sol";
import "@airswap/swap-erc20/contracts/interfaces/ISwapERC20.sol";

/**
* @title BatchCalling: BatchCall balance, allowance, order validity check calls
* @title BatchCalling: Batch balance, allowance, order validity checks
*/
contract BatchCall {
using SafeERC20 for IERC20;
Expand Down
2 changes: 1 addition & 1 deletion source/batch-call/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@airswap/batch-call",
"version": "4.1.0",
"description": "BatchCall balance, allowance, order validity check calls",
"description": "Batch balance, allowance, order validity checks",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 41ee529

Please sign in to comment.