Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed May 1, 2024
1 parent 765c314 commit df29de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/remote/api/eos_repo/eos_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ abstract class EosRepository {
late final String cpuPrivateKey = dotenv.env['PAYCPU_SEEDS_KEY'] ?? '';

late final String onboardingPrivateKey = dotenv.env['ONBOARDING_SEEDS_KEY'] ?? '';
;

String onboardingAccountName = 'join.seeds';
int guardianRecoveryTimeDelaySec = const Duration(hours: 24).inSeconds;

Expand Down

0 comments on commit df29de2

Please sign in to comment.