Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions abis/RatehopperUniV3Positions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion contractAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading