Skip to content

Commit

Permalink
chore: update moonpay sandbox url
Browse files Browse the repository at this point in the history
  • Loading branch information
nikashitsa committed Apr 26, 2022
1 parent e0c1029 commit 56d707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/moonpay/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let coins = {};
let isBuyAllowed = false;
let isSellAllowed = false;
let isInited = false;
const envSuffix = `${process.env.NODE_ENV === 'production' ? '' : '-staging'}`;
const envSuffix = `${process.env.NODE_ENV === 'production' ? '' : '-sandbox'}`;
const MOONPAY_WIDGET_BUY_URL = `https://buy${envSuffix}.moonpay.com?apiKey=${apiKey}`;
const MOONPAY_WIDGET_SELL_URL = `https://sell${envSuffix}.moonpay.com?apiKey=${apiKey}`;

Expand Down

0 comments on commit 56d707b

Please sign in to comment.