pendulum-chain / vortex

https://app.vortexfinance.co/
1 stars 1 forks source link

Ready: Enable USDT (Polygon) #273

Closed Sharqiewicz closed 1 week ago

Sharqiewicz commented 1 week ago

🦈 🟢 PR

Closes: #263 and #262

RainbowKit changes are included in: #276

netlify[bot] commented 1 week ago

Deploy Preview for pendulum-pay ready!

Name Link
Latest commit c48b612641d43ecaa00bcd80d042ef589385c105
Latest deploy log https://app.netlify.com/sites/pendulum-pay/deploys/67362fa89ba6c80008a7129a
Deploy Preview https://deploy-preview-273--pendulum-pay.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 site configuration.

github-actions[bot] commented 1 week ago

yarn.lock changes

Click to toggle table visibility
| Name | Status | Previous | Current | | :- | :-: | :-: | :-: | | `@rainbow-me/rainbowkit` | [UPDATED](#) | 2.1.7 | 2.2.0 |
Sharqiewicz commented 1 week ago

Thanks @ebma ❤️

@pendulum-chain/product Could you please test the USDT offramp?

TorstenStueber commented 1 week ago

Code looks good. However, we would need to add usdt to the signer service quote endpoints, otherwise the quote box doesn't work and the endpoints return 404.

These endpoints now also need to support usdt. @ebma Are you aware of whether the three providers have extra quotes for usdt (different to usdc)?

vadaynujra commented 1 week ago

@Sharqiewicz tested the USDT off-ramp successfully image

Transaction

ebma commented 1 week ago

I checked and it seems like they do. I added the respective changes.

Sharqiewicz commented 1 week ago

thanks @ebma