From 7ffe7a2e0dfee89a42dba0bd2d7429f16a0ed3c2 Mon Sep 17 00:00:00 2001 From: Sam MacPherson Date: Wed, 3 Apr 2024 22:53:00 +0900 Subject: [PATCH] add MCD chief (#2) --- src/Ethereum.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ethereum.sol b/src/Ethereum.sol index b9ac666..92cc390 100644 --- a/src/Ethereum.sol +++ b/src/Ethereum.sol @@ -27,6 +27,7 @@ library Ethereum { address internal constant PAUSE_PROXY = 0xBE8E3e3618f7474F8cB1d074A26afFef007E98FB; address internal constant POT = 0x197E90f9FAD81970bA7976f33CbD77088E5D7cf7; address internal constant VAT = 0x35D1b3F3D7966A1DFe207aa4514C12a259A0492B; + address internal constant CHIEF = 0x0a3f6849f78076aefaDf113F5BED87720274dDC0; /******************************************************************************************************************/ /*** SparkDAO Addresses ***/