Skip to content

Commit

Permalink
Move functions around in attempt to reduce diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jan 10, 2025
1 parent e8ea443 commit f46f2df
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,6 @@ const existingProxyAdmins: ChainMap<{ address: string; owner: string }> = {
},
};

export const getRenzoEZETHWarpConfig = getRenzoEZETHWarpConfigGenerator(
ezEthSafes,
xERC20,
);

export function getRenzoEZETHWarpConfigGenerator(
ezEthSafes: Record<string, string>,
xERC20: Record<(typeof chainsToDeploy)[number], string>,
Expand Down Expand Up @@ -386,3 +381,8 @@ export function getRenzoEZETHWarpConfigGenerator(
return tokenConfig;
};
}

export const getRenzoEZETHWarpConfig = getRenzoEZETHWarpConfigGenerator(
ezEthSafes,
xERC20,
);

0 comments on commit f46f2df

Please sign in to comment.