Skip to content

Commit

Permalink
fix: change modifier of the 'core' field in staking class
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Aug 24, 2023
1 parent 89afe03 commit 61905e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/staking/staking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
} from "./types.js";

export class LidoSDKStaking {
protected core: LidoSDKCore;
readonly core: LidoSDKCore;
protected contractStETH:
| GetContractReturnType<typeof abi, PublicClient, WalletClient>
| undefined;
Expand Down

0 comments on commit 61905e3

Please sign in to comment.