File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import type {
11
11
GetTxFeeResponse ,
12
12
isBootstrapped ,
13
13
UptimeResponse ,
14
- GetUpgradesResponse ,
14
+ GetUpgradesInfoResponse ,
15
15
} from './model' ;
16
16
17
17
export class Info extends Api {
@@ -80,7 +80,7 @@ export class Info extends Api {
80
80
// Post-Etna API
81
81
82
82
// get upgrades info
83
- getEtnaTime ( ) : Promise < GetUpgradesResponse > {
84
- return this . callRpc < GetUpgradesResponse > ( 'upgrades' ) ;
83
+ getUpgradesInfo ( ) : Promise < GetUpgradesInfoResponse > {
84
+ return this . callRpc < GetUpgradesInfoResponse > ( 'upgrades' ) ;
85
85
}
86
86
}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export type isBootstrapped = {
70
70
isBootstrapped : boolean ;
71
71
} ;
72
72
73
- export type GetUpgradesResponse = {
73
+ export type GetUpgradesInfoResponse = {
74
74
apricotPhaselTime : string ;
75
75
apricotPhase2Time : string ;
76
76
apricotPhase3Time : string ;
You can’t perform that action at this time.
0 commit comments