updating the contracts files

This commit is contained in:
2025-11-11 14:35:30 -04:00
parent 4ecda7de14
commit 9795d03493
2 changed files with 6 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ generate() {
generate IPartyPlanner generate IPartyPlanner
generate IPartyPool generate IPartyPool
generate IPartyPoolViewer generate IPartyInfo
cp "$METADATA_PATH" src/contracts/ cp "$METADATA_PATH" src/contracts/
echo liqp-deployments.json echo liqp-deployments.json

View File

@@ -515,6 +515,11 @@ const IPartyPoolABI = [
"type": "address", "type": "address",
"internalType": "address" "internalType": "address"
}, },
{
"name": "selector",
"type": "bytes4",
"internalType": "bytes4"
},
{ {
"name": "receiver", "name": "receiver",
"type": "address", "type": "address",