forked from DistributedCollective/sovryn-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Saf 20/charts integration (exclude supply and borrow by now) (#46)
* [SAF_20] remove mocks from pool details; create hooks useAaveRates and useAaveHistoryReserves * [SAF-20] fix conflicts * [SAF_20] mock api response by now * [SAF_20] remove mock; prevent calling history data by now
- Loading branch information
1 parent
fe0ed74
commit 5870b39
Showing
19 changed files
with
698 additions
and
839 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
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
7 changes: 3 additions & 4 deletions
7
...ges/AaveReserveOverviewPage/components/BorrowDetailsGraph/components/Chart/Chart.types.ts
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,6 +1,5 @@ | ||
export type MockData<T> = { | ||
data1: T[]; | ||
label1: string; | ||
export type InputData<T> = { | ||
data: T[]; | ||
label: string; | ||
lineColor: string; | ||
xLabels: string[]; | ||
}; |
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.