Skip to content

Commit

Permalink
Merge pull request #163 from lidofinance/feature/si-1524-steth-on-opt…
Browse files Browse the repository at this point in the history
…imism-in-sdk

fix: add decorator
  • Loading branch information
DiRaiks authored Oct 2, 2024
2 parents fcf0e6a + d033410 commit fc5c3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/l2/l2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export class LidoSDKL2 extends LidoSDKModule {
}

@Logger('Utils:')
@ErrorHandler()
public async unwrapPopulateTx(
props: Omit<WrapProps, 'callback'>,
): Promise<PopulatedTransaction> {
Expand Down

0 comments on commit fc5c3a9

Please sign in to comment.