-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c0dd5b
commit 35bfb01
Showing
4 changed files
with
473 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// https://solscan.io/tx/4ryJKTB1vYmGU6YnUWwbLps18FaJjiTwgRozcgdP8RFcwp7zUZi85vgWE7rARNx2NvzDJiM9CUWArqzY7LHv38WL | ||
export const DEFAULT_ADD_LIQUIDITY_CU = 800_000; | ||
// https://solscan.io/tx/49AGqJLki7DWcXWU9xdvLDmtTJFjfhpEUYKBbMjkDmjqQ9xJfvkrqTuSKX9Ac5cewsnPp9X818WsskzscwU72b4i | ||
export const DEFAULT_REMOVE_LIQUIDITY_CU = 600_000; | ||
// https://solscan.io/tx/3FGmkv9vpmdePVqm37A9ULhNvhZKFuKysVeXjqHAFNJvRczvoJp6c1rpiF2SwUQUNsQ25rhR81Az6wbZqb7Dhv6y | ||
export const DEFAULT_CLAIM_FEE_CU = 400_000; | ||
export const DEFAULT_CLAIM_REWARD_CU = 400_000; | ||
export const DEFAULT_COMBINED_CLAIM_FEE_AND_REWARD_CU = 600_000; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.