mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Update secret_key.dart (#2014)
fix: https://github.com/cake-tech/cake_wallet/issues/337#issuecomment-2647196378
This commit is contained in:
parent
09ad827a68
commit
7f3c76cc57
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue