mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #9] [MERGED] feat: add support for USDC token #16
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:feat/usdc📝 Commits (3)
3d831dfRefactor FE icons. Add USDC icon2f7ffbbAdd support for USDC on Ethereum & Polygoncf94e59Update 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.