Skip to content

Commit

Permalink
Update ERC-7540: Update ERC7540
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
hieronx authored Jun 14, 2024
1 parent 128b7de commit 878ef76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ERCS/erc-7540.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ The request ID (`requestId`) of a request is returned by the corresponding `requ

Multiple requests may have the same `requestId`, so a given Request is discriminated by both the `requestId` and the `owner`.

Requests of the same `requestId` MUST be fungible with each other (except in the special case `requestId == 0` described below). I.e. all Requests with the same `requestId` MUST transition from Pending to Claimable at the same time and receive the same exchange rate between `assets` and `shares`.

If a Request becomes partially claimable, all requests of the same `requestId` MUST become claimable at the same pro-rata rate.
Requests of the same `requestId` MUST be fungible with each other (except in the special case `requestId == 0` described below). I.e. all Requests with the same `requestId` MUST transition from Pending to Claimable at the same time and receive the same exchange rate between `assets` and `shares`. If a Request with `requestId != 0` becomes partially claimable, all requests of the same `requestId` MUST become claimable at the same pro-rata rate.

There are no assumptions or requirements of requests with different `requestId`. I.e. they MAY transition to Claimable at different times and exchange rates with no ordering or correlation enforced in any way.

Expand Down

0 comments on commit 878ef76

Please sign in to comment.