Skip to content

Commit

Permalink
fix: making trampolin immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Apr 18, 2024
1 parent a72c4c0 commit 84ec161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ModuleManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ abstract contract ModuleManager is IRegistry, ResolverManager {

mapping(address moduleAddress => ModuleRecord moduleRecord) internal $moduleAddrToRecords;

FactoryTrampolin private FACTORY_TRAMPOLIN;
FactoryTrampolin private immutable FACTORY_TRAMPOLIN;

constructor() {
FACTORY_TRAMPOLIN = new FactoryTrampolin();
Expand Down

0 comments on commit 84ec161

Please sign in to comment.