-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add info about payloads to the developers docs
- Loading branch information
Showing
3 changed files
with
45 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
// ipfs gateway to get proposals metadata | ||
export const ipfsGateway = 'https://dweb.link/ipfs'; | ||
|
||
// proposals list page size | ||
// page size for paginated data | ||
export const PAGE_SIZE = 12; | ||
|
||
// for balance formatting | ||
// decimals count for balance formatting | ||
export const DECIMALS = 18; | ||
|
||
// for API Requests | ||
// endpoint for API Requests | ||
export const INITIAL_API_URL = `https://api.onaave.com/gov`; | ||
|
||
// for data polling time | ||
// data polling time for all polling on the UI | ||
export const DATA_POLLING_TIME = 60_000; |
5dba84f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit was deployed on ipfs