Skip to content

Create new production release#1239

Merged
ebma merged 4 commits into
mainfrom
staging
Jul 2, 2026
Merged

Create new production release#1239
ebma merged 4 commits into
mainfrom
staging

Conversation

@gianfra-t

Copy link
Copy Markdown
Contributor

No description provided.

@netlify

netlify Bot commented Jun 30, 2026

Copy link
Copy Markdown

Deploy Preview for vortexfi ready!

Name Link
🔨 Latest commit ed76fbf
🔍 Latest deploy log https://app.netlify.com/projects/vortexfi/deploys/6a4624d73518e00008817c2c
😎 Deploy Preview https://deploy-preview-1239--vortexfi.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jun 30, 2026

Copy link
Copy Markdown

Deploy Preview for vortex-sandbox ready!

Name Link
🔨 Latest commit ed76fbf
🔍 Latest deploy log https://app.netlify.com/projects/vortex-sandbox/deploys/6a4624d74d14480008952538
😎 Deploy Preview https://deploy-preview-1239--vortex-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates production-facing behavior and documentation by disabling EUR (FiatToken.EURC) ramp progression and surfacing a user-facing “EUR ramp unavailable” message, alongside a documentation URL update for KYB deep links.

Changes:

  • Update KYB deep-link documentation examples to use a new widget base URL.
  • Add localized “EUR ramp unavailable” copy and show an informational banner in the quote submit UI while disabling submission for EUR.
  • Add a backend guard in RampService.registerRamp to reject ramps involving EUR (FiatToken.EURC).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
docs/api/pages/13-kyb-deep-link.md Updates KYB deep-link URL examples to a new widget base URL.
apps/frontend/src/translations/pt.json Adds PT translation for the EUR ramp-unavailable banner.
apps/frontend/src/translations/en.json Adds EN translation for the EUR ramp-unavailable banner.
apps/frontend/src/components/QuoteSubmitButtons/index.tsx Disables submit and shows an info banner when the selected fiat token is EUR.
apps/api/src/api/services/ramp/ramp.service.ts Blocks ramp registration when input/output currency is EUR (FiatToken.EURC).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/api/pages/13-kyb-deep-link.md Outdated
## URL Parameters

Append one of these to the widget URL (e.g. `https://widget.vortexfinance.co/en/widget?kyb`):
Append one of these to the widget URL (e.g. `https://vortexfinance.co/widget?kyb`):
Comment thread apps/frontend/src/translations/en.json Outdated
Comment thread apps/frontend/src/translations/pt.json Outdated
Comment thread apps/api/src/api/services/ramp/ramp.service.ts
Comment on lines +202 to +207
if (quote.inputCurrency === FiatToken.EURC || quote.outputCurrency === FiatToken.EURC) {
throw new APIError({
message: "EUR ramps are currently disabled",
status: httpStatus.BAD_REQUEST
});
}

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.

@@ -1,9 +1,39 @@
import { describe, expect, it, mock } from "bun:test";
import {describe, expect, it, mock} from "bun:test";
@@ -1,9 +1,39 @@
import { describe, expect, it, mock } from "bun:test";
import {describe, expect, it, mock} from "bun:test";
@ebma ebma merged commit 300bab3 into main Jul 2, 2026
10 checks passed
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.

3 participants