smth like
address[] memory path = new address[](2);
path[0] = token0;
path[1] = token1;
But could a create an array inside function arguments without initializing it?
like swap(amount, new address[token0, token1])?
Will it match the address[] calldata path?
Can you specify
Specify what?
Обсуждают сегодня