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:
Konstantin Ullrich 2024-03-25 13:16:57 -05:00 committed by GitHub
parent af7fe05099
commit bca59ad5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 44 additions and 35 deletions

View file

@ -34,7 +34,7 @@ class SecretKey {
SecretKey('chatwootWebsiteToken', () => ''),
SecretKey('exolixApiKey', () => ''),
SecretKey('robinhoodApplicationId', () => ''),
SecretKey('robinhoodCIdApiSecret', () => ''),
SecretKey('exchangeHelperApiKey', () => ''),
SecretKey('walletConnectProjectId', () => ''),
SecretKey('moralisApiKey', () => ''),
];