Change baseURL

This commit is contained in:
Justin Ehrenhofer 2023-04-05 09:55:21 -05:00
parent a3622fa90c
commit ab2ad23963

View file

@ -38,7 +38,7 @@ class OnRamperPageBody extends StatefulWidget {
required this.supportSwap,
required this.backgroundColor});
static const baseUrl = 'widget.onramper.com';
static const baseUrl = 'buy.onramper.com';
final SettingsStore settingsStore;
final WalletBase wallet;
final Color backgroundColor;