From def70fa4b5c213ffba68e430b98704debbcd041c Mon Sep 17 00:00:00 2001 From: oddaf <106770775+oddaf@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:46:27 -0300 Subject: [PATCH] Update src/deployment/DSPCInstance.sol Co-authored-by: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Signed-off-by: oddaf <106770775+oddaf@users.noreply.github.com> --- src/deployment/DSPCInstance.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deployment/DSPCInstance.sol b/src/deployment/DSPCInstance.sol index 0f7d96f..9a0d8c3 100644 --- a/src/deployment/DSPCInstance.sol +++ b/src/deployment/DSPCInstance.sol @@ -20,6 +20,6 @@ import {DSPC} from "../DSPC.sol"; import {DSPCMom} from "../DSPCMom.sol"; struct DSPCInstance { - DSPC dspc; - DSPCMom mom; + address dspc; + address mom; }