Skip to content

Commit

Permalink
Merge pull request #3023 from near/buy-page-update-2
Browse files Browse the repository at this point in the history
feat: minor link update on buy page
  • Loading branch information
andy-haynes authored Mar 29, 2023
2 parents 8ac57c3 + caf8125 commit 228e062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/config/buyNearConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const getPayMethods = ({
mercuryo: {
icon: mercuryo,
name: 'Mercuryo',
link: 'https://exchange.mercuryo.io/?currency=NEAR&fiat_currency=eur',
link: 'https://exchange.mercuryo.io/?currency=NEAR&fiat_currency=usd',
track: () => Mixpanel.track('Wallet Click Exchange with Mercuryo'),
},
banxa: {
Expand Down Expand Up @@ -143,7 +143,7 @@ export const getPayMethods = ({
allbridge: {
icon: allBridge,
name: 'Allbridge',
link: 'https://app.allbridge.io/bridge?from=ETH&to=NEAR&asset=ABR&amp_device_id=a51fWZoLgJF7rzFiJM_3Jh',
link: 'https://app.allbridge.io/bridge?from=ETH&to=NEAR&asset=ABR',
track: () => Mixpanel.track('Wallet Click Exchange with Allbridge'),
blackBackground: true,
},
Expand Down

0 comments on commit 228e062

Please sign in to comment.