-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Subgraph Endpoint #1785
Merged
Merged
Fix Subgraph Endpoint #1785
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LeifuChen
approved these changes
Dec 20, 2022
LeifuChen
added a commit
that referenced
this pull request
Jan 3, 2023
* Bump html-to-image from 1.10.8 to 1.11.3 (#1767) * Bump html-to-image from 1.10.8 to 1.11.3 Bumps [html-to-image](https://github.com/bubkoo/html-to-image) from 1.10.8 to 1.11.3. - [Release notes](https://github.com/bubkoo/html-to-image/releases) - [Changelog](https://github.com/bubkoo/html-to-image/blob/master/CHANGELOG.md) - [Commits](bubkoo/html-to-image@v1.10.8...v1.11.3) --- updated-dependencies: - dependency-name: html-to-image dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix package-lock Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: platschi <platschi@posteo.org> * Bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.47.0 (#1768) * Bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.46.1 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.40.1 to 5.46.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.46.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump to 5.47.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: platschi <platschi@posteo.org> * fix mobile exchange navigation (#1783) * Added the nav back to exchange page * Fixed the lint * Bump react-i18next from 11.18.3 to 12.1.1 (#1769) * Bump react-i18next from 11.18.3 to 12.1.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.3 to 12.1.1. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v11.18.3...v12.1.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix package-lock Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: platschi <platschi@posteo.org> * Fix Subgraph Endpoint (#1785) update endpoint * Fixed the epoch * Disabled the estimated rewards * Removed the duplicated headers on exchange desktop (#1790) * Fixed the duplicated header on exchange desktop * Fixed the lint * fix: add commit hash to staking ui (#1788) * deprecate next price orders (#1784) * Deprecate next price orders * Fix lint warnings * fix lint warning Co-authored-by: platschi <platschi@posteo.org> * Setup Sentry (#1799) * enable estimated rewards for current epoch (#1800) * Enable the estimated reward for ongoing epoch * update copy Co-authored-by: platschi <platschi@posteo.org> * add rewards badge (#1751) * Add reward badge * Updated the text * Cleaned the code * Update the badge for light theme and fee info box * Updated the badge with new design * Updated the reward badge on fee info box * Update the text and re-organized the components * Updated the layout and copy * Added two icons to the badges Co-authored-by: platschi <platschi@posteo.org> * Bump actions/cache from 3.0.11 to 3.2.0 (#1792) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9b0c1fc...c17f4bf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add deposit cta (#1802) * Display large deposit CTA when user has no margin balance * Style tweaks * Bump @testing-library/jest-dom from 5.14.1 to 5.16.5 (#1781) * Bump @testing-library/jest-dom from 5.14.1 to 5.16.5 Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.14.1 to 5.16.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v5.14.1...v5.16.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix package-lock Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: platschi <platschi@posteo.org> * Bump next-router-mock from 0.7.4 to 0.8.0 (#1782) * Bump next-router-mock from 0.7.4 to 0.8.0 Bumps [next-router-mock](https://github.com/scottrippey/next-router-mock) from 0.7.4 to 0.8.0. - [Release notes](https://github.com/scottrippey/next-router-mock/releases) - [Commits](scottrippey/next-router-mock@v0.7.4...v0.8.0) --- updated-dependencies: - dependency-name: next-router-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix package-lock Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: platschi <platschi@posteo.org> * fix: earn ui approval (#1804) update contract interface * remove broken workflow (#1803) * update version * remove broken workflow * bump version * bump version * update discord (#1816) * update fleek domain (#1811) * update fleek domain * update storage url * fix limit orders not displaying (#1819) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: platschi <platschi@posteo.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: leifu <leifu.chen@gmail.com> Co-authored-by: Jeremy Chiaramonte <JeremyChiaramonte@gmail.com> Co-authored-by: metadiver.eth <75746881+metadiver@users.noreply.github.com> Co-authored-by: Adam Clarke <adam@adamclarke.co>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update endpoint from testing to production