diff --git a/abis/RatehopperUniV3Positions.json b/abis/RatehopperUniV3Positions.json index 446254f..7f7836d 100644 --- a/abis/RatehopperUniV3Positions.json +++ b/abis/RatehopperUniV3Positions.json @@ -949,6 +949,36 @@ "internalType": "uint256", "name": "tokenId", "type": "uint256" + }, + { + "internalType": "bool", + "name": "swapWethToUsdc", + "type": "bool" + }, + { + "internalType": "uint24", + "name": "swapPoolFeeTier", + "type": "uint24" + }, + { + "internalType": "uint256", + "name": "swapAmountOutMin", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "expectedSwapOut", + "type": "uint256" + }, + { + "internalType": "uint16", + "name": "slippageBps", + "type": "uint16" + }, + { + "internalType": "uint256", + "name": "deadline", + "type": "uint256" } ], "name": "collectLp", diff --git a/contractAddresses.ts b/contractAddresses.ts index 7908f87..fa61d18 100644 --- a/contractAddresses.ts +++ b/contractAddresses.ts @@ -53,7 +53,7 @@ export const ADMIN_ADDRESS = "0xc74fc973A0740Ca1ED6f8F31Ed56003A13D4F5F1"; // rewriting the address below to the configured // ProtocolRegistry. Commit the resulting diff. Only edit by hand if pointing at // a registry deployed outside this repo's Ignition flow. -export const PROTOCOL_REGISTRY_ADDRESS = "0x2f1331Df43E2f63e01298f570F9e467375077d7d"; +export const PROTOCOL_REGISTRY_ADDRESS = "0x8a179bBc024D52acF0E281019Cd1A4216D042Ef6"; // Protocol enum export enum Protocol {