test: add curve swap tests with pools from indexer

This commit is contained in:
royvardhan
2025-03-14 00:52:11 +05:30
committed by Diana Carvalho
parent 93bdc86dc6
commit c3d36ae25f
4 changed files with 379 additions and 84 deletions

View File

@@ -11,6 +11,7 @@ interface ICurveRouter {
address receiver
) external payable returns (uint256);
// slither-disable-next-line naming-convention
function get_dy(
address[] memory route,
uint256[] memory swapParams,