Skip to content

Commit

Permalink
update repo links
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Sep 30, 2024
1 parent c95d0e7 commit f7a25fc
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 @@ -76,7 +76,7 @@ struct OnchainCrossChainOrder {

Cross-chain execution systems implementing this standard SHOULD use a sub-type that can be parsed from the arbitrary `orderData` field. This may include information such as the tokens involved in the transfer, the destination chain IDs, fulfillment constraints or settlement oracles.

All sub-types SHOULD be registered in the [Order Subtypes Repo](github.com/erc-7683/order-subtypes) to encourage sharing of sub-types based on their functionality. See the examples section for an example of how sub-types can be used to support behavior like executing calldata on a target contract of the user's choice on the destination chain.
All sub-types SHOULD be registered in the [Subtypes Repo](github.com/ERC-7683/subtypes/tree/main/order-data-subtypes) to encourage sharing of sub-types based on their functionality. See the examples section for an example of how sub-types can be used to support behavior like executing calldata on a target contract of the user's choice on the destination chain.

### ResolvedCrossChainOrder struct

Expand Down Expand Up @@ -213,7 +213,7 @@ interface IDestinationSettler {

Cross-chain execution systems implementing this standard SHOULD use a sub-type that can be parsed from the arbitrary `fillerData` field. This may include information such as the desired timing or form of payment for the filler

All sub-types SHOULD be registered in the [Filler Data Subtypes Repo](github.com/erc-7683/filler-data-subtypes) to encourage sharing of sub-types based on their functionality.
All sub-types SHOULD be registered in the [Subtypes Repo](github.com/ERC-7683/subtypes/tree/main/filler-data-subtypes) to encourage sharing of sub-types based on their functionality.

## Rationale

Expand Down

0 comments on commit f7a25fc

Please sign in to comment.