Skip to content

Commit

Permalink
nit: reintroduce comment
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Dec 11, 2024
1 parent 9b42060 commit 4b02044
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions api/_types/exclusivity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,47 @@ export const RelayerFillLimitSchema = object({
});

export type RelayerFillLimit = Infer<typeof RelayerFillLimitSchema>;

// // Example config.
// export const RelayerConfigUpdate: RelayerFillLimit[] = [
// {
// originChainId: 1,
// inputToken: "",
// destinationChainId: 42161,
// outputToken: "",
// minExclusivityPeriod: 20,
// minProfitThreshold: 0.0003,
// balanceMultiplier: 0.6,
// maxOutputAmount: 2500,
// },
// {
// originChainId: 10,
// inputToken: "",
// destinationChainId: 42161,
// outputToken: "",
// minExclusivityPeriod: 5,
// minProfitThreshold: 0.0003,
// balanceMultiplier: 0.6,
// maxOutputAmount: 2500,
// },
// {
// originChainId: 137,
// inputToken: "",
// destinationChainId: 42161,
// outputToken: "",
// minExclusivityPeriod: 5,
// minProfitThreshold: 0.0003,
// balanceMultiplier: 0.6,
// maxOutputAmount: 2500,
// },
// {
// originChainId: 324,
// inputToken: "",
// destinationChainId: 42161,
// outputToken: "",
// minExclusivityPeriod: 5,
// minProfitThreshold: 0.0003,
// balanceMultiplier: 0.6,
// maxOutputAmount: 2500,
// },
// ];

0 comments on commit 4b02044

Please sign in to comment.