mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Add trocador exchange provider
This commit is contained in:
parent
61050ac715
commit
032a8c8c33
19 changed files with 453 additions and 108 deletions
|
@ -29,6 +29,7 @@ class SecretKey {
|
|||
SecretKey('anypayToken', () => ''),
|
||||
SecretKey('onramperApiKey', () => ''),
|
||||
SecretKey('ioniaClientId', () => ''),
|
||||
SecretKey('trocadorApiKey', () => ''),
|
||||
];
|
||||
|
||||
final String name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue