Skip to content

Commit 5e520d4

Browse files
committed
typo
1 parent c1c7113 commit 5e520d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common/api-config/api.config.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ export class ApiConfigService {
10741074
}
10751075

10761076
getSupernovaActivationEpoch(): number {
1077-
const epoch = this.configService.get<number>('features.chainSupernova.activation.epoch');
1077+
const epoch = this.configService.get<number>('features.chainSupernova.activationEpoch');
10781078
if (epoch == null) {
10791079
return TimeUtils.TIMESTAMP_IN_SECONDS_THRESHOLD + 1;
10801080
}
@@ -1083,7 +1083,7 @@ export class ApiConfigService {
10831083
}
10841084

10851085
getSupernovaActivationTimestamp(): number {
1086-
const timestamp = this.configService.get<number>('features.chainSupernova.activation.timestamp');
1086+
const timestamp = this.configService.get<number>('features.chainSupernova.activationTimestamp');
10871087
if (timestamp == null) {
10881088
return TimeUtils.TIMESTAMP_IN_SECONDS_THRESHOLD + 1;
10891089
}

0 commit comments

Comments
 (0)