diff --git a/contracts/protocols/mainnet/metamorpho/main.sol b/contracts/protocols/mainnet/metamorpho/main.sol index aa52a59..4d66d26 100644 --- a/contracts/protocols/mainnet/metamorpho/main.sol +++ b/contracts/protocols/mainnet/metamorpho/main.sol @@ -49,7 +49,6 @@ contract MetamorphoResolver { uint256 fee; bool enabled; // Whether the market is in the withdraw queue uint256 apy; - uint256 underlyingDecimals; VaultData vaultData; }