Skip to content

Commit

Permalink
fix: make owner public
Browse files Browse the repository at this point in the history
  • Loading branch information
romanagureev committed Oct 21, 2024
1 parent 666c3cb commit 1b7191f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/bridgers/TaikoBridger.vy
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ def __init__(_chain_id: uint256, _dest_owner: address):
ownable.__init__()


exports: ownable.transfer_ownership
exports: (
ownable.owner,
ownable.transfer_ownership,
)


@external
Expand Down

0 comments on commit 1b7191f

Please sign in to comment.