mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Migrate trocador api (#2009)
This commit is contained in:
parent
7cc9e36016
commit
537c59b684
1 changed files with 5 additions and 5 deletions
|
@ -53,12 +53,12 @@ class TrocadorExchangeProvider extends ExchangeProvider {
|
|||
|
||||
static const apiKey = secrets.trocadorApiKey;
|
||||
static const onionApiAuthority = 'trocadorfyhlu27aefre5u7zri66gudtzdyelymftvr4yjwcxhfaqsid.onion';
|
||||
static const clearNetAuthority = 'trocador.app';
|
||||
static const clearNetAuthority = 'api.trocador.app';
|
||||
static const markup = secrets.trocadorExchangeMarkup;
|
||||
static const newRatePath = '/api/new_rate';
|
||||
static const createTradePath = 'api/new_trade';
|
||||
static const tradePath = 'api/trade';
|
||||
static const coinPath = 'api/coin';
|
||||
static const newRatePath = '/new_rate';
|
||||
static const createTradePath = '/new_trade';
|
||||
static const tradePath = '/trade';
|
||||
static const coinPath = '/coin';
|
||||
|
||||
String _lastUsedRateId;
|
||||
List<dynamic> _provider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue