mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Change Quantex to SwapTrade (#1990)
* Change Quantex to SwapTrade * rename everything to swaptrade * minor [skip ci]
This commit is contained in:
parent
1ce6656628
commit
ef377fb534
11 changed files with 27 additions and 27 deletions
|
@ -38,7 +38,7 @@ class SecretKey {
|
|||
SecretKey('moralisApiKey', () => ''),
|
||||
SecretKey('ankrApiKey', () => ''),
|
||||
SecretKey('chainStackApiKey', () => ''),
|
||||
SecretKey('quantexExchangeMarkup', () => ''),
|
||||
SecretKey('swapTradeExchangeMarkup', () => ''),
|
||||
SecretKey('seeds', () => ''),
|
||||
SecretKey('testCakePayApiKey', () => ''),
|
||||
SecretKey('cakePayApiKey', () => ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue