diff --git a/bin/generate-contracts b/bin/generate-contracts index 6e260c1..d8fc7b8 100755 --- a/bin/generate-contracts +++ b/bin/generate-contracts @@ -34,7 +34,7 @@ generate() { generate IPartyPlanner generate IPartyPool -generate IPartyPoolViewer +generate IPartyInfo cp "$METADATA_PATH" src/contracts/ echo liqp-deployments.json diff --git a/src/contracts/IPartyPoolABI.ts b/src/contracts/IPartyPoolABI.ts index 92d07e8..c4866aa 100644 --- a/src/contracts/IPartyPoolABI.ts +++ b/src/contracts/IPartyPoolABI.ts @@ -515,6 +515,11 @@ const IPartyPoolABI = [ "type": "address", "internalType": "address" }, + { + "name": "selector", + "type": "bytes4", + "internalType": "bytes4" + }, { "name": "receiver", "type": "address",