mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
Change baseURL
This commit is contained in:
parent
a3622fa90c
commit
ab2ad23963
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class OnRamperPageBody extends StatefulWidget {
|
||||||
required this.supportSwap,
|
required this.supportSwap,
|
||||||
required this.backgroundColor});
|
required this.backgroundColor});
|
||||||
|
|
||||||
static const baseUrl = 'widget.onramper.com';
|
static const baseUrl = 'buy.onramper.com';
|
||||||
final SettingsStore settingsStore;
|
final SettingsStore settingsStore;
|
||||||
final WalletBase wallet;
|
final WalletBase wallet;
|
||||||
final Color backgroundColor;
|
final Color backgroundColor;
|
||||||
|
|
Loading…
Reference in a new issue