updating the contracts files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user