Skip to content

Commit d5c1ed0

Browse files
committed
Refactor: Remove unused IexecLibOrders_v5 ABI and update related contracts
- Deleted the empty IexecLibOrders_v5.json file. - Removed the ERC1167FailedCreateClone error from AddOnlyAppWhitelistRegistry ABI and added FailedDeployment and InsufficientBalance errors. - Updated getPocoContract and pocoContract.reads to use the new IPoCo interface instead of IExecPocoDelegate. - Updated DataProtectorSharingABI.json to change internalType from contract IExecPocoDelegate to address and renamed FailedInnerCall to FailedCall. - Added new IPoCo interface with comprehensive event and function definitions.
1 parent 8857e7d commit d5c1ed0

File tree

8 files changed

+596
-31
lines changed

8 files changed

+596
-31
lines changed

packages/sdk/abis/sharing/DataProtectorSharing.sol/DataProtectorSharing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"inputs": [
44
{
5-
"internalType": "contract IExecPocoDelegate",
5+
"internalType": "address",
66
"name": "_proxy",
77
"type": "address"
88
},
@@ -195,7 +195,7 @@
195195
},
196196
{
197197
"inputs": [],
198-
"name": "FailedInnerCall",
198+
"name": "FailedCall",
199199
"type": "error"
200200
},
201201
{

0 commit comments

Comments
 (0)