From 652672c719bfd2a53602ed969e822e8f3240b76b Mon Sep 17 00:00:00 2001 From: Daniel Beal Date: Mon, 14 Aug 2023 22:37:20 -0700 Subject: [PATCH] dummy perps change --- markets/perps-market/contracts/modules/AsyncOrderModule.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/markets/perps-market/contracts/modules/AsyncOrderModule.sol b/markets/perps-market/contracts/modules/AsyncOrderModule.sol index 5375b88e34..4c675b2ba0 100644 --- a/markets/perps-market/contracts/modules/AsyncOrderModule.sol +++ b/markets/perps-market/contracts/modules/AsyncOrderModule.sol @@ -15,6 +15,8 @@ import {GlobalPerpsMarket} from "../storage/GlobalPerpsMarket.sol"; import {PerpsMarketConfiguration} from "../storage/PerpsMarketConfiguration.sol"; import {SettlementStrategy} from "../storage/SettlementStrategy.sol"; +import "hardhat/console.sol"; + /** * @title Module for committing async orders. * @dev See IAsyncOrderModule. @@ -39,6 +41,7 @@ contract AsyncOrderModule is IAsyncOrderModule { function commitOrder( AsyncOrder.OrderCommitmentRequest memory commitment ) external override returns (AsyncOrder.Data memory retOrder, uint fees) { + console.log('IM A DUMMY CHANGE'); PerpsMarket.loadValid(commitment.marketId); // Check if commitment.accountId is valid