[PR #9] [MERGED] feat: add support for USDC token #16

Closed
opened 2026-03-03 18:51:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/9
Author: @swift1337
Created: 7/9/2023
Status: Merged
Merged: 7/9/2023
Merged by: @swift1337

Base: developHead: feat/usdc


📝 Commits (3)

  • 3d831df Refactor FE icons. Add USDC icon
  • 2f7ffbb Add support for USDC on Ethereum & Polygon
  • cf94e59 Update readme

📊 Changes

20 files changed (+125 additions, -40 deletions)

View changed files

📝 README.md (+29 -2)
📝 internal/service/blockchain/currencies.json (+26 -0)
📝 internal/service/blockchain/service_convertor.go (+8 -3)
📝 internal/service/blockchain/service_convertor_test.go (+13 -0)
📝 internal/test/mocks_tatum.go (+7 -15)
📝 ui-dashboard/src/assets/icons/crypto/eth.svg (+0 -0)
📝 ui-dashboard/src/assets/icons/crypto/matic.svg (+0 -0)
📝 ui-dashboard/src/assets/icons/crypto/tron.svg (+0 -0)
ui-dashboard/src/assets/icons/crypto/usdc.svg (+5 -0)
📝 ui-dashboard/src/assets/icons/crypto/usdt.svg (+0 -0)
📝 ui-dashboard/src/components/payment-methods-select/payment-methods-select.tsx (+1 -1)
📝 ui-dashboard/src/pages/balance-page/balance-page.tsx (+1 -1)
📝 ui-payment/src/assets/icons/crypto/eth.svg (+0 -0)
📝 ui-payment/src/assets/icons/crypto/matic.svg (+0 -0)
📝 ui-payment/src/assets/icons/crypto/tron.svg (+0 -0)
ui-payment/src/assets/icons/crypto/usdc.svg (+5 -0)
📝 ui-payment/src/assets/icons/crypto/usdt.svg (+0 -0)
📝 ui-payment/src/components/DropDown.tsx (+7 -1)
📝 ui-payment/src/components/Icon.tsx (+9 -7)
📝 ui-payment/src/pages/PaymentPage.tsx (+14 -10)

📄 Description

This PR adds support for USDC on Ethereum and Polygon. USDC on TRON has low number of tx per day (~1500), lack of proper DEX options and bridges so let's omit this for now.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/oxygenpay/oxygen/pull/9 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 7/9/2023 **Status:** ✅ Merged **Merged:** 7/9/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `develop` ← **Head:** `feat/usdc` --- ### 📝 Commits (3) - [`3d831df`](https://github.com/oxygenpay/oxygen/commit/3d831df57ab42fb584641ba2efb2b9ee830e055d) Refactor FE icons. Add USDC icon - [`2f7ffbb`](https://github.com/oxygenpay/oxygen/commit/2f7ffbb36df0096c8f38083623ddf74645349dfc) Add support for USDC on Ethereum & Polygon - [`cf94e59`](https://github.com/oxygenpay/oxygen/commit/cf94e59ebd0fa09ec62d5a5c7418d3f43859c696) Update readme ### 📊 Changes **20 files changed** (+125 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+29 -2) 📝 `internal/service/blockchain/currencies.json` (+26 -0) 📝 `internal/service/blockchain/service_convertor.go` (+8 -3) 📝 `internal/service/blockchain/service_convertor_test.go` (+13 -0) 📝 `internal/test/mocks_tatum.go` (+7 -15) 📝 `ui-dashboard/src/assets/icons/crypto/eth.svg` (+0 -0) 📝 `ui-dashboard/src/assets/icons/crypto/matic.svg` (+0 -0) 📝 `ui-dashboard/src/assets/icons/crypto/tron.svg` (+0 -0) ➕ `ui-dashboard/src/assets/icons/crypto/usdc.svg` (+5 -0) 📝 `ui-dashboard/src/assets/icons/crypto/usdt.svg` (+0 -0) 📝 `ui-dashboard/src/components/payment-methods-select/payment-methods-select.tsx` (+1 -1) 📝 `ui-dashboard/src/pages/balance-page/balance-page.tsx` (+1 -1) 📝 `ui-payment/src/assets/icons/crypto/eth.svg` (+0 -0) 📝 `ui-payment/src/assets/icons/crypto/matic.svg` (+0 -0) 📝 `ui-payment/src/assets/icons/crypto/tron.svg` (+0 -0) ➕ `ui-payment/src/assets/icons/crypto/usdc.svg` (+5 -0) 📝 `ui-payment/src/assets/icons/crypto/usdt.svg` (+0 -0) 📝 `ui-payment/src/components/DropDown.tsx` (+7 -1) 📝 `ui-payment/src/components/Icon.tsx` (+9 -7) 📝 `ui-payment/src/pages/PaymentPage.tsx` (+14 -10) </details> ### 📄 Description This PR adds support for USDC on Ethereum and Polygon. USDC on TRON has low number of tx per day (~1500), lack of proper DEX options and bridges so let's omit this for now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 18:51:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/oxygen#16
No description provided.