mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
add keys
This commit is contained in:
parent
40569962c8
commit
5ef568ec50
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ class SecretKey {
|
|||
SecretKey('anypayToken', () => ''),
|
||||
SecretKey('onramperApiKey', () => ''),
|
||||
SecretKey('ioniaClientId', () => ''),
|
||||
SecretKey('twitterAPIKey', () => ''),
|
||||
SecretKey('twitterAPIKeySecret', () => ''),
|
||||
SecretKey('twitterBearerToken', () => ''),
|
||||
];
|
||||
|
||||
final String name;
|
||||
|
|
Loading…
Reference in a new issue