mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Remove moonpay secret use exchange-helper instead (#1343)
* Remove moonpay secret use exchange-helper instead * Update lib/buy/moonpay/moonpay_provider.dart * remove web3dart dep from cw_solana * Apply new api for moonpay exchange helper * Add Robinhood as Polygon buy-provider
This commit is contained in:
parent
af7fe05099
commit
bca59ad5e4
7 changed files with 44 additions and 35 deletions
|
@ -34,7 +34,7 @@ class SecretKey {
|
|||
SecretKey('chatwootWebsiteToken', () => ''),
|
||||
SecretKey('exolixApiKey', () => ''),
|
||||
SecretKey('robinhoodApplicationId', () => ''),
|
||||
SecretKey('robinhoodCIdApiSecret', () => ''),
|
||||
SecretKey('exchangeHelperApiKey', () => ''),
|
||||
SecretKey('walletConnectProjectId', () => ''),
|
||||
SecretKey('moralisApiKey', () => ''),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue