From a010ffca71f7ebd0ae0e6d8e2abab2391e5ee679 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 17 Jan 2024 15:21:29 +0100 Subject: [PATCH] feat: allow factory to be compiled --- evm/src/CatalystFactory.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evm/src/CatalystFactory.sol b/evm/src/CatalystFactory.sol index 76142ae3..c117b3cb 100644 --- a/evm/src/CatalystFactory.sol +++ b/evm/src/CatalystFactory.sol @@ -70,8 +70,8 @@ contract CatalystFactory is Ownable, ICatalystV1Factory { uint256[] calldata weights, uint256 amp, uint256 vaultFee, - string calldata name, - string calldata symbol, + string memory name, + string memory symbol, address chainInterface ) override external returns (address) { // Check if an invalid asset count has been provided