Skip to content

Commit

Permalink
fix: init OAppCoreUpgradeable for Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
adu-web3 committed Aug 28, 2024
1 parent a6d8658 commit 359267d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Bootstrap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ contract Bootstrap is
// set can not sign without the chain, the owner is likely to be an EOA or a
// contract controlled by one.
_transferOwnership(owner);
__OAppCore_init_unchained(owner);
__Pausable_init_unchained();
__ReentrancyGuard_init_unchained();
}
Expand Down

0 comments on commit 359267d

Please sign in to comment.