Update secret_key.dart (#2014)

fix: https://github.com/cake-tech/cake_wallet/issues/337#issuecomment-2647196378
This commit is contained in:
cyan 2025-02-10 11:28:12 +01:00 committed by GitHub
parent 09ad827a68
commit 7f3c76cc57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,6 +76,7 @@ class SecretKey {
SecretKey('stealthExAdditionalFeePercent', () => ''), SecretKey('stealthExAdditionalFeePercent', () => ''),
SecretKey('moneroTestWalletBlockHeight', () => ''), SecretKey('moneroTestWalletBlockHeight', () => ''),
SecretKey('chainflipApiKey', () => ''), SecretKey('chainflipApiKey', () => ''),
SecretKey('chainflipAffiliateFee', () => ''),
]; ];
static final evmChainsSecrets = [ static final evmChainsSecrets = [