Change Quantex to SwapTrade (#1990)

* Change Quantex to SwapTrade

* rename everything to swaptrade

* minor [skip ci]
This commit is contained in:
Omar Hatem 2025-01-30 23:45:30 +02:00 committed by GitHub
parent 1ce6656628
commit ef377fb534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 27 additions and 27 deletions

View file

@ -38,7 +38,7 @@ class SecretKey {
SecretKey('moralisApiKey', () => ''),
SecretKey('ankrApiKey', () => ''),
SecretKey('chainStackApiKey', () => ''),
SecretKey('quantexExchangeMarkup', () => ''),
SecretKey('swapTradeExchangeMarkup', () => ''),
SecretKey('seeds', () => ''),
SecretKey('testCakePayApiKey', () => ''),
SecretKey('cakePayApiKey', () => ''),