Skip to content

Commit

Permalink
feat: allow factory to be compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Jan 17, 2024
1 parent 44c6c05 commit a010ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm/src/CatalystFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a010ffc

Please sign in to comment.