File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments