Commit d16b3473 authored by Jordan Frankfurt's avatar Jordan Frankfurt

fix: remove currencyCode config property from moonpay url (#40)

parent f66f249d
...@@ -76,7 +76,6 @@ export default function FiatOnrampModal() { ...@@ -76,7 +76,6 @@ export default function FiatOnrampModal() {
method: 'POST', method: 'POST',
body: JSON.stringify({ body: JSON.stringify({
colorCode: theme.accentAction, colorCode: theme.accentAction,
currencyCode: 'eth',
defaultCurrencyCode: 'eth', defaultCurrencyCode: 'eth',
redirectUrl: 'https://app.uniswap.org/#/swap', redirectUrl: 'https://app.uniswap.org/#/swap',
walletAddress: account, walletAddress: account,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment