mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Cw 793 implement kryptonim dfx to fiat buy sell option (#2068)
* init commit * add authorization data * Update lib/buy/kryptonim/kryptonim.dart --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
09f20b2a7b
commit
1aad8366c4
16 changed files with 285 additions and 10 deletions
|
@ -77,6 +77,7 @@ class SecretKey {
|
|||
SecretKey('moneroTestWalletBlockHeight', () => ''),
|
||||
SecretKey('chainflipApiKey', () => ''),
|
||||
SecretKey('chainflipAffiliateFee', () => ''),
|
||||
SecretKey('kryptonimApiKey', () => ''),
|
||||
SecretKey('walletGroupSalt', () => hex.encode(encrypt.Key.fromSecureRandom(16).bytes)),
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue