Skip to content

Commit

Permalink
Update ERC-7683: Update comments about usage of Gasless vs Onchain Or…
Browse files Browse the repository at this point in the history
…der structs

Merged by EIP-Bot.
  • Loading branch information
nicholaspai authored Jan 8, 2025
1 parent fd2c3a2 commit 5635555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-7683.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A compliant cross-chain order type MUST be ABI decodable into either `GaslessCro

```solidity
/// @title GaslessCrossChainOrder CrossChainOrder type
/// @notice Standard order struct to be signed by users, disseminated to fillers, and submitted to origin settler contracts
/// @notice Standard order struct to be signed by users, disseminated to fillers, and submitted to origin settler contracts by fillers
struct GaslessCrossChainOrder {
/// @dev The contract address that the order is meant to be settled by.
/// Fillers send this order to this contract address on the origin chain
Expand All @@ -65,7 +65,7 @@ struct GaslessCrossChainOrder {
}
/// @title OnchainCrossChainOrder CrossChainOrder type
/// @notice Standard order struct for user-opened orders, where the user is the msg.sender.
/// @notice Standard order struct for user-opened orders, where the user is the one submitting the order creation transaction
struct OnchainCrossChainOrder {
/// @dev The timestamp by which the order must be filled on the destination chain
uint32 fillDeadline;
Expand Down

0 comments on commit 5635555

Please sign in to comment.