Skip to content

Commit

Permalink
chore: add RoninTransparentUpgradeabl
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhuynh3103 committed Oct 10, 2024
1 parent 485dcc1 commit 4ee513f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/BaseMigration.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ abstract contract BaseMigration is ScriptExtended {
*/
function _precompileProxyContracts() internal pure virtual {
bytes memory dummy;
dummy = type(RoninTransparentProxy).creationCode;
dummy = type(TransparentProxyOZv4_9_5).creationCode;
}
}

0 comments on commit 4ee513f

Please sign in to comment.