Skip to content
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 1 commit into from
Dec 20, 2022
Merged

Fix Subgraph Endpoint #1785

merged 1 commit into from
Dec 20, 2022

Conversation

Tburm
Copy link
Contributor

@Tburm Tburm commented Dec 20, 2022

Update endpoint from testing to production

@vercel
Copy link

vercel bot commented Dec 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
kwenta ✅ Ready (Inspect) Visit Preview Dec 20, 2022 at 9:50PM (UTC)

@vercel vercel bot temporarily deployed to Preview December 20, 2022 21:50 Inactive
@Tburm Tburm merged commit 462f880 into dev Dec 20, 2022
@Tburm Tburm deleted the fix-subgraph-endpoint branch December 20, 2022 21:58
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants