Skip to content

Commit dd8559a

Browse files
authored
Merge pull request #8502 from BitGo/CHALO-194-rename-bandwidth-energy-weight-to-sun
fix(sdk-core): rename bandwidthWeight/energyWeight to bandwidthSun/energySun
2 parents 531d4f6 + e59c513 commit dd8559a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/sdk-core/src/bitgo/wallet/iWallet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ export interface AccountResourceInfo {
564564
energySunRequired?: string;
565565
};
566566
maxResourcesDelegatable?: {
567-
bandwidthWeight: string;
568-
energyWeight: string;
567+
bandwidthSun: string;
568+
energySun: string;
569569
};
570570
}
571571

0 commit comments

Comments
 (0)