-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: fix payouts not displaying in sep, add footer to v4 pro…
…ject page" This reverts commit 4dcef09.
- Loading branch information
1 parent
4dcef09
commit eed14b4
Showing
5 changed files
with
5 additions
and
15 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// same as v2v3 for now (@todo: make V4 specific) | ||
export type V4CurrencyETH = 1 | ||
export type V4CurrencyUSD = 2 | ||
export type V4CurrencySEP = 61166 | ||
export type V4CurrencyOption = V4CurrencyETH | V4CurrencyUSD | V4CurrencySEP | ||
export type V4CurrencyOption = V4CurrencyETH | V4CurrencyUSD |
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
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