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:
Serhii 2025-03-06 19:39:41 +02:00 committed by GitHub
parent 09f20b2a7b
commit 1aad8366c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 285 additions and 10 deletions

View file

@ -77,6 +77,7 @@ class SecretKey {
SecretKey('moneroTestWalletBlockHeight', () => ''),
SecretKey('chainflipApiKey', () => ''),
SecretKey('chainflipAffiliateFee', () => ''),
SecretKey('kryptonimApiKey', () => ''),
SecretKey('walletGroupSalt', () => hex.encode(encrypt.Key.fromSecureRandom(16).bytes)),
];