Skip to content

Commit

Permalink
Merge pull request #5151 from EdgeApp/paul/moreSol
Browse files Browse the repository at this point in the history
Add Solana on Banxa and Moonpay
  • Loading branch information
paullinator authored Jul 17, 2024
2 parents 9ac2088 + ec6541a commit 1bf68e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- added: 0x Gasless Swap exchange plugin
- added: Add Solana on Banxa and Moonpay
- changed: Replace native `Alert` with `showToast` and `ButtonsModal`
- changed: Show common chain icon as primary for L2 chains
- changed: Use new `FioService` to manage expired domains and `fioWallets` redux value
Expand Down
1 change: 1 addition & 0 deletions src/plugins/gui/providers/banxaProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ const CURRENCY_PLUGINID_MAP = {
MATIC: 'polygon',
QTUM: 'qtum',
RVN: 'ravencoin',
SOL: 'solana',
XLM: 'stellar',
XRP: 'ripple',
XTZ: 'tezos'
Expand Down
1 change: 1 addition & 0 deletions src/plugins/gui/providers/moonpayProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const CURRENCY_PLUGINID_MAP: StringMap = {
matic: 'polygon',
qtum: 'qtum',
rvn: 'ravencoin',
sol: 'solana',
xlm: 'stellar',
xrp: 'ripple',
xtz: 'tezos'
Expand Down

0 comments on commit 1bf68e0

Please sign in to comment.