Skip to content

Commit

Permalink
Fixed error order to alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontrart committed Jan 18, 2024
1 parent 1a9f88d commit 9957150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/batch-call/contracts/BatchCall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ contract BatchCall {
using SafeERC20 for IERC20;
using Address for address;

error InvalidOrdersArray();
error InvalidTokenAddressesArray();
error InvalidNoncesArray();
error InvalidOrdersArray();
error InvalidSignerWalletsArray();
error InvalidTokenAddressesArray();

/**
* @notice Check the token balance of a wallet in a token contract
Expand Down

0 comments on commit 9957150

Please sign in to comment.