mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
default moonpay exchange provider test var to false
This commit is contained in:
parent
b369b4514d
commit
4e563cd9f3
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class MoonPayBuyProvider extends BuyProvider {
|
|||
|
||||
class MoonPayExchangeProvider {
|
||||
MoonPayExchangeProvider(
|
||||
{required SettingsStore settingsStore, required WalletBase wallet, this.isTest = true})
|
||||
{required SettingsStore settingsStore, required WalletBase wallet, this.isTest = false})
|
||||
: this._settingsStore = settingsStore,
|
||||
this._wallet = wallet,
|
||||
baseUrl = isTest ? _baseTestUrl : _baseProductUrl;
|
||||
|
|
Loading…
Reference in a new issue